with this setting, windbot will move only 16 platinum coins, not 24 (16 from the first stack, and rest from the second stack)!
http://forums.tibiawindbot.com/attac...2&d=1388256612
Attachment 422
Printable View
with this setting, windbot will move only 16 platinum coins, not 24 (16 from the first stack, and rest from the second stack)!
http://forums.tibiawindbot.com/attac...2&d=1388256612
Attachment 422
That's not a bug. It will move the first stack and will stop because you made it like that. The first stack got only 16 items, why do you think it will move 24? You need to make it check your destination and if it got the amount or not.
try this 1
auto(1000, 1500)
moveitemsupto("platinum coin", 24, ground($posx, $posy+1, $posz), "brown backpack")
waitping()
I'll work to improve it.
Not gonna work. A work around would be to first move the items to a backpack, and only then drop it on the ground.
moveitemsupto('platinum coin', 24, '0', '1')
moveitems('platinum coin', ground($posx, $posy+1, $posz), '0', 24)
nvm my bad :D