We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
WIZ_SKILLDATA
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.
WM_DESTROY
WM_CLOSE
WM_QUIT
WM_ACTIVATE
Another place this needs to be implemented, is in CUIExitMenu::ReceiveMessage before exiting the game.
CUIExitMenu::ReceiveMessage
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
andWM_QUIT
while looking into the official binary. Also onWM_ACTIVATE
.Another place this needs to be implemented, is in
CUIExitMenu::ReceiveMessage
before exiting the game.Tasks
The text was updated successfully, but these errors were encountered: