• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Otclient Classic UI

modules/game_interface/gameinterface.lua
LUA:
 if creatureThing:isPartyMember() then
        menu:addOption(tr('Leave Party'), function() g_game.partyLeave() end)
      end
    
      if creatureThing:isPartyMember() then
        menu:addOption(tr('Enable Shared'), function() g_game.talk("!share") end)
      end

View attachment 88331

View attachment 88332
This is too old, use this instead
1732502034852.webp
 
Hello
I've been struggling to make Classic UI and thanks to @pink_panther and @Nekiro there is now a huge update!
Credits for them :D

There is now github repo you can help us to make it even better now :)

Screens:
obt7pnq-1-png.68906

xryfawq-1-png.68905


Enjoy!

Do you still have a github repo for this?
 
I installed the otclient V8 hotkey module but ultimate healing doesn't work via the hotkey, sudden death and other runes... Could someone help me why ultimate healing doesn't work via the hotkey used on the character?
 
1.webp

Has anyone fixed it to minimize the equipment window?
 
Heyo! I've stumbled across this problem using the classic controls, when I try to attack a monster that is standing on a recently killed monster, I just keep opening the dead body instead of attacking the other monster. If I hold ALT while attacking, it works correctly. But this shouldn't be necessary when using classic controls, should it?
View attachment 87341
Did you manage to solve it?
 
Hi there. Where can I find the source codes to compile? I'm having some bugs and need to update const.h and other src files. Thanks in advance. @dewral
 
Back
Top