04-09-2012, 10:39 AM
hello i need Macro which will refill manapotions up to 100
when i got X pots it will add Y pots up to 100
when i got X pots it will add Y pots up to 100
Mana Refill Macro help
|
04-09-2012, 10:39 AM
hello i need Macro which will refill manapotions up to 100
when i got X pots it will add Y pots up to 100
04-09-2012, 10:54 AM
It will buy mana potions from the npc until 100 no matter how many you have.
there you go: 1000 {ManaPot Reffil} VarSetEx(Total, 100) VarSet(Potnow) Misc.ItemCountEx(268) VarSub(Total, !Potnow!) HUD.Display(!Total!) Self.Say(hi) Macro.Wait(2000) NPC.Say(trade) NPC.Buy(268, !Total!, 1) Macro.Wait(2000) NPC.Say(bye)) |
« Next Oldest | Next Newest »
|