Difference between revisions of "GrantCommand"
From SWGANH Wiki
m (New page: Various internet sites are there which help you in obtaining your totally free copy through the reporting companies.<br>Preparing for debt elimination - Finally, debtors will be ready to b...) |
(New page: {{PageHeader|Server Packet|GrantCommand (E67E3875)}} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| align="center" |- || {| class="wikitable" |{{short}}||'...) |
||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Server Packet|GrantCommand (E67E3875)}} | |
+ | |||
+ | |||
+ | |||
+ | {| border="0" width="90%" cellpadding=6 | ||
+ | |- | ||
+ | |valign=top| | ||
+ | ===Struct=== | ||
+ | ---- | ||
+ | {| align="center" | ||
+ | |- | ||
+ | || | ||
+ | {| class="wikitable" | ||
+ | |{{short}}||'''Opperand_Count''' | ||
+ | |- | ||
+ | |{{int}}||'''Opcode''' | ||
+ | |- | ||
+ | |{{short}}|'''StringSize''' | ||
+ | |- | ||
+ | |{{Ascii}}|'''CommandGranted''' | ||
+ | |- | ||
+ | |||
+ | |} | ||
+ | |} | ||
+ | |||
+ | ===Variable Descriptions=== | ||
+ | ---- | ||
+ | |||
+ | Opperand_Count = '''7''' | ||
+ | |||
+ | Opcode = '''E67E3875''' | ||
+ | ---- | ||
+ | |||
+ | |||
+ | |||
+ | |valign=top| | ||
+ | |||
+ | ===Tags=== | ||
+ | ---- | ||
+ | {| align="center" | ||
+ | |- | ||
+ | ||{{ServerPacket}} | ||
+ | |- | ||
+ | ||{{100%}} | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | |} | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==Sample Packet== | ||
+ | <p> | ||
+ | *Struct work by cAble (NGE packet reverser) | ||
+ | </p> | ||
+ | *This packet was used with a profession respec to commando. "co_dm_1" was the skill that was granted. | ||
+ | <p> | ||
+ | *This is from an NGE packet capture and may not me applicable to precu. | ||
+ | </p> | ||
+ | <pre> | ||
+ | |||
+ | 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. | ||
+ | </pre> |
Revision as of 16:54, 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
Variable DescriptionsOpperand_Count = 7 Opcode = E67E3875
|
Tags
|
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.