summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-01-01 16:09:22 -0500
committergumi <git@gumi.ca>2018-01-01 18:09:15 -0500
commitb7ec6e535d314a64aeaf426e2e4c068cd7c4bb34 (patch)
treef29e84563c80e5438da35e608967c33c195dde98 /tools
parente808b814cd0899342fcba21cc74ec059772ceb5e (diff)
downloadtmwa-b7ec6e535d314a64aeaf426e2e4c068cd7c4bb34.tar.gz
tmwa-b7ec6e535d314a64aeaf426e2e4c068cd7c4bb34.tar.bz2
tmwa-b7ec6e535d314a64aeaf426e2e4c068cd7c4bb34.tar.xz
tmwa-b7ec6e535d314a64aeaf426e2e4c068cd7c4bb34.zip
release v18.1.1v18.1.1
Diffstat (limited to 'tools')
-rwxr-xr-xtools/protocol.py28
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/protocol.py b/tools/protocol.py
index 1a87263..0c64e6f 100755
--- a/tools/protocol.py
+++ b/tools/protocol.py
@@ -5830,6 +5830,20 @@ def build_context():
3. logged out
''',
)
+ char_map.r(0x3026, 'party change leader',
+ fixed=[
+ at(0, u16, 'packet id'),
+ at(2, party_id, 'party id'),
+ at(6, account_id, 'account id'),
+ at(10, u8, 'leader'),
+ ],
+ fixed_size=11,
+ pre=[],
+ post=[0x3828],
+ desc='''
+ Explicitly request a change of party leader.
+ ''',
+ )
char_map.r(0x3027, 'party message remote begin',
head=[
at(0, u16, 'packet id'),
@@ -6108,6 +6122,20 @@ def build_context():
Actually send a party message to other map servers.
''',
)
+ char_map.s(0x3828, 'party change leader notify',
+ fixed=[
+ at(0, u16, 'packet id'),
+ at(2, party_id, 'party id'),
+ at(6, account_id, 'account id'),
+ at(10, u8, 'leader'),
+ ],
+ fixed_size=11,
+ pre=[0x3026],
+ post=[],
+ desc='''
+ Party leader was changed.
+ ''',
+ )
# TOC_MISC
# any client