• 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 - ${Spell[######].Stacks} How does this work?

Joined
Dec 24, 2017
RedCents
1,813¢
I just started seeing this pop up in ini's. I can't seem to find any information on how it works. Can some one enlighten me?
 
So basically it looks at the buffs on the target and if there is something it will over write or not stack with, it will skip casting it?
 
So basically it looks at the buffs on the target and if there is something it will over write or not stack with, it will skip casting it?
No. Stacks[] is a boolean, which means it returns TRUE if it stacks or FALSE or false if it doesn't. You then use that in a condition to develop the desired logic.
 
This syntax:
${Spell[######].Stacks}
only checks the spell against YOUR current buffs.

If you wanted to check against the mob or player you have targeted:
${Spell[######].StacksTarget}
you would need to use this syntax
 
Question - ${Spell[######].Stacks} How does this work?

Users who are viewing this thread

Back
Top
Cart