OTClient Code
These are codes that I have posted on various forums/discord.
Actionbar per character #1
file game_actionbar\actionbar.lua
function online()
actionConfig = g_configs.create("/actionbars/" .. g_game.getLocalPlayer():getName():lower().. ".otml")
setupActionPanel(1, actionPanel1)
setupActionPanel(2, actionPanel2)
show()
end
create a folder called actionsbars in your configs folder (%appdata%\OTClientV8\otclientv8\actionbars)
01/01/2021