Difference between revisions of "CombatSpam (00000134)"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
m (Protected "CombatSpam (00000134)": Page is complete. [edit=sysop:move=sysop])
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Packet|CombatSpam (00000134)}}
 
+
 
{| 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}}||'''Attacker'''
+
|{{long}}|'''Attacker'''
 
|-
 
|-
|{{long}}||'''Defender'''
+
|{{long}}|'''Defender'''
 
|-
 
|-
|{{long}}||'''Armor'''
+
|{{long}}|'''Armor'''
 
|-
 
|-
|{{int}}||'''Damage'''
+
|{{int}}|'''Damage'''
 
|-
 
|-
|{{a_string}}||'''File'''
+
|{{a_string}}|'''File'''
 
|-
 
|-
|{{int}}||'''Padding'''
+
|{{int}}|'''Padding'''
 
|-
 
|-
|{{a_string}}||'''Text'''
+
|{{a_string}}|'''Text'''
 
|-
 
|-
|{{byte}}||'''ColorFlag'''
+
|{{byte}}|'''ColorFlag'''
 
|-
 
|-
|{{u_string}}||'''Unicode String'''
+
|{{u_string}}|'''Unicode String'''
 +
|}
 
|}
 
|}
 
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----

Latest revision as of 19:21, 4 January 2008

Server Packet - CombatSpam (00000134)

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

Struct


LONG Attacker
LONG Defender
LONG Armor
INT Damage
A_STRING File
INT Padding
A_STRING Text
BYTE ColorFlag
U_STRING Unicode String

Variable Descriptions


controllerID = 00000134


  • Attacker:
Usually used as the attacker Object ID variable in the strings
  • Defender:
Usually used as the defender Object ID and as %TT in the strings
  • Armor:
Variable used in string usually like armor, %TO in the strings
  • Damage:
Variable used usually as damage, %DI in the strings
  • File:
Name of the file without extension. EX: cbt_spam
  • Text:
Name of the string from the file. EX: saberthrow3_hit
  • ColorFlag:
If it is set as 0 it displays it in white,
if it is set as 1 it autmatically changes the color depending
if u were hit (red) or u hit someone(green),
if u set it to 10 it displays all red.
  • U_STRING:
If u sepecify a unicode string it will display it in combat spam.

  • Notes:
If u set an invalid object id that the string requieres it will
show a "NO GRAMMAR FOUND" error in the combat spam window

Tags


OCM This header is part of the ObjControllerMessage.

100% This packet has been completely reversed.