Difference between revisions of "Deathblow (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageCleanup}} {{PageHeader|Game Messages|Message Category}} {| border="0" width="100%" cellpadding=6 |- |valign=top| =Navigation= {| align="center" width="280px" |- || {{Auction (Mess)}...)
 
 
(15 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 65: Line 65:
 
|- align="center" style="background-color:#ffffcc;"
 
|- align="center" style="background-color:#ffffcc;"
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 +
 
|- align="center"
 
|- align="center"
||ID Value||/path/goes/here/||filename.stf||internal_command_string||System Message Text||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.
 +
||[[Deathblow 1 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||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.
 +
||[[Deathblow 2 (Example)|Example]]
 +
 
 +
 
 +
 
 +
 
 +
 
 +
|- align="center"
 +
||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.
 +
||[[Deathblow 8 (Example)|Example]]
 +
 
 +
 
 +
|- align="center"
 +
||prose_target_already_dead
 +
||/string/en/
 +
||error_message.stf
 +
||internal_command_string
 +
||But %TT is already dead!
 +
||Patch 12
 +
||[[Deathblow 9 (Example)|Example]]
 +
 
 +
 
 +
|- align="center"
 +
||target_already_dead
 +
||/string/en/
 +
||error_message.stf
 +
||internal_command_string
 +
||But your target is already dead!
 +
||
 +
||[[Deathblow 10 (Example)|Example]]
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
|- align="center"
 +
||target_not_incapacitated
 +
||/string/en/
 +
||error_message.stf
 +
||internal_command_string
 +
||You cannot perform the death blow. Your target is not incapacitated.
 +
||
 +
||[[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