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

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
 
(4 intermediate revisions by the same user not shown)
Line 64: Line 64:
 
{| class="anhsmalltable"
 
{| class="anhsmalltable"
 
|- align="center" style="background-color:#ffffcc;"
 
|- align="center" style="background-color:#ffffcc;"
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Prompt'''||'''Notes'''
+
|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||Prompt Number||
+
||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.||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"
 +
||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.
 +
||[[General Skill3 (Example)|Example]]
 +
 
 +
 
 +
|- align="center"
 +
||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.
 +
||[[General Skill4 (Example)|Example]]
 +
 
 +
 
 +
|- align="center"
 +
||skill_command_acquired_prose
 +
||/string/en/
 +
||ui.stf
 +
||internal_command_string
 +
||You have acquired a new ability: %TU!
 +
||(Unknown)
 +
||[[General Skill5 (Example)|Example]]
 +
 
 +
 
 +
|- align="center"
 +
||skill_qualify
 +
||/string/en/
 +
||ui.stf
 +
||internal_command_string
 +
||You now qualify for the skill:
 +
||(Unknown)
 +
||[[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