• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - Way to clear aggro list from MT vs charm pets?

Skyjet2000

Member
Joined
Jul 2, 2011
RedCents
605¢
Whenever charm breaks, my Tank is quick to pick it up, but once it is recharmed my tank just sticks to it trying to attack forever.

Is there a command to fix this? /switch doesn't seem to work.
 
i was wondering if a quick /backoff would fix it.
 
I believe there is a TLO for charmed pets. I edited my KA stuff a long time ago when I used to use Charm pets in conjunction with KA, but haven't done so in a long time.

Think it was something like ${Me.Pet.Master.ID} to pull the Spawn ID for the actual player. I found that non-charmed pets did not return a value for this command, so it allowed me to determine charmed pets vs non charmed pets.

You would of course have to edit the KA macro and add that segment into the targeting / target determination routine so that your tank would stop targeting a charmed pet.
 
I think ${Spawn[${Target.ID}].Master.ID} will return if it is a pet or charmed mob..

Not sure if this will work, but you could add the highlighted code to the combat routine and see if it helps:

Rich (BB code):
            :Attack
                /doevents
                |/if (${DPSMeter}) /doevents YouHit
                /if (${Target.ID}==${MyTargetID} && ${Spawn[${Target.ID}].Master.ID}) {
                    /call CombatReset
                    /return
                } 
 
Last edited:
No /Switch should still work, but you may still need to reset your aliases. Try running the Remove_Alias and make sure you make the change to your ini file, then launch kiss and see if that fixes your /switch command.
 
/Switch will not work and need to be renamed to /switchnow or something else. Since no one in their right mind manually types "/switch" everytime they want to switch targets, it shouldn't matter, it's most likely something people have a hotkey for and changing it from /switch to /switchnow should be trivial...

I think it broke when we added the #bind feature.

The reason for that is because there is a command named /switchserver which will take precedent. There might be a way to get binds and aliases to fire before actual commands, but that would require me to make a code change to mq2.
 
Would truly appreciate a fix to this. The only thing that could improve my semi auto afk exp group would be the tank not snapping on the recently broken charm pet (since tank is MA)

Thanks for considering looking into this, eqmule
 
i fixed this a little bit, its not automated, but i dont run automated anyways, i am mostly allways by the helm.

but find abut line 135
Rich (BB code):
#bind Switch         /swt

and make t he command your choice, i made mine /swt
 
Question - Way to clear aggro list from MT vs charm pets?

Users who are viewing this thread

Back
Top
Cart