• 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 - Disabling AA in KA

Myysterio

Myysterio
Creator
Joined
Jun 13, 2020
RedCents
1,761¢
Is there a/What would be the command to disable/enable an AA... For instance, Languid Bite on a shaman. Need to specifically disable it when something happens, and enable it again when something else happens. /command /alt act 861 seems imprecise cause it will just switch its current positon, instead of doing specifically what I want it to do.
 
you will find better to just disable it and forget about it -- thats what i did on my shammy -
its too little damage to worry about
 
This is some old code, so I don't know if it's still appropriate. But if you want it centered around you:
Code:
${NearestSpawn[2,npc nopet radius 100].ID}

If you want it centered around your target:
Code:
${Spawn[${Target.ID}].NearestSpawn[6,npc nopet radius 100].ID}
 
you will find better to just disable it and forget about it -- thats what i did on my shammy -
its too little damage to worry about
I been disabling it for more than a year, i would like to fix that. I did it with paladin on 1h vs 2h mode, now i just need to figure out how to disable AA.
 
This is some old code, so I don't know if it's still appropriate. But if you want it centered around you:
Code:
${NearestSpawn[2,npc nopet radius 100].ID}

If you want it centered around your target:
Code:
${Spawn[${Target.ID}].NearestSpawn[6,npc nopet radius 100].ID}
Thanks, i do have that part, i just need to know if there's a command to do activate/deactivate an AA instead of just toggling it. Toggling it doesn't take into account what its current situation is. If there's not a command to disable it, then I kinda am stuck, and it is what it is.
 
you will find better to just disable it and forget about it -- thats what i did on my shammy -
its too little damage to worry about
You use mq2shaman, we automatically handle it, you can leave it on and we'll do the toggling for you if you want

Thanks, i do have that part, i just need to know if there's a command to do activate/deactivate an AA instead of just toggling it. Toggling it doesn't take into account what its current situation is. If there's not a command to disable it, then I kinda am stuck, and it is what it is.
You need to check what it is currently at, enabled or disabled, and then use the aa
 
You use mq2shaman, we automatically handle it, you can leave it on and we'll do the toggling for you if you want


You need to check what it is currently at, enabled or disabled, and then use the aa
how do i detect the current status? Im not sure what that condition is.
 
Seems like a really convoluted setup for not much benefit. Either leave it on and let it dot all the mobs as you slow them, or leave it off permanently, it's a weak ass dot. You can also stick to using single target slow if you're worried about pulling adds or breaking mez.
 
Question - Disabling AA in KA

Users who are viewing this thread

Back
Top
Cart