Difference between revisions of "Deathblow (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
 
(14 intermediate revisions by one other user not shown)
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
Deathblow (Game Messages)
 
|valign=top|
 
|valign=top|
  
Line 50: Line 50:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D75%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game Messages}}
Line 72: Line 72:
 
||internal_command_string
 
||internal_command_string
 
||%TT is no more.
 
||%TT is no more.
||Notes
+
||Message sent to players within spatial range of another player who has been killed.
||Examples
+
||[[Deathblow 1 (Example)|Example]]
 
+
 
+
  
 
|- align="center"
 
|- align="center"
||prose_award_faction
+
||prose_victim_dead
 
||/string/en/
 
||/string/en/
 
||base_player.stf
 
||base_player.stf
 
||internal_command_string
 
||internal_command_string
||You have been awarded %DI points of %TO faction standing.
+
||You were slain by %TT. Requesting clone activation...
||Notes
+
||Message sent to a player when they are deathblowed by a player, npc or creature.
||Examples
+
||[[Deathblow 2 (Example)|Example]]
 +
 
  
  
Line 90: Line 89:
  
 
|- align="center"
 
|- align="center"
||prose_lose_faction
+
||victim_dead
 
||/string/en/
 
||/string/en/
 
||base_player.stf
 
||base_player.stf
 
||internal_command_string
 
||internal_command_string
||You have lost %DI points of %TO faction standing!
+
||You have died. Requesting clone activation...
||Notes
+
||Message sent to a player when they have died as a result of incapacitating 3 times within 10 minutes.
||Examples
+
||[[Deathblow 8 (Example)|Example]]
  
  
 
|- align="center"
 
|- align="center"
||prose_coa_bonus
+
||prose_target_already_dead
 
||/string/en/
 
||/string/en/
||base_player.stf
+
||error_message.stf
 
||internal_command_string
 
||internal_command_string
||You receive a Cries of Alderaan Bonus of %DI %TO faction points.
+
||But %TT is already dead!
||Notes
+
||Patch 12
||Examples
+
||[[Deathblow 9 (Example)|Example]]
  
  
 
|- align="center"
 
|- align="center"
||prose_min_faction
+
||target_already_dead
 
||/string/en/
 
||/string/en/
||base_player.stf
+
||error_message.stf
 
||internal_command_string
 
||internal_command_string
||You cannot lose any more of %TO faction standing.
+
||But your target is already dead!
||Notes
+
||
||Examples
+
||[[Deathblow 10 (Example)|Example]]
 +
 
 +
 
 +
 
 +
 
 +
 
  
 
|- align="center"
 
|- align="center"
||prose_max_faction
+
||target_not_incapacitated
 
||/string/en/
 
||/string/en/
||base_player.stf
+
||error_message.stf
 
||internal_command_string
 
||internal_command_string
||You cannot gain any more of %TO faction standing.
+
||You cannot perform the death blow. Your target is not incapacitated.
||Notes
+
||
||Examples
+
||[[Deathblow 11 (Example)|Example]]
 
|}
 
|}
 
|}
 
|}

Latest revision as of 21:43, 5 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

Deathblow (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
prose_target_dead /string/en/ base_player.stf internal_command_string %TT is no more. Message sent to players within spatial range of another player who has been killed. Example
prose_victim_dead /string/en/ base_player.stf internal_command_string You were slain by %TT. Requesting clone activation... Message sent to a player when they are deathblowed by a player, npc or creature. Example



victim_dead /string/en/ base_player.stf internal_command_string You have died. Requesting clone activation... Message sent to a player when they have died as a result of incapacitating 3 times within 10 minutes. Example


prose_target_already_dead /string/en/ error_message.stf internal_command_string But %TT is already dead! Patch 12 Example


target_already_dead /string/en/ error_message.stf internal_command_string But your target is already dead! Example




target_not_incapacitated /string/en/ error_message.stf internal_command_string You cannot perform the death blow. Your target is not incapacitated. Example