04-01-2014, 08:06 AM
Hey people i wanna a macro when blank rune <=1 stop runemaker and start mana train or only stop rune maker
When No Blank rune . . .
|
04-01-2014, 08:06 AM
Hey people i wanna a macro when blank rune <=1 stop runemaker and start mana train or only stop rune maker
be better explained, but for that you want?
There is 1 chance.
04-02-2014, 04:38 AM
Explain more?...
When blank rune <= X stop runemaker... Is too hard to understand?
Easiest way to do that.
Code: 100 {SD Maker} Misc.ItemCountEx(3147)>1 Self.Mana%()>96 Self.Say(adori gran mort) Code: Misc.ItemCountEx(3147)>1 When blank runes are more than 1 and mana is almost full (96%) say spell (adori gran mort) And when blank runes will be 0, macro dont do anyting. When you wanna do after this mana training, you must make new macro. Code: 100 {Mana Burn} Misc.ItemCountEx(3147)<1 Self.Mana%()>96 Self.Say(YOUR SPELL TO BURN MANA) Code: Misc.ItemCountEx(3147)<1 Rep+ |
« Next Oldest | Next Newest »
|