Difference between revisions of "Factory Add Power (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(System Messages)
Line 73: Line 73:
 
||internal_command_string
 
||internal_command_string
 
||You must be in a building or near an installation to use that command.
 
||You must be in a building or near an installation to use that command.
||Notes
+
||Message a player receives if they attempt to use the /addPower command and are not within the 32 meter range from the structure in order to use it.
 
||Examples
 
||Examples
  
Line 83: Line 83:
 
||internal_command_string
 
||internal_command_string
 
||You successfully deposit %DI units of energy.
 
||You successfully deposit %DI units of energy.
||Notes
+
||Message a player receives if they successfully donate power to a structure.
 
||Examples
 
||Examples
  
Line 94: Line 94:
 
||internal_command_string
 
||internal_command_string
 
||Please enter a valid power amount greater than 0.
 
||Please enter a valid power amount greater than 0.
||Notes
+
||Message a player receives if they use the /addPower command on a structure and only input 0 or a character as a parameter.
 
||Examples
 
||Examples
  
Line 104: Line 104:
 
||internal_command_string
 
||internal_command_string
 
||The system was unable to parse a valid power amount.
 
||The system was unable to parse a valid power amount.
||Notes
+
||Message a player receives if they attempt to use the /addpower command and do not input usable parameters.
 
||Examples
 
||Examples
  
Line 115: Line 115:
 
||internal_command_string
 
||internal_command_string
 
||You do not have %DI units of energy in your inventory!
 
||You do not have %DI units of energy in your inventory!
||Notes
+
||Message a player receives if they use the /addpower command on a structure and do not have enough power in their inventory to match the value they used as a parameter.
 
||Examples
 
||Examples
  
Line 125: Line 125:
 
||internal_command_string
 
||internal_command_string
 
||Energy reserves now at %DI units.
 
||Energy reserves now at %DI units.
||Notes
+
||Message a player receives if they successfully donate power to a structure. This informs them of the current amount of power in the structure.
 
||Examples
 
||Examples
  
Line 135: Line 135:
 
||internal_command_string
 
||internal_command_string
 
||You have moved out of range of your original /addPower target. Aborting...
 
||You have moved out of range of your original /addPower target. Aborting...
||Notes
+
||Message a player receives if they have the Add Power SUI window open and attempt to add power with it after they are beyond a 32 meter range from the structure.
 
||Examples
 
||Examples
 
|}
 
|}
 
|}
 
|}

Revision as of 14:16, 3 July 2009




Game Messages - Message Category

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


Navigation

Description

Template (Game Messages)

Related Tags

0% This document has not been started.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Message Notes Examples


command_no_building /string/en/ player_structure.stf internal_command_string You must be in a building or near an installation to use that command. Message a player receives if they attempt to use the /addPower command and are not within the 32 meter range from the structure in order to use it. Examples


deposit_successful /string/en/ player_structure.stf internal_command_string You successfully deposit %DI units of energy. Message a player receives if they successfully donate power to a structure. Examples


enter_valid_over_zero /string/en/ player_structure.stf internal_command_string Please enter a valid power amount greater than 0. Message a player receives if they use the /addPower command on a structure and only input 0 or a character as a parameter. Examples


unable_to_parse /string/en/ player_structure.stf internal_command_string The system was unable to parse a valid power amount. Message a player receives if they attempt to use the /addpower command and do not input usable parameters. Examples


not_enough_energy /string/en/ player_structure.stf internal_command_string You do not have %DI units of energy in your inventory! Message a player receives if they use the /addpower command on a structure and do not have enough power in their inventory to match the value they used as a parameter. Examples


reserve_report /string/en/ player_structure.stf internal_command_string Energy reserves now at %DI units. Message a player receives if they successfully donate power to a structure. This informs them of the current amount of power in the structure. Examples


power_out_of_range /string/en/ player_structure.stf internal_command_string You have moved out of range of your original /addPower target. Aborting... Message a player receives if they have the Add Power SUI window open and attempt to add power with it after they are beyond a 32 meter range from the structure. Examples