pedrodudu99
07-27-2016, 07:06 PM
its possible? if yes, how?
i was trying make this script for my cousin and i failed.
13731
nmmoore
10-22-2016, 01:39 AM
Bump~ I would like to know also.
Only; I would like to know how to withdraw ammo from my dp, to my backpack.
Also, how to move arrows and manas out of my main backpack in to their perspective backpacks.
Thanks~
kulinia
10-22-2016, 05:40 PM
i Use this script to get flask and gold from flour.. just need open a bakpack
PickupItems = {3031, 3359, 3357, 3557,3372, 8044, 3265, 284, 283, 285, 3392, 3043, 3388, 283}
Module.New('Item Picker+bp opener', function(module)
for y = -1, 1 do
for x = -1, 1 do
if table.contains(PickupItems, Map.GetTopMoveItem(Self.Position().x + x, Self.Position().y + y, Self.Position().z).id) then
Map.PickupItem(Self.Position().x + x, Self.Position().y + y, Self.Position().z, Container.GetFirst(), 0)
end
end
end
end
)
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.