• 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!

Problem in login (Black panels in left and right)

vine96

Member
Joined
Nov 17, 2012
Messages
82
Reaction score
9
Hi guys!

Recently i made a full extended view in my OTClient, but something remains that I would like to resolve...

Well, when I logging there are black sidebars:
1689042588543.png

If i relogging or alter the left panels or right panels in the options>>interface for any options, then the full view appears:
1689042683108.png

I would like that when I log in everything is already full, it's possible?

My gameinterface.lua:
 

Attachments

Last edited:
Go to game_features and edit features.lua.

Lua:
    if(version >= 860) then
        g_game.enableFeature(GameAttackSeq)
        g_game.enableFeature(GameCreatureEmblems)
        g_game.enableFeature(GameExtendedOpcode)
        g_game.enableFeature(GameChangeMapAwareRange)
        g_game.enableFeature(GameBiggerMapCache)
    end
 
Go to game_features and edit features.lua.

Lua:
    if(version >= 860) then
        g_game.enableFeature(GameAttackSeq)
        g_game.enableFeature(GameCreatureEmblems)
        g_game.enableFeature(GameExtendedOpcode)
        g_game.enableFeature(GameChangeMapAwareRange)
        g_game.enableFeature(GameBiggerMapCache)
    end

You are the best i love you <3
 
Back
Top