fix: packet interpretation parseSetOutfit V8-OldProtocol (issues: #3155 ) #3162
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.
Description
this problem is since August when version was upgraded to 13.40 but no v8 user reported it, until issues: 3155
1) canary expects a packet “isMountRandomized” u16 but is only sent by cipsoft 13.34 and OTCR 13.34
v8 old Protocol no send "isMountRandomized" , last packet is newOutfit.lookMount = msg.get<uint16_t>(); canary read in (L1711)
this is from v8:
https://github.com/opentibiabr/otcv8/blob/main/src/client/protocolgamesend.cpp#L833
(Redemption 11.00 no send isMountRandomized only in 13.34)
2) load this (sendCreatureOutfit and AddCreature) into AddOutfit
(same packets)
Behaviour
Actual
Expected
Do this and that happens
Fixes
#3155
Type of change
How Has This Been Tested
Test Configuration:
Checklist