Difference between revisions of "General Skill Messages (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(System Messages)
Line 66: Line 66:
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Example'''
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Example'''
 
|- align="center"
 
|- align="center"
||revoke_dependant_skill||/string/en/||shared.stf||internal_command_string||You cannot revoke that skill because you have another skill which is dependant on it||(Unknown)||
+
||revoke_dependant_skill||/string/en/||shared.stf||internal_command_string||You cannot revoke that skill because you have another skill which is dependant on it||(Unknown)||[[General Skill1 (Example)|Example]]
 
|- align="center"
 
|- align="center"
||skill_title_removed||/string/en/||shared.stf||internal_command_string||Your skill title has been removed due to the loss of the required skill.||Prompt Number||
+
||skill_title_removed||/string/en/||shared.stf||internal_command_string||Your skill title has been removed due to the loss of the required skill.||Prompt Number||[[General Skill2 (Example)|Example]]
  
 
|- align="center"  
 
|- align="center"  
Line 77: Line 77:
 
||You have acquired a new ability: %TU!
 
||You have acquired a new ability: %TU!
 
||Message sent to a player when they are trained in a skill by a player or by npc that notifies them that they have acquired a new ability with the skill they were taught.
 
||Message sent to a player when they are trained in a skill by a player or by npc that notifies them that they have acquired a new ability with the skill they were taught.
||
+
||[[General Skill3 (Example)|Example]]
  
  
Line 87: Line 87:
 
||You now qualify for the skill:  
 
||You now qualify for the skill:  
 
||Message sent to a player when they are trained in a skill by a player or by an npc. This notifies them that they have been successfully taught and also lists the skill type learnt.
 
||Message sent to a player when they are trained in a skill by a player or by an npc. This notifies them that they have been successfully taught and also lists the skill type learnt.
||
+
||[[General Skill4 (Example)|Example]]
  
  
Line 97: Line 97:
 
||You have acquired a new ability: %TU!
 
||You have acquired a new ability: %TU!
 
||(Unknown)
 
||(Unknown)
||
+
||[[General Skill5 (Example)|Example]]
  
  
 
|- align="center"  
 
|- align="center"  
||
+
||skill_qualify
 
||/string/en/
 
||/string/en/
 
||ui.stf
 
||ui.stf
Line 107: Line 107:
 
||You now qualify for the skill:  
 
||You now qualify for the skill:  
 
||(Unknown)
 
||(Unknown)
||
+
||[[General Skill6 (Example)|Example]]
  
  
 
|}
 
|}
 
|}
 
|}

Revision as of 15:53, 27 February 2008

Game Messages - General Skill Messages

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

General Skill Messages (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 Example
revoke_dependant_skill /string/en/ shared.stf internal_command_string You cannot revoke that skill because you have another skill which is dependant on it (Unknown) Example
skill_title_removed /string/en/ shared.stf internal_command_string Your skill title has been removed due to the loss of the required skill. Prompt Number Example
command_acquired_prose /string/en/ ui_skl.stf internal_command_string You have acquired a new ability: %TU! Message sent to a player when they are trained in a skill by a player or by npc that notifies them that they have acquired a new ability with the skill they were taught. Example


qualify /string/en/ ui_skl.stf internal_command_string You now qualify for the skill: Message sent to a player when they are trained in a skill by a player or by an npc. This notifies them that they have been successfully taught and also lists the skill type learnt. Example


skill_command_acquired_prose /string/en/ ui.stf internal_command_string You have acquired a new ability: %TU! (Unknown) Example


skill_qualify /string/en/ ui.stf internal_command_string You now qualify for the skill: (Unknown) Example