Difference between revisions of "Using Powerups (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageHeader|Game Messages|Using Powerups (Game Messages)}} {| border="0" width="100%" cellpadding=6 |- |valign=top| == Description == Category description here |valign=top| == Related T...)
 
(System Messages)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Category description here
+
Using Powerups (Game Messages)
 
|valign=top|
 
|valign=top|
  
Line 11: Line 11:
 
{|
 
{|
 
|-
 
|-
||{{D0%}}
+
||{{D25%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game Messages}}
Line 27: Line 27:
 
{| class="wikitable"
 
{| class="wikitable"
 
|- align="center" style="background-color:#ffffcc;"
 
|- align="center" style="background-color:#ffffcc;"
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Prompt'''||'''Notes'''
+
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
  
 
|- align="center"
 
|- align="center"
||ID Value
+
||prose_already_powered
||/path/goes/here/
+
||/string/en/
||filename.stf
+
||powerup.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||Your %TT already has a powerup!
 +
||
 +
||[[Using Powerup 1 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||prose_apply_restricted
 +
||/string/en/
 +
||powerup.stf
 +
||internal_command_string
 +
||You cannot apply %TU to %TT.
 +
||Notification sent when a player attempts to apply a powerup to an item that cannot use that powerup.
 +
||[[Using Powerup 2 (Example)|Example]]
 +
 
 +
 
 +
|- align="center"
 +
||prose_pup_apply
 +
||/string/en/
 +
||powerup.stf
 +
||internal_command_string
 +
||You powerup your %TT with %TU.
 
||Prompt Number
 
||Prompt Number
 +
||[[Using Powerup 3 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||prose_pup_expire
 +
||/string/en/
 +
||powerup.stf
 +
||internal_command_string
 +
||The powerup on your %TT has expired.
 
||
 
||
 +
||[[Using Powerup 4 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||prose_remove_powerup
 +
||/string/en/
 +
||powerup.stf
 +
||internal_command_string
 +
||You detach the powerup from your %TT.
 +
||
 +
||[[Using Powerup 5 (Example)|Example]]
 +
  
 
|}
 
|}
 
|}
 
|}

Latest revision as of 02:29, 5 September 2009

Game Messages - Using Powerups (Game Messages)

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

Description

Using Powerups (Game Messages)

Related Tags

25% This document has been partially completed.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Message Notes Examples
prose_already_powered /string/en/ powerup.stf internal_command_string Your %TT already has a powerup! Example
prose_apply_restricted /string/en/ powerup.stf internal_command_string You cannot apply %TU to %TT. Notification sent when a player attempts to apply a powerup to an item that cannot use that powerup. Example


prose_pup_apply /string/en/ powerup.stf internal_command_string You powerup your %TT with %TU. Prompt Number Example


prose_pup_expire /string/en/ powerup.stf internal_command_string The powerup on your %TT has expired. Example


prose_remove_powerup /string/en/ powerup.stf internal_command_string You detach the powerup from your %TT. Example