Difference between revisions of "Addignore (929AD345)"
From SWGANH Wiki
(→Sample Packets) |
|||
Line 59: | Line 59: | ||
</pre> | </pre> | ||
+ | |||
+ | <pre> | ||
+ | |||
+ | Struct by [email protected] | ||
+ | NGE packet | ||
+ | |||
+ | addIgnore is defined differently in the NGE and the precu "assumption" of opcode 0x929AD345 may be a misnomer. | ||
+ | The correct name for addIgnores network messages is ChatOnChangeIgnoreStatus | ||
+ | |||
+ | |||
+ | |||
+ | This is the correct struct: | ||
+ | |||
+ | |||
+ | 06 00 #Operand | ||
+ | 0F DA E9 70 #Opcode "ChatOnChangeIgnoreStatus " | ||
+ | 90 9C 20 51 32 00 00 00 #Character Id | ||
+ | |||
+ | |||
+ | 03 00 #String Size | ||
+ | 53 57 47 #Swg | ||
+ | |||
+ | |||
+ | 0A 00 #String Size | ||
+ | 54 65 73 74 43 65 6E 74 65 72 #Galaxy: TestCentre (this could theoretically be any galaxy) | ||
+ | |||
+ | |||
+ | 09 00 #StringSize | ||
+ | 2D 70 72 61 65 74 6F 72 2D #Character being Ignored: -praetor- | ||
+ | |||
+ | |||
+ | 00 00 00 00 | ||
+ | 01 00 00 00 | ||
+ | 00 |
Revision as of 15:50, 21 August 2013
This article or section needs additional data. Please add a sample packet! |
Command - Addignore (929AD345)
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 = Opcode = 929AD345 |
Tags
|
Sample Packets
---- "929AD345",768,0,0,"" "929AD345",768,0,5,"enrya"
Struct by [email protected] NGE packet addIgnore is defined differently in the NGE and the precu "assumption" of opcode 0x929AD345 may be a misnomer. The correct name for addIgnores network messages is ChatOnChangeIgnoreStatus This is the correct struct: 06 00 #Operand 0F DA E9 70 #Opcode "ChatOnChangeIgnoreStatus " 90 9C 20 51 32 00 00 00 #Character Id 03 00 #String Size 53 57 47 #Swg 0A 00 #String Size 54 65 73 74 43 65 6E 74 65 72 #Galaxy: TestCentre (this could theoretically be any galaxy) 09 00 #StringSize 2D 70 72 61 65 74 6F 72 2D #Character being Ignored: -praetor- 00 00 00 00 01 00 00 00 00