Posts: 230
Threads: 27
Joined: Jun 2012
Reputation:
0
1000 {Withdraw} VarSetEx(Total, NUMBEROFPOTS) VarSet(Potnow) Misc.ItemCountEx(266) VarSub(Total, !Potnow!) VarMult(Total, 50) HUD.Display(!Total!) Self.Say(hi) Macro.Wait(2000) NPC.Say(withdraw) Macro.Wait(2000) NPC.Say(!Total!) Macro.Wait(2000) NPC.Say(yes)) <- why this command doesnt works on Beta 7.0,anyone know when next update? i need botting;d thanks.
Posts: 3,907
Threads: 340
Joined: Feb 2012
Reputation:
0
Cavebot -> Trades -> Withdraw.
Posts: 658
Threads: 35
Joined: Apr 2012
Reputation:
0
08-13-2012, 02:37 PM
(This post was last modified: 08-13-2012, 02:43 PM by nizlov.)
ID = ID of item that you want to buy
Unit Price = Price of single item
Total = Total amount of this item, it will count items that you already have and withdraw money just to buy missing from desired number
As an example I'll use Health Potion
ID = 266
Unit Price = 45
Total = 100
Now, if you have 90 Health Potions it will withdraw money only for 10 Health Potions = 450gp.