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
Initial support for newer packet versions #4944
Conversation
Basic support for packets up to April 2020 Changing the default packet version to 2020-04-01
This comment was marked as spam.
This comment was marked as spam.
To enable keyboard, the packet 0B1B must be sended from server to client after hotkey list |
|
This pull request introduces 12 alerts and fixes 1 when merging d4cb015 into 5154e07 - view on LGTM.com new alerts:
fixed alerts:
|
|
This pull request fixes 1 alert when merging 123f266 into 5154e07 - view on LGTM.com fixed alerts:
|
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
|
I'm unable to use skill or use macro in-game like "alt+s" and "alt+m", am I missing something with the PR? or is it client related files? |
Missing 0B1B Check my comment: @Lemongrass3110 can u check this? |
# Conflicts: # src/map/clif.cpp
|
This pull request fixes 1 alert when merging 8ee4a85 into cd0937c - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging 27dc22b into 6c5ed52 - view on LGTM.com fixed alerts:
|
|
There is another bug, when you put items in the merchant's cart, not all items appear, you need to use @refresh to appear, some appear, I will record a video to show how the bug is. |
I comfirm this some items disappear when put them in cart |
|
This pull request fixes 1 alert when merging 36b1b20 into 6c5ed52 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging a6e55a5 into 929c30c - view on LGTM.com fixed alerts:
|
|
This pull request fixes 1 alert when merging e4a4cbb into 929c30c - view on LGTM.com fixed alerts:
|
|
Client side: 20200401 |
|
Skill bar are not auto refreshing. |
This reverts commit 45cd580.
Shoudnl't this be included with rA? Maybe a custom simpler module? That sends the data over that port Maybe even compatibilize the current SQL decoding for downstreaming the icons? |
|
noticed a problem with one of the skills RG - Earth Drive. After using it, there is a problem with the walk delay. if immediately after the skill, start moving, then his first steps do not go as usual, but the problem with animation. He makes at once in the region of 10-15 steps.It seems that this should not be so. |









Addressed Issue(s): #3925, #4419
Server Mode: Both
Description of Pull Request:
Basic support for packets up to April 2020
Changing the default packet version to 2020-04-01
Special thanks and credits to @4144 for keeping the basic packet data updated and maintaining it
as well as to @shennetsind for the initial design idea.
Not all features are supported yet - please refrain from asking for them in here.
Some clients < 2010 are still broken and will be fixed during the code review / testing time.