ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
MIT License
48 stars 21 forks source link

WIZ_SKILLDATA packet needs implementing #190

Open stevewgr opened 1 year ago

stevewgr commented 1 year ago

Description

When the game closes or command save is issued, we need to send WIZ_SKILLDATA packet to save the user skills setup in the tree.

Note that I noticed this call in WndProcMain on WM_DESTROY, WM_CLOSE and WM_QUIT while looking into the official binary. Also on WM_ACTIVATE.

Another place this needs to be implemented, is in CUIExitMenu::ReceiveMessage before exiting the game.

Tasks