Jump to content

Apexx

Elite user
  • Posts

    332
  • Joined

File Comments posted by Apexx

  1. On 1/10/2022 at 10:15 AM, Artek said:

    How does it work? because it doesn change gear for me:)

    1. Hit, "C" key to bring up your character panel.
    2. In the panel you should see a drop-down box above your character's head.
    3. Select your desired build.
    4. Close the character panel.
    5. Hit "Escape" key and bring up your Interface panel.
    6. Select the "AddOns" tab at the top.
    7. Click "TopFit" from the left panel list of addons.
    8. Check both, "Show set values in tooltip" and "Show item comparison values in tooltip".
    9. Then in the "Automatic update set" drop-down box, select your desired build.
    10. Close the Interface panel.
    11. I suggest re-logging to save your steps.

    I hope this was helpful enough.

  2. 10 hours ago, Zer0 said:

    And yet, here you are, begging for fixes on an inferior fight class and throwing a tantrum when things don't go your way. Legend.

    I don't know you, don't care to know you.. you seem to be a really nice guy though.. I have posted several times of issues. no one is throwing a tantrum, lol. If you don't want to accept my ideas to help improve AIO, don't, but it's kinda garbage tbh.

    I have something in the works.. I will share it for the community to see... just wait.

  3. I have an entire framework for all my fight classes I have scripted over the course of 4 years.. I can say whatever I want as well. I try to use your free product, and I am giving you issues, that have gone unchecked for a long time now.. 

    Free move is on, straight pipe is on, and all your fight classes still move without my input.. it's nerve racking. I have a tone, because every time I say something about AIO, you all get butt hurt and uptight about it. My fight classes are superior.

  4. On 6/10/2021 at 1:05 PM, leekoer said:

    Is there a way to make the Mage not trying to cast Arcane Intellect on group membern when Arcane Brilliance is already buffed? Or better asked: is it possible to add an option that disables auto buffing the ppl? ?

    I tried the Holy Priest, and I have to say, nice job. I would highly HIGHLY recommend checking Traceline for your cast method (the spam when out of line of sight is quite obnoxious!:

    private static async Task UseCombatSpell(Spell spell, bool stopMovement)
    {
        if (!Conditions.InGameAndConnectedAndAliveAndProductStarted) return;
        try
        {
            if (ObjectManager.Me.IsMounted) return;
            while (spell.Name == targetImmuneToSpellName)
            {
                Extensions.LogDebug($"[Immune] Skip casting {spell.Name} - Target is immune.");
                return;
            }
            if (!ObjectManager.Target.IsAttackable) return;
            if (SpellManager.GlobalCooldownTimeLeft() > 0) return;
            if (Target.IsDead) return;
            if (TraceLine.TraceLineGo(Target.Position) || !Player.IsFacing(Target.Position, Pi)) return;
            if (!spell.KnownSpell || !spell.IsSpellUsable || !spell.IsDistanceGood) return;
            if (Extensions.PlayerIsResting() || Player.Confused || Player.Influenced || Player.IsStunned || Player.Pacified || Player.Possessed || Player.Silenced) return;
            
            if (stopMovement && Player.GetMove)
                MovementManager.StopMove();
    
            SpellManager.CastSpellByNameLUA(spell.Name);
            Extensions.LogFight(spell.Name, true);
            await Task.Delay(10);
        }
        catch (Exception ex)
        {
            Extensions.LogWrite($"CombatController.UseCombatSpell() Exception error. {ex.Message}", true);
        }
    }

    Also, I have Buffing options disabled, but it still likes to cast the standard Power Word: Fortitude, Divine Spirit, Shadow Protection, then it uses my devout candles to buff Prayers? Why not just buff Prayer and skip wasting mana on basic buffs? Why is it still buffing, when the option to do so is disabled?

    One more thing, is there a setting to reduce the Flash of Light usage a bit?

    Anyways, keep up the good work!

  5. Shadow Priest FC: First time trying it --
     

    [F] 22:04:47 - [RTF] Casting Vampiric Embrace (Vampiric Embrace on Iron Sentinel with guid 17379391465070812334
    [F] 22:04:48 - [RTF] Casting Vampiric Embrace (Vampiric Embrace on Iron Sentinel with guid 17379391465070812334
    [F] 22:04:50 - [RTF] Casting Vampiric Embrace (Vampiric Embrace on Iron Sentinel with guid 17379391465070812334
    [F] 22:04:51 - [RTF] Casting Devouring Plague (Devouring Plague on Iron Sentinel with guid 17379391465070812334
    [F] 22:04:53 - [RTF] Casting Vampiric Embrace (Vampiric Embrace on Iron Sentinel with guid 17379391465070812334

    Vampiric Embrace

  6. Thank you @Matenia for this FC! I would really love to be able to choose which pet to have summoned, and I just noticed that the dot off-target is not performing a line of sight check. I just turned facing a giant tree to dot the target on the other side and I just stood there waiting and trying to dot.. Thank you again!

  7. 7 hours ago, Talamin said:

    @Apexx ? Talents are already included. What do you mean here?!? The FC is in a rework process, so you have to wait. And if you hover over the settings you get a tooltip. And I answered all your questions you pmd me, so I don’t know what you are talking about! And you can use your own talent trees, so check the settings for each class, there is a talents tab. 

    Whoa! I was not trying to be rude, but there is no description on the page regarding how to properly set this up for your build and talents. Some people may easily get confused. I don't have any issue with it personally.. People who download Zygor, may not always get Zygor's Talent Advisor. What I was referring to, can this FC do ANY talent point in any tree, and work as it should? Or do they have to force using default talent toggle switch? Again, I meant no disprespect... 

  8. Hey @Matenia I am enjoying the fight class so far. A few issues I am finding out --

    • You may want to check for buffs, "Food" and "Drink" in your buff method.. I don't know how many time it interrupts me replenishing my mana.
    • The framelock settings are stuttering my game something fierce! Not sure what is going on there. I have used the AIO fight class and there is no stutter with framelock.

    Thank you, and I will continue to update you here with any other issues I might find as I level.

  9. Be REALLY careful with that auto buffing feature! I cannot tell you HOW many times I use people's fight classes with another warrior in party or a pally dropping GBoM and all the bot can do it notice you do not have the buff, but something else stronger applied.. It will sit there stupid and just spam Battle Shout...

×
×
  • Create New...