Been working on this stupid macro for like 2 hours now, and obviously im too slow in da hed to do this macro stuff =/
Anyways, could someone make me a simple macro that casts Cannibalize IV, and after each casts checks health, and casts torpor if im below 30 percent health, or if im over 90 mana just do an /endmacro
Thanks alot.
I really feel dumb trying to do this stuff /cry
This was the best I got.................
Sub Main
/zapvars
:Loop
/call CheckKill
/call CheckMana
/call CheckHealth
/goto :Loop
|==============================================
Sub Canni
/cast 4
/delay 3
/return
|==============================================
Sub CheckMana
/if n $char(mana,pct)<90 /call Canni
/return
|==============================================
Sub CHeckHealth
/if n $char(hp,pct)<30 /call Torpor
/return
|==============================================
Sub Torpor
/target myself
/cast 4
/delay 65
/return
|==============================================
Sub CheckKill
/if n $char(mana,pct)>90 /endmacro
And it didn't work =/
Sky the smert 1

