• 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

Problem - Tank and charm

undeadraver

Member
Joined
Feb 8, 2012
RedCents
40¢
I have a issue.

i currently use a Enchanter and a Paladin.

The paladin is control by KISS and he is configure to be tank and assist.

he does the job perfectly the only issue is that if i have a charm as the enchanter when the charm get broken the Paladin goes on the mob (normal so far) but once i charm it back the Paladin refuse to do anything else he keep trying to kill the charm monster.
I need to restart the macro each time to get rid of this.

Any workaround or just keep it simple stupid and not charm ?
 
I think you answered your own question, but if you find this line in KA. This is in the Combat Routine.

Rich (BB code):
                /if (${DPSOn} || ${MeleeOn} || ${PetOn}) /call CombatTargetCheck

Replace it with this:
Rich (BB code):
                /if (${DPSOn} || ${MeleeOn} || ${PetOn}) {
                    /call CombatTargetCheck
                    /if (${Target.ID} && ${Target.Charmed.ID}) {
                       /call CombatReset
                       /return
                   }
               }
 
Problem - Tank and charm

Users who are viewing this thread

Back
Top
Cart