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

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(System Messages)
 
(One intermediate revision by the same user not shown)
Line 68: Line 68:
 
||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]]
 
||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||[[General Skill2 (Example)|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.||Notification to the player that their profession title was removed after they surrendered the pre-requisite skill to maintain it. This notification occurs if they have a title up for display.||[[General Skill2 (Example)|Example]]
  
 
|- align="center"  
 
|- align="center"  
Line 109: Line 109:
 
||[[General Skill6 (Example)|Example]]
 
||[[General Skill6 (Example)|Example]]
  
 +
 +
 +
|- align="center"
 +
||insufficient_skill
 +
||/string/en/
 +
||error_message.stf
 +
||internal_command_string
 +
||You lack the skill to use this item.
 +
||
 +
||[[General Skill7 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||prose_nsf_skill
 +
||/string/en/
 +
||error_message.stf
 +
||internal_command_string
 +
||[%TT] You lack the skill to use this item.
 +
||
 +
||[[General Skill8 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||prose_nsf_skill_cmd
 +
||/string/en/
 +
||error_message.stf
 +
||internal_command_string
 +
||You lack sufficient skill to use the %TO command.
 +
||
 +
||[[General Skill9 (Example)|Example]]
 +
 +
 +
 +
 +
|- align="center"
 +
||prose_nsf_skill_plural
 +
||/string/en/
 +
||error_message.stf
 +
||internal_command_string
 +
||[%TT] You lack the skill to use these items.
 +
||
 +
||[[General Skill10 (Example)|Example]]
  
 
|}
 
|}
 
|}
 
|}

Latest revision as of 04:29, 13 February 2009

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. Notification to the player that their profession title was removed after they surrendered the pre-requisite skill to maintain it. This notification occurs if they have a title up for display. 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


insufficient_skill /string/en/ error_message.stf internal_command_string You lack the skill to use this item. Example


prose_nsf_skill /string/en/ error_message.stf internal_command_string [%TT] You lack the skill to use this item. Example


prose_nsf_skill_cmd /string/en/ error_message.stf internal_command_string You lack sufficient skill to use the %TO command. Example



prose_nsf_skill_plural /string/en/ error_message.stf internal_command_string [%TT] You lack the skill to use these items. Example