Difference between revisions of "Call Droid (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(System Messages)
Line 71: Line 71:
 
||internal_command_string
 
||internal_command_string
 
||You already have the maximum number of pets of this type that you can call.
 
||You already have the maximum number of pets of this type that you can call.
||Notes
+
||Notification sent to a player when they attempt to call a pet out in which they are at the current pet limit mod value for pets.
 
||[[Call Droid 1 (Example)|Examples]]
 
||[[Call Droid 1 (Example)|Examples]]
 
|- align="center"
 
|- align="center"
Line 80: Line 80:
 
||internal_command_string
 
||internal_command_string
 
||Already calling a Pet: Call will be finished in %DI seconds.
 
||Already calling a Pet: Call will be finished in %DI seconds.
||Notes
+
||Notification sent to the player if they initiate another call attempt after they have already sent in a previous call attempt.
 
||[[Call Droid 2 (Example)|Examples]]
 
||[[Call Droid 2 (Example)|Examples]]
 
|- align="center"
 
|- align="center"
Line 90: Line 90:
 
||internal_command_string
 
||internal_command_string
 
||Calling pet in %DI seconds.  Combat will terminate pet call.
 
||Calling pet in %DI seconds.  Combat will terminate pet call.
||Notes
+
||Notification sent to player who is out of combat and in a valid location to call a pet at when they attempt to call a pet.
 
||[[Call Droid 3 (Example)|Examples]]
 
||[[Call Droid 3 (Example)|Examples]]
 
|- align="center"
 
|- align="center"
Line 100: Line 100:
 
||internal_command_string
 
||internal_command_string
 
||You cannot call this pet right now.
 
||You cannot call this pet right now.
||Notes
+
||Unknown
 
||[[Call Droid 4 (Example)|Examples]]
 
||[[Call Droid 4 (Example)|Examples]]
 
|- align="center"
 
|- align="center"
Line 109: Line 109:
 
||internal_command_string
 
||internal_command_string
 
||You cannot CALL for 1 second.
 
||You cannot CALL for 1 second.
||Notes
+
||Message sent to the player if they attempt to initiate a call request while still under the combat timer. The remaining value before the combat timer expires is shown. When this timer expires, the player can begin the calling process.
 
||[[Call Droid 5 (Example)|Examples]]
 
||[[Call Droid 5 (Example)|Examples]]
 
|- align="center"
 
|- align="center"
Line 121: Line 121:
 
||internal_command_string
 
||internal_command_string
 
||Calling this pet would exceed your Control Level ability.
 
||Calling this pet would exceed your Control Level ability.
||Notes
+
||Unknown
 
||[[Call Droid 6 (Example)|Examples]]
 
||[[Call Droid 6 (Example)|Examples]]
 
|- align="center"
 
|- align="center"
Line 134: Line 134:
 
||internal_command_string
 
||internal_command_string
 
||You cannot call a pet while mounted or riding a vehicle.
 
||You cannot call a pet while mounted or riding a vehicle.
||Notes
+
||
 
||[[Call Droid 7 (Example)|Examples]]
 
||[[Call Droid 7 (Example)|Examples]]
 
|- align="center"
 
|- align="center"
Line 145: Line 145:
 
||internal_command_string
 
||internal_command_string
 
||You cannot call pets in a private building.
 
||You cannot call pets in a private building.
||Notes
+
||Unknown
 
||[[Call Droid 8 (Example)|Examples]]
 
||[[Call Droid 8 (Example)|Examples]]
 
|- align="center"
 
|- align="center"
Line 154: Line 154:
 
||internal_command_string
 
||internal_command_string
 
||You cannot CALL for %DI seconds.
 
||You cannot CALL for %DI seconds.
||Notes
+
||Message sent to the player if they attempt to initiate a call request while still under the combat timer. The remaining value before the combat timer expires is shown. When this timer expires, the player can begin the calling process.
 
||[[Call Droid 9 (Example)|Examples]]
 
||[[Call Droid 9 (Example)|Examples]]
 
|- align="center"
 
|- align="center"

Revision as of 07:38, 4 May 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
at_max /string/en/pet/ pet_menu.stf internal_command_string You already have the maximum number of pets of this type that you can call. Notification sent to a player when they attempt to call a pet out in which they are at the current pet limit mod value for pets. Examples
call_delay_finish_pet /string/en/pet/ pet_menu.stf internal_command_string Already calling a Pet: Call will be finished in %DI seconds. Notification sent to the player if they initiate another call attempt after they have already sent in a previous call attempt. Examples
call_pet_delay /string/en/pet/ pet_menu.stf internal_command_string Calling pet in %DI seconds. Combat will terminate pet call. Notification sent to player who is out of combat and in a valid location to call a pet at when they attempt to call a pet. Examples
cant_call /string/en/pet/ pet_menu.stf internal_command_string You cannot call this pet right now. Unknown Examples
cant_call_1sec /string/en/pet/ pet_menu.stf internal_command_string You cannot CALL for 1 second. Message sent to the player if they attempt to initiate a call request while still under the combat timer. The remaining value before the combat timer expires is shown. When this timer expires, the player can begin the calling process. Examples
control_exceeded /string/en/pet/ pet_menu.stf internal_command_string Calling this pet would exceed your Control Level ability. Unknown Examples
mounted_call_warning /string/en/pet/ pet_menu.stf internal_command_string You cannot call a pet while mounted or riding a vehicle. Examples
private_house /string/en/pet/ pet_menu.stf internal_command_string You cannot call pets in a private building. Unknown Examples
prose_cant_call_yet /string/en/pet/ pet_menu.stf internal_command_string You cannot CALL for %DI seconds. Message sent to the player if they attempt to initiate a call request while still under the combat timer. The remaining value before the combat timer expires is shown. When this timer expires, the player can begin the calling process. Examples
too_many /string/en/pet/ pet_menu.stf internal_command_string You can't control any more pets. Store one first. Notes Examples