Difference between revisions of "House Manage Items (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
 
(3 intermediate revisions by one other user not shown)
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
House Manage Items (Game Messages)
 
|valign=top|
 
|valign=top|
  
Line 50: Line 50:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D75%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game Messages}}
Line 72: Line 72:
 
||You must be an admin to manipulate objects.
 
||You must be an admin to manipulate objects.
 
||Notification sent to a player if they attempt to move or rotate objects inside a building with the /move or /rotate commands and where they are not on the administration list.
 
||Notification sent to a player if they attempt to move or rotate objects inside a building with the /move or /rotate commands and where they are not on the administration list.
||Examples
+
||[[House Manage Items 1 (Example)|Example]]
  
  
  
  
|- align="center"
 
||cant_move_item
 
||/string/en/
 
||player_structure.stf
 
||internal_command_string
 
||You cannot move that object.
 
||Notification sent to a player if they attempt to move or rotate an object that is not flagged as movable such as a structure management terminal.
 
||Examples
 
  
  
Line 94: Line 86:
 
||Format: /moveFurniture <FORWARD/BACK/UP/DOWN> <distance>
 
||Format: /moveFurniture <FORWARD/BACK/UP/DOWN> <distance>
 
||Message a player receives if they use the /moveFurniture command without a parameter or enter an incorrect parameter.
 
||Message a player receives if they use the /moveFurniture command without a parameter or enter an incorrect parameter.
||Examples
+
||[[House Manage Items 3 (Example)|Example]]
  
 
|- align="center"
 
|- align="center"
Line 103: Line 95:
 
||Format: /rotateFurniture <LEFT/RIGHT> <degrees>
 
||Format: /rotateFurniture <LEFT/RIGHT> <degrees>
 
||Message a player receives if they use the /rotateFurniture command without a parameter or enter an incorrect parameter.
 
||Message a player receives if they use the /rotateFurniture command without a parameter or enter an incorrect parameter.
||Examples
+
||[[House Manage Items 4 (Example)|Example]]
  
  
Line 114: Line 106:
 
||All of the objects in your house have been deleted.
 
||All of the objects in your house have been deleted.
 
||Message a player receives if they use the Delete All Items radial option under the structure management terminal.
 
||Message a player receives if they use the Delete All Items radial option under the structure management terminal.
||Examples
+
||[[House Manage Items 5 (Example)|Example]]
  
  
Line 124: Line 116:
 
||The first item in your house has been moved to your location.
 
||The first item in your house has been moved to your location.
 
||Message a player receives if they use the Find Lost Items radial option under the structure management terminal.
 
||Message a player receives if they use the Find Lost Items radial option under the structure management terminal.
||Examples
+
||[[House Manage Items 6 (Example)|Example]]
  
  
Line 134: Line 126:
 
||The amount to move must be between 1 and 500.
 
||The amount to move must be between 1 and 500.
 
||Message a player receives if they have entered the correct move furniture direction parameter but enter an incorrect value parameter.
 
||Message a player receives if they have entered the correct move furniture direction parameter but enter an incorrect value parameter.
||Examples
+
||[[House Manage Items 7 (Example)|Example]]
  
  
Line 144: Line 136:
 
||The amount to rotate must be between 1 and 180.
 
||The amount to rotate must be between 1 and 180.
 
||Message a player receives if they have entered the correct rotate furniture direction parameter but enter an incorrect value parameter.
 
||Message a player receives if they have entered the correct rotate furniture direction parameter but enter an incorrect value parameter.
||Examples
+
||[[House Manage Items 8 (Example)|Example]]
  
  
Line 154: Line 146:
 
||There are too many items within the building to add more.
 
||There are too many items within the building to add more.
 
||Message a player gets when they attempt to add more items to a building that is already at its item limit.
 
||Message a player gets when they attempt to add more items to a building that is already at its item limit.
||Examples
+
||[[House Manage Items 9 (Example)|Example]]
  
  
Line 164: Line 156:
 
||What do you want to move?
 
||What do you want to move?
 
||Message that a player receives if they entered  all parameters with the /move furniture command but do not have a target selected.
 
||Message that a player receives if they entered  all parameters with the /move furniture command but do not have a target selected.
||Examples
+
||[[House Manage Items 10 (Example)|Example]]
  
  
Line 174: Line 166:
 
