Difference between revisions of "Embolden (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)}...)
 
(System Messages)
 
(3 intermediate revisions by 2 users not shown)
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
Embolden (Game Messages)
 
|valign=top|
 
|valign=top|
  
Line 50: Line 50:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D75%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game Messages}}
Line 74: Line 74:
 
||The selected action cannot be performed because your target is not a creature.
 
||The selected action cannot be performed because your target is not a creature.
 
||
 
||
||
+
||[[Embolden 1 (Example)|Examples]]
  
 +
|- align="center"
 +
||sys_embolden
 +
||/string/en/pet/
 +
||pet_menu.stf
 +
||internal_command_string
 +
||Your pets fight with renewed vigor.
 +
||Message notification sent when a player successfully executes embolden command to their pet.
 +
||[[Embolden 2 (Example)|Examples]]
 +
 +
 +
|- align="center"
 +
||sys_fail_embolden
 +
||/string/en/pet/
 +
||pet_menu.stf
 +
||internal_command_string
 +
||You do not have enough mental focus to embolden.
 +
||Message notification sent when a player does not have enough ham to send the embolden command.
 +
||[[Embolden 3 (Example)|Examples]]
 +
 +
 +
 +
|- align="center"
 +
||sys_cant_buff
 +
||/string/en/pet/
 +
||pet_menu.stf
 +
||internal_command_string
 +
||You can't use that ability right now.
 +
||Message notification sent when a player if they attempt to embolden a pet that is already emboldened.
 +
||[[Embolden 4 (Example)|Examples]]
 
|}
 
|}
 
|}
 
|}

Latest revision as of 23:43, 27 August 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

Embolden (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


target_not_creature /string/en/ error_message.stf internal_command_string The selected action cannot be performed because your target is not a creature. Examples
sys_embolden /string/en/pet/ pet_menu.stf internal_command_string Your pets fight with renewed vigor. Message notification sent when a player successfully executes embolden command to their pet. Examples


sys_fail_embolden /string/en/pet/ pet_menu.stf internal_command_string You do not have enough mental focus to embolden. Message notification sent when a player does not have enough ham to send the embolden command. Examples


sys_cant_buff /string/en/pet/ pet_menu.stf internal_command_string You can't use that ability right now. Message notification sent when a player if they attempt to embolden a pet that is already emboldened. Examples