otclientv8
otclientv8 copied to clipboard
if you remove audio option mana and health circle pops automatically without being enabled
audioPanel = g_ui.loadUI('audio') optionsTabBar:addTab(tr('Audio'), audioPanel, '/images/optionstab/audio')
remove this line or audioButton = modules.client_topmenu.addLeftButton('audioButton', tr('Audio'), '/images/topbuttons/audio', function() toggleOption('enableAudio') end)
and there will be mana nd hp circle by default but option is off have to turn on and off for it to disappear :OOO!O!O!O!
It is due the fact that the audioButton is referenced somewhere else or you bugged it in some other way. Each time it happens to me I also have errors in the terminal, fix those and that's it.