Difference between revisions of "ChatOnEnteredRoom"
From SWGANH Wiki
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
Line 14: | Line 9: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | | | + | |{{short}}||'''Operand Count''' |
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{short}}||'''Game Name Size''' |
|- | |- | ||
− | | | + | |{{a_string}}||'''Game Name''' |
|- | |- | ||
− | | | + | |{{short}}||'''Galaxy Name Size''' |
|- | |- | ||
− | | | + | |{{a_string}}||'''Galaxy Name Size''' |
|- | |- | ||
− | | | + | |{{short}}||'''Character Name Size''' |
|- | |- | ||
− | | | + | |{{a_string}}||'''Character Name''' |
|- | |- | ||
− | | | + | |{{int}}||'''<font color=red>Unknown</font>''' |
|- | |- | ||
− | | | + | |{{int}}||'''ChatRoom_ID''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{int}}||'''<font color=red>Unknown</font>''' | ||
|} | |} | ||
Line 43: | Line 35: | ||
---- | ---- | ||
− | Opperand_Count = ''' | + | Opperand_Count = '''5''' |
− | Opcode = ''' | + | Opcode = '''E69BDC0A''' |
---- | ---- | ||
− | * | + | * '''Game Name Size''' |
− | * | + | :Size of the Game_Name, only seen SWG. |
− | * | + | |
− | * | + | * '''Game_Name''' |
+ | :As above SWG | ||
+ | |||
+ | * '''Galaxy Name Size''' | ||
+ | :Size of the Galaxie Name | ||
+ | |||
+ | * '''Galaxy Name''' | ||
+ | :Example 'Bria' | ||
+ | |||
+ | * '''Character Name Size''' | ||
+ | :Size of belows Character name | ||
+ | |||
+ | * '''Character Name | ||
+ | :Character name thats joining the room | ||
+ | |||
+ | * <font color=red>'''Unknown'''</font> | ||
+ | :Some Unknown Maybe a flag something to check into later. | ||
+ | |||
+ | * '''ChatRoom_ID''' | ||
+ | :Put the Chatroom's Id here | ||
+ | |||
+ | * <font color=red>'''Unknown'''</font> | ||
+ | :Some Unknown Maybe a flag something to check into later. | ||
+ | |||
|valign=top| | |valign=top| |
Revision as of 22:22, 31 March 2007
Struct
Variable DescriptionsOpperand_Count = 5 Opcode = E69BDC0A
|
Tags
|
Sample Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...