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

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
 
(5 intermediate revisions by one other user not shown)
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
Factory Add Power (Game Messages)
 
|valign=top|
 
|valign=top|
  
Line 50: Line 50:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D75%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game 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
+
||[[Factory Add Power 1 (Example)|Example]]
  
  
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
+
||[[Factory Add Power 2 (Example)|Example]]
  
  
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
+
||[[Factory Add Power 3 (Example)|Example]]
  
  
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
+
||[[Factory Add Power 4 (Example)|Example]]
  
  
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
+
||[[Factory Add Power 5 (Example)|Example]]
  
  
 
|- align="center"
 
|- align="center"
||ID Value
+
||reserve_report
 
||/string/en/
 
||/string/en/
 
||player_structure.stf
 
||player_structure.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||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
+
||[[Factory Add Power 6 (Example)|Example]]
  
  
 
|- align="center"
 
|- align="center"
||ID Value
+
||power_out_of_range
 
||/string/en/
 
||/string/en/
 
||player_structure.stf
 
||player_structure.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||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
+
||[[Factory Add Power 7 (Example)|Example]]
 +
 
 +
 
 +
 
 +
|- align="center"
 +
||amount_params
 +
||/string/en/
 +
||player_structure.stf
 +
||internal_command_string
 +
||The amount must be between 1 and 100000
 +
||Message a player receives if they attempt to use the /addPower command and have input an incorrect character as a value or a value of 0 or greater than 100,000
 +
||[[Factory Add Power 8 (Example)|Example]]
 
|}
 
|}
 
|}
 
|}

Latest revision as of 23:26, 8 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

Factory Add Power (Game Messages)

Related Tags

75% This document is nearing completion.

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. Example


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. Example


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. Example


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. Example


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. Example


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. Example


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. Example


amount_params /string/en/ player_structure.stf internal_command_string The amount must be between 1 and 100000 Message a player receives if they attempt to use the /addPower command and have input an incorrect character as a value or a value of 0 or greater than 100,000 Example