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

Hide Right bar

Hello!

Not tested, but you can try.

Go to your OTClient > Modules > Game_Interface > Gameinterface.otui

and go to

C++:
GameSidePanel < UIMiniWindowContainer
  image-source: /images/ui/panel_side
  image-border: 4
  width: 165
  layout:
    type: verticalBox
    //spacing: 1

and change the value of width to "0"

Or just click ( Ctrl . ) that Will change The viewport

Tradução : Clica Ctrl e . (ponto) que irá mudar o ponto de vista do cliente
 
Last edited:
Thank you
I checked the CTRL + code. and always forced MODE = 2


function setupViewMode(mode)
mode = 2 // this

if mode == currentViewMode then return end

if currentViewMode == 2 then
 
Back
Top