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

@@ -31,9 +31,6 @@ function UIItem:onDrop(widget, mousePos, forced)
if item:getSubType() > 1 then
self:setItemSubType(item:getSubType())
end
if self.onItemChange then
self:onItemChange()
end
return
end