Difference between revisions of "RequestCompleteQuest (000004B8)"
From SWGANH Wiki
m (New page: perfumedemands all of your attention to be a success from it.<br><br>A good deal of the time even very small challenges can have an enormous impact on the benefits you receive. If you wish...) |
(New page: {{PageHeader|Object Controller|RequestCompleteQuest (000004B8)}} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| align="center" |- || {| class="wikitable" |{{L...) |
||
| Line 1: | Line 1: | ||
| − | + | {{PageHeader|Object Controller|RequestCompleteQuest (000004B8)}} | |
| + | {| border="0" width="90%" cellpadding=6 | ||
| + | |- | ||
| + | |valign=top| | ||
| + | ===Struct=== | ||
| + | ---- | ||
| + | {| align="center" | ||
| + | |- | ||
| + | || | ||
| + | {| class="wikitable" | ||
| + | |{{Long}}|'''Character ID''' | ||
| + | |- | ||
| + | |{{int}}|'''Unknown INT''' | ||
| + | |- | ||
| + | |{{int}}|'''Quest ID''' | ||
| + | |- | ||
| + | |} | ||
| + | |||
| + | ===Variable Descriptions=== | ||
| + | ---- | ||
| + | controllerID = '''000004B8''' | ||
| + | ---- | ||
| + | |||
| + | |valign=top| | ||
| + | |||
| + | ===Tags=== | ||
| + | ---- | ||
| + | {| align="center" | ||
| + | |- | ||
| + | ||{{ObjControllerMessageTag}} | ||
| + | |- | ||
| + | ||{{100%}} | ||
| + | |- | ||
| + | |} | ||
| + | |} | ||
| + | |||
| + | |||
| + | Note from '''cAble'''. 000004b7 activates the characters quest; this one is sent when the quest is completed. | ||
| + | |||
| + | |||
| + | |||
| + | <pre> | ||
| + | |||
| + | NGE struct by cAble | ||
| + | |||
| + | 05 00 # Operand | ||
| + | 46 5E CE 80 # Obj Controller | ||
| + | 0B 00 00 00 | ||
| + | B8 04 00 00 # requestCompleteQuest | ||
| + | CA 16 09 91 45 00 00 00 # CharacterID | ||
| + | 00 00 00 00 # Unknown INT | ||
| + | F1 59 C9 C7 # quest ID | ||
| + | |||
| + | |||
| + | |||
| + | </pre> | ||
Latest revision as of 15:57, 28 September 2013
Object Controller - RequestCompleteQuest (000004B8)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
NGE struct by cAble 05 00 # Operand 46 5E CE 80 # Obj Controller 0B 00 00 00 B8 04 00 00 # requestCompleteQuest CA 16 09 91 45 00 00 00 # CharacterID 00 00 00 00 # Unknown INT F1 59 C9 C7 # quest ID |