SORRY I did not know where to write.
I needed a bot anything like the lecture items to the backpack on the ground with backpack loot in place. I was doing as I was grateful lootbag.![]()
SORRY I did not know where to write.
I needed a bot anything like the lecture items to the backpack on the ground with backpack loot in place. I was doing as I was grateful lootbag.![]()
13:59 You see a dead language (Vol:10). You recognize English. It was killed by bubka20.
hello I need a script.
as if I was doing and wanted to lootbaga were taking items from my LootBPname to backpack on the ground mode when less than xx cap and withdraw lootbpname as more than a backpack quest items.
Last edited by bubka20; 11-07-2013 at 03:03 AM.
plate armor to ground backpack np green z my LootBPname
Lua Code:local LootBPname = "Jewelled Backpack" local GroundBPname = "Brocade Backpack" local LOOTS = {"item", "item", "item"} local CapToMove = 100 --[DO NOT EDIT]-- local LootC = getcontainer(LootBPname) local GroundC = getcontainer(GroundBPname) local LootSLOTS = LootC.maxslots - LootC.usedslots local LootSLOTSbp = LootC.maxslots - 1 local GroundSLOTS = GroundC.maxslots - GroundC.usedslots for _,l in ipairs(LOOTS) do if cap < CapToMove and windowcount(LootBPname) > 0 and windowcount(GroundBPname) > 0 then moveitems(l,LootBPname,GroundBPname,100) if itemcount(LootBPname, LootBPname) > 0 and LootSLOTS == LootSLOTSbp then openitem(LootBPname, LootBPname, false) wait(500,1000) end if itemcount(GroundBPname, GroundBPname) > 0 and GroundSLOTS == 0 then openitem(GroundBPname, GroundBPname, false) wait(500,1000) end end end
Last edited by Dehan; 11-07-2013 at 12:31 PM. Reason: action improved
not work;s
oh my god english
I also updated the action, try again.