mirror of
https://github.com/OTCv8/otclientv8.git
synced 2026-01-02 09:17:11 +01:00
Version 2.3.1 - bug fixes, hotkeys and anction bars work now in old tibia version (<780)
This commit is contained in:
22
modules/game_bot/default_configs/cavebot_1.1/main.lua
Normal file
22
modules/game_bot/default_configs/cavebot_1.1/main.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
-- main tab
|
||||
VERSION = "1.1"
|
||||
|
||||
UI.Label("Config version: " .. VERSION)
|
||||
|
||||
UI.Separator()
|
||||
|
||||
|
||||
|
||||
UI.Separator()
|
||||
|
||||
UI.Button("Discord", function()
|
||||
g_platform.openUrl("https://discord.gg/yhqBE4A")
|
||||
end)
|
||||
|
||||
UI.Button("Forum", function()
|
||||
g_platform.openUrl("https://otland.net/forums/otclient.494/")
|
||||
end)
|
||||
|
||||
UI.Button("Help & Tutorials", function()
|
||||
g_platform.openUrl("http://bot.otclient.ovh/")
|
||||
end)
|
||||
Reference in New Issue
Block a user