mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 06:33:26 +02:00
Bot update - waypoints, attacking, looting
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user