Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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)
I see you have a solution for this hardcoded into KissAssist. The problem you are running into is that all the autogranted AAs that dont have a cost do not return ${Me.AltAbility[blah]} because they are 0. It will happen for any of them. If you want a different solution, without having to hardcode each one individually, simply check for ${Me.AltAbility[blah].Name.Length}. Specifcally for banestrike, you can also add a known list for banestrike so that you dont keep trying to use it on mobs that you dont have it for yet. I do this using this snippet:
Rich (BB code):
#event Banestrike "Your Banestrike fails because you have not yet mastered slaying this race."
Sub Event_Banestrike
/if (!${Defined[Banestrike]}) /declare Banestrike string outer |
/if (${Target.ID} && !${Banestrike.Find[|${Target.Race}|]}) /varset Banestrike ${Banestrike}${Target.Race}|
/return
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.