|
|
(9 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
− | __NOTOC__
| + | {{PageHeader|Server Packet|DeltasMessage (12862153)}} |
− | | + | |
| {| border="0" width="90%" cellpadding=6 | | {| border="0" width="90%" cellpadding=6 |
| |- | | |- |
Line 6: |
Line 5: |
| ===Struct=== | | ===Struct=== |
| ---- | | ---- |
− | | + | {| align="center" |
| + | |- |
| + | || |
| {| class="wikitable" | | {| class="wikitable" |
| + | |{{short}}||'''Operand_Count''' |
| |- | | |- |
− | |align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Operand_Count''' | + | |{{int}}||'''Opcode''' |
| |- | | |- |
− | |align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcode''' | + | |{{long}}||'''ObjectID''' |
| |- | | |- |
− | |align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''ObjectID''' | + | |{{int}}||'''Object_TYPE''' |
| |- | | |- |
− | |align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Object_TYPE''' | + | |{{byte}}||'''TYPE_#''' |
| |- | | |- |
− | |align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''TYPE_#''' | + | |{{int}}||'''Object_Data_Size''' |
− | |-
| + | |
− | |align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Object_Data_Size'''
| + | |
− | |-
| + | |
− | |align="center" style="background:#CCFFFF; color:black;"|'''...'''||'''Data'''
| + | |
| |- | | |- |
| + | |{{uncertain}}||'''Data''' |
| + | |} |
| |} | | |} |
| | | |
Line 34: |
Line 34: |
| | | |
| * '''Object_ID''': | | * '''Object_ID''': |
− | A 64bit ID number assigned uniquely to objects. | + | :A 64bit ID number assigned uniquely to objects. |
− | | + | |
− | | + | |
| * '''Object_TYPE''': | | * '''Object_TYPE''': |
| :A 4 byte integer made of characters used to identify the object type. For a list of object types see below. | | :A 4 byte integer made of characters used to identify the object type. For a list of object types see below. |
− | | + | *'''Note''': This is just a string used in the debugging message. |
− | '''Note''': This is just a string used in the debugging message. | + | |
| :Parsing methods are set on object creation. | | :Parsing methods are set on object creation. |
− |
| |
− |
| |
| * '''TYPE_#''': | | * '''TYPE_#''': |
| :This is a single byte integer used to identify what type of update is being done to the object based on the objects type. | | :This is a single byte integer used to identify what type of update is being done to the object based on the objects type. |
Line 53: |
Line 48: |
| Some aren't used at all. The available ones will be listed. | | Some aren't used at all. The available ones will be listed. |
| </pre> | | </pre> |
− |
| |
| * '''Object_Data_Size''': | | * '''Object_Data_Size''': |
| :Size of DATA below | | :Size of DATA below |
− |
| |
| * '''DATA''': | | * '''DATA''': |
| :The rest of the packet is used to update/change specific variables of the object. | | :The rest of the packet is used to update/change specific variables of the object. |
Line 64: |
Line 57: |
| | | |
| |valign=top| | | |valign=top| |
| + | |
| ===Tags=== | | ===Tags=== |
| ---- | | ---- |
Line 70: |
Line 64: |
| ||{{ServerPacket}} | | ||{{ServerPacket}} |
| |- | | |- |
− | ||{{50%}} | + | ||{{100%}} |
| |- | | |- |
| |} | | |} |
Line 77: |
Line 71: |
| | | |
| ---- | | ---- |
− |
| |
− | ==Sample Code==
| |
− |
| |
− | <pre>
| |
− | Insert Code Snippet Here...
| |
− | </pre>
| |
| | | |
| ==Sample Packet== | | ==Sample Packet== |
Line 91: |
Line 79: |
| | | |
| ==Parsing Types== | | ==Parsing Types== |
− | {| class="wikitable"
| + | |
− | |- align="center"
| + | ===Baselines=== |
− | |'''NAME'''||width="200px"|'''Name'''||'''Type 01'''||'''Type 02'''||'''Type 03'''||'''Type 04'''||'''Type 05'''||'''Type 06'''||'''Type 07'''||'''Type 08'''||'''Type 09'''
| + | {{PacketBaselines}} |
− | |- align="center"
| + | |
− | |align="center"|'''[[Guild Object|GILD]]'''||align="left"|'''[[Guild Object]]'''||'''[[GILD01]]'''||''' '''||'''[[GILD03]]'''||''' '''||''' '''||'''[[GILD06]]'''||''' '''||''' '''||''' '''
| + | ===Deltas=== |
− | |- align="center"
| + | {{PacketDeltas}} |
− | |align="center"|'''[[Create Object|CREO]]'''||align="left"|'''[[Create Object]]'''||'''[[CREO01]]'''||''' '''||'''[[CREO03]]'''||'''[[CREO04]]'''||''' '''||'''[[CREO06]]'''||''' '''||''' '''||''' '''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Ship Object|SHIP]]'''||align="left"|'''[[Ship Object]]'''||'''[[SHIP01]]'''||''' '''||'''[[SHIP03]]'''||'''[[SHIP04]]'''||''' '''||'''[[SHIP06]]'''||''' '''||''' '''||''' '''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Intangible Object|INTO]]'''||align="left"|'''[[Intangible Object]]'''||'''[[INTO01]]'''||''' '''||'''[[INTO03]]'''||''' '''||''' '''||'''[[INTO06]]'''||''' '''||''' '''||''' '''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Tangible Object|TANO]]'''||align="left"|'''[[Tangible Object]]'''||'''[[TANO01]]'''||''' '''||'''[[TANO03]]'''||''' '''||''' '''||'''[[TANO06]]'''||'''[[TANO07]]'''||''' '''||''' '''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Mission Object|MISO]]'''||align="left"|'''[[Mission Object]]'''||'''[[MISO01]]'''||''' '''||'''[[MISO03]]'''||''' '''||''' '''||'''[[MISO06]]'''||''' '''||''' '''||''' '''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Player Object|PLAY]]'''||align="left"|'''[[Player Object]]'''||'''[[PLAY01]]'''||''' '''||'''[[PLAY03]]'''||''' '''||''' '''||'''[[PLAY06]]'''||''' '''||'''[[PLAY08]]'''||'''[[PLAY09]]'''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Installation Object|HINO]]'''||align="left"|'''[[Installation Object]]'''||'''[[HINO01]]'''||''' '''||'''[[HINO03]]'''||''' '''||''' '''||'''[[HINO06]]'''||'''[[HINO07]]'''||''' '''||''' '''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Resource Container Object|RCNO]]'''||align="left"|'''[[Resource Container Object]]'''||'''[[RCNO1]]'''||''' '''||'''[[RCNO03]]'''||''' '''||''' '''||'''[[RCNO06]]'''||''' '''||''' '''||''' '''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Manufacture Schematic Object|MSCO]]'''||align="left"|'''[[Manufacture Schematic Object]]'''||'''[[MSCO01]]'''||''' '''||'''[[MSCO03]]'''||''' '''||''' '''||'''[[MSCO06]]'''||'''[[MSCO07]]'''||''' '''||''' '''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Static Object|STAO]]'''||align="left"|'''[[Static Object]]'''||'''[[STAO01]]'''||''' '''||'''[[STAO03]]'''||''' '''||''' '''||'''[[STAO06]]'''||''' '''||''' '''||''' '''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Group Object|GRUP]]'''||align="left"|'''[[Group Object]]'''||'''[[GRUP01]]'''||''' '''||'''[[GRUP03]]'''||''' '''||''' '''||'''[[GRUP06]]'''||''' '''||''' '''||''' '''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Waypoint Object|WAYP]]'''||align="left"|'''[[Waypoint Object]]'''||'''[[WAYP01]]'''||''' '''||'''[[WAYP03]]'''||''' '''||''' '''||'''[[WAYP06]]'''||''' '''||''' '''||''' '''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Wearable Object|WEAO]]'''||align="left"|'''[[Wearable Object]]'''||''' '''||''' '''||'''[[WEAO03]]'''||''' '''||''' '''||'''[[WEAO06]]'''||''' '''||'''[[WEAO08]]'''||'''[[WEAO09]]'''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Building Object|BUIO]]'''||align="left"|'''[[Building Object]]'''||''' '''||''' '''||'''[[BUIO03]]'''||''' '''||''' '''||'''[[BUIO06]]'''||''' '''||''' '''||''' '''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Cell Object|SCLT]]'''||align="left"|'''[[Cell Object]]'''||''' '''||''' '''||'''[[SCLT03]]'''||''' '''||''' '''||'''[[SCLT06]]'''||''' '''||''' '''||'''[[SCLT09]]'''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Factory Object|FCTY]]'''||align="left"|'''[[Factory Object]]'''||'''[[FCTY01]]'''||''' '''||''' '''||''' '''||''' '''||''' '''||''' '''||''' '''||''' '''
| + | |
− | |-
| + | |
− | |}
| + | |