|
|
Line 91: |
Line 91: |
| | | |
| ==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]]'''||''' '''||''' '''||'''[[RCNO03]]'''||''' '''||''' '''||'''[[RCNO06]]'''||''' '''||'''[[RCNO08]]'''||'''[[RCNO09]]'''
| + | |
− | |- 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]]'''||''' '''||''' '''||''' '''
| + | |
− | |- align="center"
| + | |
− | |align="center"|'''[[Factory Object|FCTY]]'''||align="left"|'''[[Factory Object]]'''||'''[[FCTY01]]'''||''' '''||''' '''||''' '''||''' '''||''' '''||''' '''||''' '''||''' '''
| + | |
− | |-
| + | |
− | |}
| + | |
Revision as of 19:44, 4 March 2007
Struct
SHORT |
Operand_Count
|
INT |
Opcode
|
LONG |
ObjectID
|
INT |
Object_TYPE
|
BYTE |
TYPE_#
|
INT |
Object_Data_Size
|
... |
Data
|
Variable Descriptions
Opperand_Count = 5
Opcode = 12862153
A 64bit ID number assigned uniquely to objects.
- 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.
- Parsing methods are set on object creation.
- This is a single byte integer used to identify what type of update is being done to the object based on the objects type.
Example:
TYPE = CREO
TYPE_#: 1, 3, 4, 6, 7, 8, 9...
Each value contains a different part or data to be updated to the object.
Some aren't used at all. The available ones will be listed.
- Size of DATA below
- The rest of the packet is used to update/change specific variables of the object.
- This gets parsed uniquely depending on the Object_TYPE and TYPE_#.
- See the corresponding list for separate structs of these Objects.
- All DATA Segments begin with a short with the # of updates it contains, and then additional short used to identify the variable being updated.
|
Tags
S→C
|
This packet originates on the server.
|
|
50%
|
This packet has been partially reversed.
|
|
|
Sample Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...
Parsing Types
Baselines
Deltas