View Full Version : Withdraw from... need script!
maniek11
12-27-2015, 10:13 AM
Hello everyone!
TOday i need script to withdraw items from dp to backack to any item count for example: Withdraw 200 Ass Starts to Bacpack.
Also
I need script to withdraw some items from mail box to backpacks to full cap and if is message "You Have Enought Cap" Character close mailbox and go to other waypoint.
maniek11
12-29-2015, 04:03 PM
Can someone help me?
maniek11
12-29-2015, 08:05 PM
I can pay for it. If someone help me: )
grave18
12-29-2015, 10:08 PM
http://forums.xenobot.net/showthread.php?39726-Inbox-withdrawer-Need-some-input&highlight=withdraw
Next time please look a little on forum...
local Ammo_AmmoID = 7368
local Ammo_AmmoMax = 200
local DpBp_Ammo = 0 -- 0-the first backpack in the depot, 1-second backpack in the depot, etc.
elseif (labelName == "GetSupplies") then
if (Self.ItemCount(Ammo_AmmoID) < Ammo_AmmoMax) then
local AmmoNumber = (Ammo_AmmoMax - Self.ItemCount(Ammo_AmmoID))
Self.WithdrawItems(DpBp_Ammo, {Ammo_AmmoID, 0, AmmoNumber})
end
nacho_125
01-19-2016, 05:24 AM
http://forums.xenobot.net/showthread.php?39726-Inbox-withdrawer-Need-some-input&highlight=withdraw
Next time please look a little on forum...
local Ammo_AmmoID = 7368
local Ammo_AmmoMax = 200
local DpBp_Ammo = 0 -- 0-the first backpack in the depot, 1-second backpack in the depot, etc.
elseif (labelName == "GetSupplies") then
if (Self.ItemCount(Ammo_AmmoID) < Ammo_AmmoMax) then
local AmmoNumber = (Ammo_AmmoMax - Self.ItemCount(Ammo_AmmoID))
Self.WithdrawItems(DpBp_Ammo, {Ammo_AmmoID, 0, AmmoNumber})
end
anyway to tell it to put it on a specific bp on your loot backpacks?
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.