mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-04-30 03:09:20 +02:00
9 lines
300 B
Lua
9 lines
300 B
Lua
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)
|