mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-12-16 00:49:46 +01:00
Updated to OTCv8 3.1 rev 118
This commit is contained in:
@@ -56,6 +56,15 @@ TargetBot.Looting.update = function(data)
|
||||
ui.minCapacityPanel.value:setText(data['minCapacity'] or 100)
|
||||
TargetBot.Looting.updateItemsAndContainers()
|
||||
dontSave = false
|
||||
--vBot
|
||||
vBot.lootConainers = {}
|
||||
vBot.lootItems = {}
|
||||
for i, item in ipairs(ui.containers:getItems()) do
|
||||
table.insert(vBot.lootConainers, item['id'])
|
||||
end
|
||||
for i, item in ipairs(ui.items:getItems()) do
|
||||
table.insert(vBot.lootItems, item['id'])
|
||||
end
|
||||
end
|
||||
|
||||
TargetBot.Looting.save = function(data)
|
||||
|
||||
Reference in New Issue
Block a user