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

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(System Messages)
 
(4 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"
Line 35: Line 35:
 
||internal_command_string
 
||internal_command_string
 
||Your %TT already has a powerup!
 
||Your %TT already has a powerup!
||Prompt Number
 
 
||
 
||
 +
||[[Using Powerup 1 (Example)|Example]]
  
 
|- align="center"
 
|- align="center"
Line 44: Line 44:
 
||internal_command_string
 
||internal_command_string
 
||You cannot apply %TU to %TT.
 
||You cannot apply %TU to %TT.
||Prompt Number
+
||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"
 
|- align="center"
Line 54: Line 55:
 
||You powerup your %TT with %TU.
 
||You powerup your %TT with %TU.
 
||Prompt Number
 
||Prompt Number
||
+
||[[Using Powerup 3 (Example)|Example]]
 +
 
  
 
|- align="center"
 
|- align="center"
Line 62: Line 64:
 
||internal_command_string
 
||internal_command_string
 
||The powerup on your %TT has expired.
 
||The powerup on your %TT has expired.
||Prompt Number
 
 
||
 
||
 +
||[[Using Powerup 4 (Example)|Example]]
 +
  
 
|- align="center"
 
|- align="center"
Line 71: Line 74:
 
||internal_command_string
 
||internal_command_string
 
||You detach the powerup from your %TT.
 
||You detach the powerup from your %TT.
||Prompt Number
 
 
||
 
||
 
+
||[[Using Powerup 5 (Example)|Example]]
|}
+
|}
+
 
+
 
+
 
+
== Radials ==
+
 
+
{| align="center"
+
|-
+
||
+
{| class="wikitable"
+
|- align="center" style="background-color:#ffffcc;"
+
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Prompt'''||'''Notes'''
+
 
+
 
+
|- align="center"
+
||mnu_remove_powerup
+
||/string/en/
+
||powerup.stf
+
||internal_command_string
+
||Remove Powerup
+
||Prompt Number
+
||
+
 
+
  
  
 
|}
 
|}
 
|}
 
|}

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