Page 1 of 1

Magery macro from 91 to gm paying

Posted: Mon Feb 01, 2010 8:33 pm
by time2a
hey guys wjhats up, havnt played in long time all my skills are 91 must of resurected in stat, if anyone can pm a macro of casting flamestrike on myself with the timers and what not, ill be having a second character healing. id be glad to send u some gold or semi rares alll is good. thanks.

Re: Magery macro from 91 to gm paying

Posted: Tue Feb 02, 2010 5:34 am
by Dagon
umm
cast flamestrike
target self
meditation
loop

whats so difficult?

that will be 50k plz

Re: Magery macro from 91 to gm paying

Posted: Tue Feb 02, 2010 11:52 am
by Kabal
If (Mana > = 100)
Cast Flamestrike
Pause .50sec
Exec: Target Self
Else
UseSkill Meditation
Wait for mana > = 100
End If

Re: Magery macro from 91 to gm paying

Posted: Tue Feb 02, 2010 1:26 pm
by Mikel123
If (Mana > = 60)
Cast Flamestrike
Wait for Target <---- set timeout to 4 seconds
Exec: Target Self
Else
UseSkill Meditation
Pause 10.000 sec
End If

That's what I use

Re: Magery macro from 91 to gm paying

Posted: Tue Feb 02, 2010 1:56 pm
by Mirage
I would suggest putting in a IF statement for your HP, macros tend to get fucked up.

Re: Magery macro from 91 to gm paying

Posted: Tue Feb 02, 2010 2:34 pm
by archaicsubrosa77
Wait for mana >=15
for loop 3
if mana <=50
use skill meditation
pause 10 secs
end if
end for
Wait for mana >= 50
wait for hits >=50
cast flamestrike
Pause 2 secs
target self
pause 4 secs

Helps raise meditation as well. If you get med to 100 you can just wait for mana to be 23 then med if mana is under 40 to ensure you succeed and drop the loop at the beginning and wait for mana to be like 55 before casting. This isn't a copy paste thing you have to insert this manually.