Difference between revisions of "Skill Training (Game Messages)"
From SWGANH Wiki
(→Unknown SUI) |
(→Non Jedi Profession Training) |
||
(21 intermediate revisions by 2 users not shown) | |||
Line 53: | Line 53: | ||
{| align="center" | {| align="center" | ||
|- | |- | ||
− | ||{{ | + | ||{{D75%}} |
|- | |- | ||
||{{Game Messages}} | ||{{Game Messages}} | ||
Line 105: | Line 105: | ||
| | | | ||
|Player response that sends them to Prompt 2 if they have experience to learn the skills. If the player has no experience or already has all these skills learned then they are sent to prompt 8. We could perhaps send the player to another prompt if they have mastered the profession... | |Player response that sends them to Prompt 2 if they have experience to learn the skills. If the player has no experience or already has all these skills learned then they are sent to prompt 8. We could perhaps send the player to another prompt if they have mastered the profession... | ||
− | | | + | |[[General Skill Trainer1 (Example)|Example]] |
|---- | |---- | ||
|opt1_2 | |opt1_2 | ||
Line 116: | Line 116: | ||
| | | | ||
|If the player chooses the “What skills will I be able to learn next?” response, The npc will list the skills available to the player upon next skill up. All choices are made for whatever highest tier the player has reached. For example if the player is currently at 3xxx in skills then the skills displayed will be the ones at 4111 on the skill tree. I believe that upon clicking on these skills, the player receives some sort of information about them but I am not sure what type of information is presented or what menu is shown for this. | |If the player chooses the “What skills will I be able to learn next?” response, The npc will list the skills available to the player upon next skill up. All choices are made for whatever highest tier the player has reached. For example if the player is currently at 3xxx in skills then the skills displayed will be the ones at 4111 on the skill tree. I believe that upon clicking on these skills, the player receives some sort of information about them but I am not sure what type of information is presented or what menu is shown for this. | ||
+ | |[[General Skill Trainer1 (Example)|Example]] | ||
+ | |---- | ||
+ | |converse_stop | ||
+ | | | ||
+ | |ui_radial.stf | ||
+ | |internal_command_string | ||
+ | | | ||
+ | |Stop Conversing | ||
+ | | | ||
+ | | | ||
| | | | ||
+ | |[[General Skill Trainer1 (Example)|Example]] | ||
|---- | |---- | ||
| | | | ||
Line 258: | Line 269: | ||
| | | | ||
| | | | ||
− | |This is the npc response given if the player chooses the “What skills will I be able to learn next?” response. The npc will list the skills available to the player upon next skill up. All choices are made for whatever highest tier the player has reached. For example if the player is currently at 3xxx in skills then the skills displayed will be the ones at 4111 on the skill tree. | + | |This is the npc response given if the player chooses the “What skills will I be able to learn next?” response. The npc will list the skills available to the player upon next skill up. All choices are made for whatever highest tier the player has reached. For example if the player is currently at 3xxx in skills then the skills displayed will be the ones at 4111 on the skill tree. Upon clicking on these skills, the player receives information about the skill that is chosen which includes cash and experience costs to train and skill points used. |
|[[Skill Trainer3 (Example)|Example]] | |[[Skill Trainer3 (Example)|Example]] | ||
|---- | |---- | ||
Line 500: | Line 511: | ||
| | | | ||
| | | | ||
− | |This is the npc response when the player attempts to train in a skill that they do not have enough credits to purchase. Unknown what response choices are given to the player. | + | |This is the npc response when the player attempts to train in a skill that they do not have enough credits to purchase. Unknown what response choices are given to the player. Will assume it gives the players the same initial choice responses. |
| | | | ||
|---- | |---- | ||
+ | |opt1_1 | ||
| | | | ||
+ | |skill_teacher.stf | ||
+ | |internal_command_string | ||
| | | | ||
+ | |I'm interested in learning a skill. | ||
| | | | ||
| | | | ||
− | |||
− | |||
− | |||
− | |||
| | | | ||
| | | | ||
|---- | |---- | ||
+ | |opt1_2 | ||
| | | | ||
+ | |skill_teacher.stf | ||
+ | |internal_command_string | ||
| | | | ||
− | | | + | |What skills will I be able to learn next? |
− | + | ||
− | + | ||
− | + | ||
| | | | ||
| | | | ||
Line 578: | Line 589: | ||
| | | | ||
|Npc response to the player choosing and successfully completed a Yes response to accepting training. | |Npc response to the player choosing and successfully completed a Yes response to accepting training. | ||
− | | | + | |[[General Skill Trainer1 (Example)|Example]] |
|---- | |---- | ||
|prose_pay_acct_success | |prose_pay_acct_success | ||
Line 588: | Line 599: | ||
|You successfully make a payment of %DI credits to %TO. | |You successfully make a payment of %DI credits to %TO. | ||
| | | | ||
− | |Notification to the player that they are paying the credits to the | + | |Notification to the player that they are paying the credits to the NPC. |
− | | | + | |[[Pay Account Success (Example)|Example]] |
|---- | |---- | ||
|prose_skill_learned | |prose_skill_learned | ||
Line 600: | Line 611: | ||
| | | | ||
|Notification to the player that they have trained in the skill. | |Notification to the player that they have trained in the skill. | ||
− | | | + | |[[General Skill Trainer1 (Example)|Example]] |
|---- | |---- | ||
|command_acquired_prose | |command_acquired_prose | ||
Line 775: | Line 786: | ||
| | | | ||
| | | | ||
− | |Response from an npc if the player attempts to talk to them when they do not have the required pre-requisites. For example Bounty Hunter would require the skills Master Marksman and Exploration IV. | + | |Response from an npc if the player attempts to talk to them when they do not have the required pre-requisites. For example Bounty Hunter would require the skills Master Marksman and Exploration IV. This brings up a SUI window to the player displaying the current skills that they need to learn. |
|[[Skill Trainer9 (Example)|Example]] | |[[Skill Trainer9 (Example)|Example]] | ||
|---- | |---- | ||
Line 785: | Line 796: | ||
| | | | ||
| | | | ||
− | | | + | | |
| | | | ||
| | | | ||
Line 796: | Line 807: | ||
| | | | ||
| | | | ||
− | | | + | | |
| | | | ||
| | | | ||
Line 841: | Line 852: | ||
| | | | ||
| | | | ||
− | | | + | |This is the message given if the user clicks on one of the skills that are displayed after the player clicks the What skills will I be able to learn next Prompt if they have any skills remaining that they can be trained in. |
|[[Skill Trainer10 (Example)|Example]] | |[[Skill Trainer10 (Example)|Example]] | ||
|---- | |---- | ||
Line 1,042: | Line 1,053: | ||
|[[Skill Trainer13 (Example)|Example]] | |[[Skill Trainer13 (Example)|Example]] | ||
|---- | |---- | ||
− | + | |requires_jtl | |
− | + | |/string/en/ | |
− | + | |skill_teacher.stf | |
− | + | |internal_command_string | |
− | + | |You must enable the Star Wars Galaxies: Jump to Lightspeed expansion in order to converse with this npc. | |
− | + | | | |
− | + | | | |
− | + | | | |
− | + | |System message received when a player attempts to talk to a shipwright trainer when they do not have the JTL expansion installed. | |
− | | | + | | |
− | + | ||
|---- | |---- | ||
− | + | |Prompt 14 | |
− | + | | | |
− | + | | | |
− | + | | | |
− | + | | | |
− | + | | | |
− | + | | | |
− | + | | | |
− | + | | | |
− | | | + | | |
− | + | ||
|---- | |---- | ||
− | + | |surpass_trainer | |
− | + | |/string/en/ | |
− | + | |skill_teacher.stf | |
− | + | |internal_command_string | |
− | + | |WOW! You have learned everything I have to teach... I suppose that now it's time for you to find your own path. Farewell %TT. | |
− | + | | | |
− | + | | | |
− | + | | | |
− | + | |Message a player receives when they train a master level skill from the trainer. Maybe since master level is the last training available to a player, we can use this as replacement to the "Excellent...lets begin " npc response that is typical for all other training to add an acknowledgment by the npc of their accomplishment. | |
− | | | + | | |
− | + | ||
− | + | ||
− | + | ||
|} | |} | ||
Line 1,451: | Line 1,457: | ||
|(Unknown) | |(Unknown) | ||
| | | | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|---- | |---- | ||
|no_skill_pts | |no_skill_pts | ||
Line 1,631: | Line 1,616: | ||
|} | |} | ||
+ | == SUI Prompt - Skill Pre-requisites == | ||
+ | |||
+ | |||
+ | {| align="center" | ||
+ | |- | ||
+ | || | ||
+ | {| class="anhsmalltable" | ||
+ | |- align="center" style="background-color:#ffffcc;" | ||
+ | |width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''SUI Title'''||'''SUI Details'''||'''SUI Button Label'''||'''Example''' | ||
+ | |---- | ||
+ | |no_qualify_title | ||
+ | |/string/en/ | ||
+ | |skill_teacher.stf | ||
+ | |internal_command_string | ||
+ | |Trainer Skill Requirements | ||
+ | | | ||
+ | | | ||
+ | |[[Skill Trainer14 (Example)|Example]] | ||
+ | |||
+ | |---- | ||
+ | |no_qualify_prompt | ||
+ | |/string/en/ | ||
+ | |skill_teacher.stf | ||
+ | |internal_command_string | ||
+ | | | ||
+ | |You must have, at least, the following skills to learn from this skill trainer. | ||
+ | | | ||
+ | |||
+ | |||
+ | |||
+ | |---- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |internal_command_string | ||
+ | | | ||
+ | | | ||
+ | |OK | ||
+ | |} | ||
+ | |} | ||
+ | |||
+ | == SUI Prompt - Skill Information == | ||
+ | |||
+ | |||
+ | |||
+ | {| align="center" | ||
+ | |- | ||
+ | || | ||
+ | {| class="anhsmalltable" | ||
+ | |- align="center" style="background-color:#ffffcc;" | ||
+ | |width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''SUI Title'''||'''SUI Details'''||'''SUI Button Label'''||'''Example''' | ||
+ | |---- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |[[Skill Trainer3 (Example)|Example]] | ||
+ | |||
+ | |---- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |||
+ | |||
+ | |||
+ | |--- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |} | ||
== Unknown SUI Prompt== | == Unknown SUI Prompt== |
Latest revision as of 19:35, 28 August 2011
This article or section needs proper wiki formatting. |
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.
|
Non Jedi Profession Training
Non Jedi Profession Specific Dialog
Unused Messages
SUI Prompt - Skill Pre-requisites
SUI Prompt - Skill Information
Unknown SUI Prompt
|