mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 06:33:26 +02:00
Added waypoints for bot
This commit is contained in:
20
modules/game_bot/panels/looting.lua
Normal file
20
modules/game_bot/panels/looting.lua
Normal file
@@ -0,0 +1,20 @@
|
||||
local context = G.botContext
|
||||
local Panels = context.Panels
|
||||
|
||||
|
||||
Panels.Looting = function(parent)
|
||||
context.setupUI([[
|
||||
Panel
|
||||
id: looting
|
||||
height: 150
|
||||
|
||||
BotLabel
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
text: Looting
|
||||
|
||||
]], parent)
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user