Difference between revisions of "ChatServerStatus"
From SWGANH Wiki
(→Variable Descriptions) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
+ | {| align="center" | ||
+ | |- | ||
+ | || | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | |{{short}}||'''Op Count''' | ||
+ | |- | ||
+ | |{{int}}||'''Opcode''' | ||
+ | |- | ||
+ | |{{byte}}|'''Status''' | ||
+ | |} | ||
+ | |} | ||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
Line 14: | Line 26: | ||
---- | ---- | ||
− | * ''' | + | * '''status''' |
− | : | + | :0 for offline |
+ | :1 for online | ||
|valign=top| | |valign=top| | ||
Line 25: | Line 38: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
Line 36: | Line 49: | ||
02 00 | 02 00 | ||
5F B1 02 71 //ChatServerStatus | 5F B1 02 71 //ChatServerStatus | ||
− | 01 // | + | 01 //0 = offline and 1= online |
</pre> | </pre> |
Latest revision as of 20:53, 6 January 2008
Server Packet - ChatServerStatus (7102B15F)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_Count = 2 Opcode = 7102B15F
|
Tags
|
Sample Packet
02 00 5F B1 02 71 //ChatServerStatus 01 //0 = offline and 1= online