Difference between revisions of "GrantCommand"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageHeader|Server Packet|GrantCommand (E67E3875)}} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| align="center" |- || {| class="wikitable" |{{short}}||'...)
(Variable Descriptions)
 
Line 27: Line 27:
 
----
 
----
  
Opperand_Count     = '''7'''
+
Opperand_Count     = '''2'''
  
 
Opcode     = '''E67E3875'''
 
Opcode     = '''E67E3875'''

Latest revision as of 18:07, 14 January 2014

Server Packet - GrantCommand (E67E3875)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.



Struct


SHORT Opperand_Count
INT Opcode
SHORT StringSize
ASCII CommandGranted

Variable Descriptions


Opperand_Count = 2

Opcode = E67E3875



Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Packet

  • Struct work by cAble (NGE packet reverser)

  • This packet was used with a profession respec to commando. "co_dm_1" was the skill that was granted.

  • This is from an NGE packet capture and may not me applicable to precu.


02 00 #Operand
75 38 7E E6 #Opcode
07 00 #StringSize
63 6F 5F 64 6D 5F 31 #CommandGranted #co_dm_1


Note: the RevokeCommand gets sent to remove all the skills and abilities of the former profession.