07-25-2012, 04:22 AM
(07-24-2012, 11:31 PM)Wukazen Wrote: Npc say: hi
Npc say: Trade
Macro: 1000 {ManaPot Reffil} VarSetEx(Total, MPS) VarSet(Potnow) Misc.ItemCountEx(268) VarSub(Total, !Potnow!) HUD.Display(!Total!) NPC.Buy(268, !Total!, 1))
That will work better on refiler remember to put the message hi and trade it is in message submenu.
and remember to change the number for diferent potions
work fine nice macro man u helped alot!! but why this dont work anymore?
1000 { Healths } VarSetEx(Total, 150) 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)))