L2JMobius

Free Users => Bug Reports => Topic started by: AnsS on January 05, 2021, 07:39:50 PM

Title: Appearance seal not working
Post by: AnsS on January 05, 2021, 07:39:50 PM
Hi,

Appearance sealing is not working. If I pressed seal button, nothing happened.
https://pasteboard.co/JIgkOMt.png

I started debugging, and I found client is sending 0xCF packet, and there is no implementation.

org.l2jmobius.gameserver.network.IncomingPackets.java:
Code: [Select]
REQUEST_BUY_PROCURE(0xCF, null, ConnectionState.IN_GAME)
Unfortunately, I dont know how its working, so I cannot create a fix.