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)
is what I use in my macro (different macro, same concept)
You can test it out ingame. Just target something and "/echo ${Target.Level}>${Math.Calc[${Me.Level}+2]}" and you ought to see something like "MQ 112>112.00" if the TLO will work.
MQ will see it as true or not true. But if you want to test it even farther, you can use the ${Bool[]} TLO... as in
I avoid ${Bool[....]} if at all possible, most of the time I see it people are adding an additional evaluation for MQ2 to perform creating unnecessary cpu load on your computer. But, this time the issue is (quoted directly from the mq2:
Creates a bool object using text. Value is set to TRUE unless text is "NULL" "FALSE" or "0" (capitalization does not count).
There was no need to check if the spell was ready, kissassist/modbot already checks for that. The ( ) wasn't including the whole statement which can cause issues. There may be other issues, I just took a quick look at it.
PS. I would also check that you have a target first before attempting to check the rest, but that is just me since I can't guarantee that you will have a target when the precheck is ran.
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.