Bot update - waypoints, attacking, looting

This commit is contained in:
OTCv8
2019-11-02 08:43:11 +01:00
parent 62ff2b1cf5
commit 6dd9a54749
15 changed files with 1640 additions and 63 deletions

View File

@@ -37,9 +37,6 @@ function show(itemWidget)
local doneFunc = function()
itemWidget:setItemId(window.item:getItemId())
itemWidget:setItemCount(window.item:getItemCount())
if itemWidget.onItemChange then
itemWidget:onItemChange()
end
destroy()
end

View File

@@ -19,8 +19,8 @@ ItemSelectorWindow < MainWindow
margin-left: 5
padding-left: 5
width: 70
minimum: 1
maximum: 999999999
minimum: 0
maximum: 999999
focusable: true
Label