Here is another thing I see a bunch in macros and hot buttons from people. Please stop using /target because its horrible way of sticking and is very obtrusive to gameplay.
Here is your HORRIBLE Stick macro
Here is what you should be doing... 1 line that will not interrupt any macros or commands that box has going
EQBC: Have all characters stick to you
Standard Stick to a name (Prevents pet / mount targeting)
Have fun with it, but please do yourself a favor and stop using /target.
Here is your HORRIBLE Stick macro
Rich (BB code):
/target nameoftoon
/stick 15
Here is what you should be doing... 1 line that will not interrupt any macros or commands that box has going
EQBC: Have all characters stick to you
Rich (BB code):
/bca //stick id ${Me.ID} 15
Standard Stick to a name (Prevents pet / mount targeting)
Rich (BB code):
/stick id ${Spawn[pc NAMEOFTOON].ID} 15
Have fun with it, but please do yourself a favor and stop using /target.