L2JMobius

The Kamael Appearance seal not working

AnsS · 1 · 4774

Offline AnsS

  • Heir
  • **
    • Posts: 37
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.