||What do you want to rotate?
 
||What do you want to rotate?
 
||Message that a player receives if they enter all parametersr with the /rotatefurniture command but do not have a target selected.
 
||Message that a player receives if they enter all parametersr with the /rotatefurniture command but do not have a target selected.
||Examples
+
||[[House Manage Items 11 (Example)|Example]]
  
 
|- align="center"
 
|- align="center"
Line 183: Line 175:
 
||You can't manipulate that.
 
||You can't manipulate that.
 
||Message sent to a player that attempts to use the /movefurniture or /rotatefurniture command on an object in a building that cannot be moved such as a Guild Management Terminal, or structure management terminal.
 
||Message sent to a player that attempts to use the /movefurniture or /rotatefurniture command on an object in a building that cannot be moved such as a Guild Management Terminal, or structure management terminal.
||Examples
+
||[[House Manage Items 12 (Example)|Example]]
  
 
|- align="center"
 
|- align="center"

Latest revision as of 15:12, 25 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

House Manage Items (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
admin_move_only /string/en/ player_structure.stf internal_command_string You must be an admin to manipulate objects. Notification sent to a player if they attempt to move or rotate objects inside a building with the /move or /rotate commands and where they are not on the administration list. Example




format_movefurniture_distance /string/en/ player_structure.stf internal_command_string Format: /moveFurniture <FORWARD/BACK/UP/DOWN> <distance> Message a player receives if they use the /moveFurniture command without a parameter or enter an incorrect parameter. Example
formet_rotratefurniture_degrees /string/en/ player_structure.stf internal_command_string Format: /rotateFurniture <LEFT/RIGHT> <degrees> Message a player receives if they use the /rotateFurniture command without a parameter or enter an incorrect parameter. Example


items_deleted /string/en/ player_structure.stf internal_command_string All of the objects in your house have been deleted. Message a player receives if they use the Delete All Items radial option under the structure management terminal. Example


moved_first_item /string/en/ player_structure.stf internal_command_string The first item in your house has been moved to your location. Message a player receives if they use the Find Lost Items radial option under the structure management terminal. Example


movefurniture_params /string/en/ player_structure.stf internal_command_string The amount to move must be between 1 and 500. Message a player receives if they have entered the correct move furniture direction parameter but enter an incorrect value parameter. Example


rotate_params /string/en/ player_structure.stf internal_command_string The amount to rotate must be between 1 and 180. Message a player receives if they have entered the correct rotate furniture direction parameter but enter an incorrect value parameter. Example


too_many_items /string/en/ player_structure.stf internal_command_string There are too many items within the building to add more. Message a player gets when they attempt to add more items to a building that is already at its item limit. Example


move_what /string/en/ player_structure.stf internal_command_string What do you want to move? Message that a player receives if they entered all parameters with the /move furniture command but do not have a target selected. Example


rotate_what /string/en/ player_structure.stf internal_command_string What do you want to rotate? Message that a player receives if they enter all parametersr with the /rotatefurniture command but do not have a target selected. Example
cant_manipulate /string/en/ player_structure.stf internal_command_string You can't manipulate that. Message sent to a player that attempts to use the /movefurniture or /rotatefurniture command on an object in a building that cannot be moved such as a Guild Management Terminal, or structure management terminal. Example
ID Value /string/en/ player_structure.stf internal_command_string System Message Text Notes Examples


ID Value /string/en/ player_structure.stf internal_command_string System Message Text Notes Examples
ID Value /string/en/ player_structure.stf internal_command_string System Message Text Notes Examples


ID Value /string/en/ player_structure.stf internal_command_string System Message Text Notes Examples


ID Value /string/en/ player_structure.stf internal_command_string System Message Text Notes Examples
ID Value /string/en/ player_structure.stf internal_command_string System Message Text Notes Examples
ID Value /string/en/ player_structure.stf internal_command_string System Message Text Notes Examples
ID Value /string/en/ player_structure.stf internal_command_string System Message Text Notes Examples
ID Value /string/en/ player_structure.stf internal_command_string System Message Text Notes Examples
ID Value /string/en/ player_structure.stf internal_command_string System Message Text Notes Examples
ID Value /string/en/ player_structure.stf internal_command_string System Message Text Notes Examples
ID Value /string/en/ player_structure.stf internal_command_string System Message Text Notes Examples