Something to add to my damage shield timing cast A /if so that if the MA is not a ranger it will continue to the casting.... /if (${DSTimer}<=0) { /delay 5 /target ${assist} /delay 5 /if (${Target.Distance}<=149) { /echo Casting Damage Shield on %t /if (${String[${Me.State}].Equal[SIT]}) { /stand /d...
Ahh, are there location Variables, so macroquest could recognize if your target's loc corresponded with your own in a range of, lets say, 30 or -30 on either axis?
This event to identify when the spell Malosinia is resisted to recast, is just not matching... #Event maloresist "#*#Your target resisted the Malosinia spell.#*#" With... Sub Event_maloresist /varset MaloCast 0 /call cast "Malosinia" /echo Malosinia resisted, trying again /return...
I really don't have much experience with this, Banannaboy really made the whole thing. I'm looking for some help because I'm not really in contact with him anymore. Thanks
Lax. Thanks for that /keypress x chat. But now, how could I have a macro automatically click in the chat box for me? <code to click in main chat box> /keypress chat x On the same subject, if I have something written inside the text box, whats the command to send it? I tried /keypress enter but it do...