• 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 - Change the number of slots backpack

does anyone know how to change the number of slots in OtclientV8 (OTCAcademy)?

I changed this code:
LUA:
  MiniWindowContents
    padding-right: 0
    layout:
      type: grid
      cell-size: 34 34
      flow: true

to this one:
LUA:
  MiniWindowContents
    padding-top: 4
    padding-bottom: 4
    padding-right: 0
    padding-left: 8
    layout:
      type: grid
      cell-size: 34 34
      cell-spacing: 2
      flow: true
after this change the backpack stopped opening
 
Last edited:
Back
Top