-
Notifications
You must be signed in to change notification settings - Fork 774
Update packets up to 2018-12-12 #2324
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Contributor
|
This pull request introduces 1 alert when merging b09886d into 97606ea - view on LGTM.com new alerts:
Comment posted by LGTM.com |
71b2a61 to
e7f2042
Compare
Asheraf
requested changes
Nov 27, 2018
Asheraf
approved these changes
Nov 27, 2018
And use correct MAX_CHAR_BUF
It send initial response for inventory expanding request.
This function send to client final expand status.
This command allow adjust inventory size to positive or negative value.
This command allow read current max inventory size.
…D_CONFIRMED packets.
Asheraf
approved these changes
Dec 14, 2018
This will allow use client command: /viewpointvalue - show/hide camera information /setcamera range rotation latitude - same with @camerainfo
MishimaHaruna
approved these changes
Dec 16, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Prelude
Changes Proposed
Add packet CA_ACK_MOBILE_OTP.
Add packet AC_REQ_MOBILE_OTP.
Add packet CA_OTP_CODE.
Add packet ZC_ENCHANT_EQUIPMENT.
Add script command enchantitem.
Add packet ZC_SERVICE_MESSAGE_COLOR.
Add script command servicemessage.
Fix packet ZC_PROPERTY_HOMUN.
Fix constant MAX_CHAR_BUF for all packet versions (fixes #2334)
Update packet ZC_AUTOSPELLLIST for main client.
Add packets CZ_START_USE_SKILL/CZ_STOP_USE_SKILL.
Update packet ZC_NPC_MARKET_OPEN.
Update packet CZ_PARTY_CONFIG and fix weight field.
Add packet CZ_CAMERA_INFO (command /viewpointvalue and /setcamera)
Add validation for function char_mmo_char_tobuf.
Add support for int32 (4 bytes) item id sizes in zero clients and main clients.
Add packets, script commands and scripts for inventory expansion.
Implement inventory expansion feature. http://imgc1.gnjoy.com/ufile/ro/2018/11/21/QK3O60RA1MGOMU301NUO.gif (partially can works in any clients)
Move packets structs in login server into separate files.
Update packets up to 2018-12-12.
Update messages up to 2018-12-12.
Update keys up to 2018-12-12.