[L2j] Can you force-open a UI window from the server side?

Salty Mike

hella salty
VIP
Сообщения
349
Розыгрыши
0
Решения
4
Репутация
163
Реакции
137
Баллы
1 438
Хроники
  1. Prologue: Prelude of War
Исходники
Присутствуют
Сборка
Mobius
I've tried sending the packet that usually opens the UI window, but it won't force open it.
However, if I have the window open, it will send the info and refresh it.
Is there some packet I can send (or some other trick) that will force the client to open whatever UI window I want it to open?
 
Решение
He uses new packets for open some windows:

or use logic like this in available packets:


I tryed to find something like this "windowname" + "show window" in new packets, but nothing. I think they have no such logic.


P.S. Client have something like this, but this is only in client-side packets.




Your thing - only for custom realisation.
He uses new packets for open some windows:

or use logic like this in available packets:


I tryed to find something like this "windowname" + "show window" in new packets, but nothing. I think they have no such logic.


P.S. Client have something like this, but this is only in client-side packets.




Your thing - only for custom realisation.
 
Решение

Yeah, it appears that the only fix is to edit the Interface. Thank you!