Log in

View Full Version : Item seller



maxibott
04-25-2013, 11:40
Could anybody help me with item seller ? how can i for example sell halberds or plate armor before gold deposit? please help

Mackiiboy
05-05-2013, 17:46
Here is an example of how you could sell all visible halberds in your backpacks and make sure that you not will leave the shop until you have sold all of them. Make sure to change the 'move x,y,x to the right position of the shop.


fastExiva _halberdid = C5 0C
#------------------
#--Sell loot
#------------------
:selling
#the x,y,z position of the spot where you are selling your items
move x,y,z
fastExiva _halberd = $countitems:{$_halberdid$}$
waitX $randomnumber:1>2$
sayInTrade hi
waitX $randomnumber:1>2$
sayInTrade trade
waitX $randomnumber:1>2$
fastExiva sell:C5 0C:{$_halberd$}
waitX $randomnumber:1>2$
fastExiva _halberd = $countitems:{$_halberdid$}$
IfTrue ($_halberd$#number>#0) Goto $nlineoflabel:selling$
#------------------
#--/End sell loot
#------------------