Factory Administration (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 Administration (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
cannot_remove_owner /string/en/ player_structure.stf internal_command_string You cannot remove the owner from the admin list. Message a player on the admin list receives if they attempt to remove the structure owner from the administration list. Example


cannot_remove_self /string/en/ player_structure.stf internal_command_string You cannot remove yourself from the admin list. Message a player receives if they attempt to remove themself from the admin list on a structure. Example


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 /setPermission command and are beyond the 32 meter range from which to use the /setPermission command on a structure. Example


hopper_cannot_remove_admin /string/en/ player_structure.stf internal_command_string You cannot remove an admin from the hopper list. Message a player who is on the hopper list of a structure attempts to remove an administrator from the hopper list. Example


modify_list_invalid_player /string/en/ player_structure.stf internal_command_string %NO is an invalid player name. Message a player receives if they attempt to add an invalid character or name to the admin list of a character that doesnt exist. Example


no_transfer_target /string/en/ player_structure.stf internal_command_string You must specify a player with whom to transfer ownership. Message a player receives if they use the /transferstructure command without having a player targeted or a player name parameter inputted. Example


not_able_to_own /string/en/ player_structure.stf internal_command_string %NT is not able to own this structure. Message a player receives if they use the /transferstructure command to transfer the structure to a player who does not have enough lots to accept the transfer. Example


ownership_transferred_in /string/en/ player_structure.stf internal_command_string %NT has transfered ownership of the structure to you Message a player receives when they have a structure transferred to them. Example


ownership_transferred_out /string/en/ player_structure.stf internal_command_string Ownership of the structure has been transferred to %NT. Message a player receives when they successfully transfer a structure to another player. Example


permission_40_char /string/en/ player_structure.stf internal_command_string Permission list entries cannot be longer than 40 characters. Message a player receives if they attempt to enter more than 40 characters into adding a player into the hopper list or admin list. Example


player_added /string/en/ player_structure.stf internal_command_string %NO added to the list. Message a player receives when they successfully add someone to the administrator list or hopper list. Example


player_removed /string/en/ player_structure.stf internal_command_string %NO removed from the list. Message a player receives when they successfully remove someone to the administrator list or hopper list. Example


too_many_entries /string/en/ player_structure.stf internal_command_string You have too many entries on that list. You must remove some before adding more. Message a player receives if they attempt to add another player to the hopper or admin list if they have 36 players already. Example



already_owner /string/en/ player_structure.stf internal_command_string You are already the owner. Message a player receives if they target themself and then use the /transferstructure command Example



format_setpermission_type_player /string/en/ player_structure.stf internal_command_string Format: /setPermission <type> <player> Message sent if a player issues a /setPermission command without any parameters Example


must_specify_list /string/en/ player_structure.stf internal_command_string You must specify a valid permission list (Entry, Ban, Admin, Hopper) Message a player receives if they issue a /setpermission command with an invalid parameter (ex. /setPermission HAHA ) Example