• 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 - Snare

Cluelessone

Member
Joined
Mar 27, 2018
RedCents
428¢
When using:
Rich (BB code):
DPS8=Encroaching Darkness|85|snare
the macro seems to spam it rather than casting it once. Do I need to put a "|once" on the end of debuffs?
 
that will soon be fixed, there is a small bug in the internal timers of kiss, so it might not allways figure out it got things snared and such.

also you dont need the |snare at the end of the line

that is meant for the debuffall tag.
 
you can do this with a condition also. for example something like the below (should) trigger snare if the mob isnt snared at all, it's between 40 and 99%, and you're actually in combat with said mob. Once snare lands, the first check is invalidated and snare shouldn't retrigger.

Rich (BB code):
DPS8=Encroaching Darkness|99
DPSCond8=!${Target.Snared.ID} && ${Target.PctHPS} < 99 && ${Target.PctHPS} > 40 && ${Me.CombatState.Equal[COMBAT]}
 
What version of Kiss are you using. |once should work fine.
 
Question - Snare

Users who are viewing this thread

Back
Top
Cart