mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-21 15:13:26 +02:00
Version 2.0 - preys, bot updates, ui improvements
This commit is contained in:
8
modules/game_bot/default_configs/examples/cavebot.lua
Normal file
8
modules/game_bot/default_configs/examples/cavebot.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
local caveTab = addTab("Cave")
|
||||
|
||||
local waypoints = Panels.Waypoints(caveTab)
|
||||
local attacking = Panels.Attacking(caveTab)
|
||||
local looting = Panels.Looting(caveTab)
|
||||
addButton("tutorial", "Help & Tutorials", function()
|
||||
g_platform.openUrl("https://github.com/OTCv8/otclientv8_bot")
|
||||
end, caveTab)
|
Reference in New Issue
Block a user