with this setting, windbot will move only 16 platinum coins, not 24 (16 from the first stack, and rest from the second stack)!
dp19cj.jpg
with this setting, windbot will move only 16 platinum coins, not 24 (16 from the first stack, and rest from the second stack)!
dp19cj.jpg
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()
Last edited by K4r4biN; 12-28-2013 at 07:16 PM.
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![]()
Last edited by Harvey; 12-28-2013 at 09:54 PM.