
Quoted from "Monsterdaddy;30674"
I'm trying to make a macro to perform an action if a monster is still alive but it's not working:
/script if(UnitHealth("target")>0) then UseAction(1); end
What am I doing wrong here? Do I require and else statement?
Thanks all.
Quoted from "Monsterdaddy;30674"
I'm trying to make a macro to perform an action if a monster is still alive but it's not working:
/script if(UnitHealth("target")>0) then UseAction(1); end
What am I doing wrong here? Do I require and else statement?
Thanks all.
Quoted from "Monsterdaddy;31439"
Thanks all, I got it to work. Found some weird bugs though.
First I wrote up some macros on notepad and copied and pasted them. For some unknown reason they won't work. But if I type in the same exact words it does?!
Another thing, a simple /script UseAction(1) will not work if you add a ; at the end. Weird.
Lastly, the limit ISN'T 255 characters. It includes spaces and returns!?! So much for using character count, LOL!
Quoted from "spydermurphy2013;31543"
Hello all,
I just started up a priest and was lookin to put together a simple macro to make combat a little easier.
Quoted from "tohs;33823"
Is there a macro for gather until the vein is out?
Like making your mouse click on the vein every 4 seconds until the vein is out of materials?
Quoted from "Xagest;14381"
Is there a way to macro resource collection? I hate having to switch to my mouse to right click the mining vein or plants that's right in front of me.
Quoted from "bezralu;14574"
From my skimming through many threads and posts here and on the EU forums, I'd have to say that there isn't. This was asked also on the EU forums somewhere in the UI Addon forum section.