Code: Select all
sub Main
:loop
/cast "Minor Healing"
/delay 4s
/goto :loop
/return What do i need to add in there, and where to get the character to say...
Sit and med when they hit 20% mana, and stand and start casting again @ 100% mana?
Ive looked through some of the other macros but i dont get exactly where to Put some of these commands in the macro,
also, how would i add in somethign to maby randomly pause the macro between each cycle maby .1-.5 seconds? so nothign goign off at Exactly the same time on the mark, over and over again for hours
found this little snip of code...
Code: Select all
|insert short semi-random delay
/delay $calc(5+$rand(5)) would that be what i need for the pause? or is that jsut them explaining something? xD im such a noob =\ lol... Well, Thanks. =)

