Factory Add Power (Game Messages)

From SWGANH Wiki
Jump to: navigation, search




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