Difference between revisions of "ShowFlyText (000001BD)"
From SWGANH Wiki
m (Protected "ShowFlyText (000001BD)": Page is complete. [edit=sysop:move=sysop]) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Object Controller|ShowFlyText (000001BD)}} | |
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 6: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | | | + | |{{long}}|'''ObjectID''' |
|- | |- | ||
− | | | + | |{{short}}|'''STFLoc Size''' |
|- | |- | ||
− | | | + | |{{a_string}}|'''STC Location''' |
|- | |- | ||
− | | | + | |{{int}}|'''Padding''' |
|- | |- | ||
− | | | + | |{{a_string}}|'''Text''' |
|- | |- | ||
− | | | + | |{{int}}|'''Padding''' |
|- | |- | ||
− | | | + | |{{byte}}|'''Red''' |
|- | |- | ||
− | | | + | |{{byte}}|'''Green''' |
|- | |- | ||
− | | | + | |{{byte}}|'''Blue''' |
|- | |- | ||
+ | |{{byte}}|'''Display Flag''' | ||
+ | |- | ||
+ | |} | ||
|} | |} | ||
Line 34: | Line 38: | ||
---- | ---- | ||
− | * '''ObjectID''' | + | * '''ObjectID''': Object which we want fly text to display over. |
− | :Object which we want fly text to display. | + | |
− | * '''File''' | + | * '''File''': Name of string file without extension. EX: combat_effects |
− | :Name of string file without extension. EX: combat_effects | + | |
− | * '''Text''' | + | * '''Text''': Text to display from the file. EX: center_start_fly |
− | :Text to display from the file. EX: center_start_fly | + | |
− | * '''Red Green Blue''' | + | * '''Red Green Blue''': RGB codification. each one from 0 to 255 |
− | :RGB codification. each one from 0 to 255 | + | |
+ | *'''Display Flag''': When active the text is displayed in the players chat history | ||
|valign=top| | |valign=top| | ||
Line 53: | Line 55: | ||
||{{ObjControllerMessageTag}} | ||{{ObjControllerMessageTag}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
|} | |} | ||
+ | |||
+ | |||
+ | ===Example Packet=== | ||
+ | 05 00 'Opperand Count | ||
+ | 46 5E CE 80 'ObjController | ||
+ | 1B 00 00 00 'Sub-op | ||
+ | BD 01 00 00 'Command Op | ||
+ | 19 00 00 00 00 00 00 00 'Character ID | ||
+ | 00 00 00 00 'Spacing | ||
+ | 19 00 00 00 00 00 00 00 'Target ID | ||
+ | 0E 00 'String Size | ||
+ | 63 6F 6D 62 61 74 5F 65 66 66 65 63 74 73 'combat_effects | ||
+ | 00 00 00 00 'Spacing | ||
+ | 08 00 'String Size | ||
+ | 68 69 74 5F 6C 6C 65 67 'hit_lleg | ||
+ | 00 00 00 00 'spacing | ||
+ | 00 FF 00 'RGB | ||
+ | 05 'Target Display |
Latest revision as of 20:35, 8 January 2008
Object Controller - ShowFlyText (000001BD)
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 DescriptionscontrollerID = 000001BD
|
Tags
|
Example Packet
05 00 'Opperand Count 46 5E CE 80 'ObjController 1B 00 00 00 'Sub-op BD 01 00 00 'Command Op 19 00 00 00 00 00 00 00 'Character ID 00 00 00 00 'Spacing 19 00 00 00 00 00 00 00 'Target ID 0E 00 'String Size 63 6F 6D 62 61 74 5F 65 66 66 65 63 74 73 'combat_effects 00 00 00 00 'Spacing 08 00 'String Size 68 69 74 5F 6C 6C 65 67 'hit_lleg 00 00 00 00 'spacing 00 FF 00 'RGB05 'Target Display