Difference between revisions of "ShowFlyText (000001BD)"

From SWGANH Wiki
Jump to: navigation, search
 
(Tags)
Line 53: Line 53:
 
||{{ObjControllerMessageTag}}
 
||{{ObjControllerMessageTag}}
 
|-
 
|-
||{{75%}}
+
||{{100%}}
 
|-
 
|-
 
|}
 
|}
 
|}
 
|}

Revision as of 02:35, 1 April 2007


Struct


LONG ObjectID
A_STRING FileName
INT Padding
A_STRING Text
INT Padding
BYTE Red
BYTE Green
BYTE Blue
BYTE Unknown

Variable Descriptions


controllerID = 000001BD


  • ObjectID:
Object which we want fly text to display.
  • File:
Name of string file without extension. EX: combat_effects
  • Text:
Text to display from the file. EX: center_start_fly
  • Red Green Blue:
RGB codification. each one from 0 to 255

Tags


OCM This header is part of the ObjControllerMessage.

100% This packet has been completely reversed.