• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

OTClient otclient new window invisible blocked

Darius93

Active Member
Joined
Oct 16, 2022
Messages
88
Reaction score
27
Hello, I have a question — I want to create a window like this that pops up for players while killing monsters (a simple upgrade system).
4GsVijf.png


The problem is that when I open this window, the player has to click somewhere outside of it to keep moving or healing. So my question is: is there a way to make it so it doesn’t block the game, and for example set the window’s visibility (opacity) to 80%?
 
Try this in your otui file
focusable: false

here:

about opacity
you can try to add below focusable something like opacity: 0.8 but it looks terrible and it's a bad solution in my opinion
1768316537319.webp

Edit: by bad, you want a new window similiar to the shop one?
 
Last edited:
Solution
that’s exactly what I meant — no, I don’t want a shop. I just wanted to create a window that pops up while fighting monsters, for example a profession selection stage.
Thank you for the help.
 
Back
Top