Version 2.3.1 - bug fixes, hotkeys and anction bars work now in old tibia version (<780)

This commit is contained in:
OTCv8
2020-04-15 21:41:49 +02:00
parent 9a4ab2ae3b
commit 401eb76bba
44 changed files with 101 additions and 47 deletions

View 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)