Hello, i need script to move my mana potions and uhp from main bp to my supply backpack 'blue backpack'
have anyone?
Hello, i need script to move my mana potions and uhp from main bp to my supply backpack 'blue backpack'
have anyone?
go buy licence first
SOLD 145 EK to @FiestaMan
SOLD 105 PALL to @botas
SOLD 180 EK to @chomiczenko
SOLD 120 ED to @chomiczenko
SOLD 126RP to @PunktG
SOLD 81RP to @PunktG
SOLD 118 RP to @PunktG
SOLD 101 RP to @PunktG
SOLD 77 RP to @PunktG
SOLD 2500 tibia coins to @grinkuk
SOLD 750 tibia coins to @grinkuk
SOLD 3200 tibia coins to @grinkuk
SOLD 200 tibia coins to @iMike
stfu idiot say something usefull
@headkevin
Code:local SuppliesBP = "Jewelled backpack"just edit it to move whatever you want to moveCode:Module.New('Shove-pots', function(mod) local DROP_ITEMS = {"mana potion", "great health potion", "ultimate health potion"} for i = 0, #Container.GetAll() do -- let's find bps search = Container.New(i) cont = Container.New(SuppliesBP) for spot = 0, cont:ItemCount() do local item = search:GetItemData(spot) if cont:isOpen() and search:Name() ~= cont:Name() then if table.find(DROP_ITEMS, Item.GetName(item.id)) and not cont:isFull() then search:MoveItemToContainer(spot, cont:Index(), 0, 100) -- just shove to selected bp end end end end end)
but if you open a dp box with these items it will move them all to the bp
he is using crack, he made new acc, he ain't stupid xd
SOLD 145 EK to @FiestaMan
SOLD 105 PALL to @botas
SOLD 180 EK to @chomiczenko
SOLD 120 ED to @chomiczenko
SOLD 126RP to @PunktG
SOLD 81RP to @PunktG
SOLD 118 RP to @PunktG
SOLD 101 RP to @PunktG
SOLD 77 RP to @PunktG
SOLD 2500 tibia coins to @grinkuk
SOLD 750 tibia coins to @grinkuk
SOLD 3200 tibia coins to @grinkuk
SOLD 200 tibia coins to @iMike