Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIZ_SKILLDATA packet needs implementing #190

Open
2 tasks
stevewgr opened this issue Jan 21, 2023 · 0 comments
Open
2 tasks

WIZ_SKILLDATA packet needs implementing #190

stevewgr opened this issue Jan 21, 2023 · 0 comments
Labels
official_feature Feature that exists in the official game that needs implementing

Comments

@stevewgr
Copy link
Member

stevewgr commented Jan 21, 2023

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

  • Implement sending the packet in the client side
  • Implement parsing this packet on the server to trigger a database procedure
@stevewgr stevewgr added the official_feature Feature that exists in the official game that needs implementing label Jan 21, 2023
@stevewgr stevewgr moved this to Backlog in ko-project Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
official_feature Feature that exists in the official game that needs implementing
Projects
Status: Backlog
Development

No branches or pull requests

1 participant