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

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(System Messages)
Line 169: Line 169:
 
|- align="center"
 
|- align="center"
 
||teacher_skill_learned||/string/en/||teaching.stf||internal_command_string||%TT learns %TO from you.
 
||teacher_skill_learned||/string/en/||teaching.stf||internal_command_string||%TT learns %TO from you.
||
+
||Notification to the instructor that the target has successfully learned the skill from them.
 
||
 
||
 
|- align="center"
 
|- align="center"

Revision as of 12:17, 24 February 2008

Game Messages - Skill Teaching

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

Skill Teaching (Game Messages)

Related Tags

75% This document is nearing completion.

Game Messages This document refers to internal SWG Messages.

System Messages

Example of attempting to teach a skill to a race that cannot learn it. The teaching failed when the attempt was made, and the server gave a response. The wookie tried to learn the skill and then the resposne came back for learning failure. This also applies if a twilek attempts to teach another player lekku speak.

file:///C:/anhwork/downloads/All-Logs/rousesfiles/chatlogs/chatlogs/8821518889/8821518889.uis_0_.html

You offer to teach Jinnx Shyriiwook Comprehension (Wookiee Language).
Jinnx learns Shyriiwook Comprehension (Wookiee Language) from you.
You offer to teach Jinnx Shyriiwook Speech (Wookiee Language).
Teaching failed.
"that better" Beast' says in Shyriiwook.
Jinnx says, "yeh hehe"
Wookiee are unable to learn skill: Basic Speech (Human Language).
Learning failed.



This is how learning failed appears to the person who is trying to learn a skill they cant learn.

file:///C:/anhwork/downloads/All-Logs/Helzephyr/chatlog_6/38621821316.uis_1_.html

04:28:43 Human are unable to learn skill: Shyriiwook Speech (Wookiee Language). 04:28:43 Learning failed.



Example of attempt at teaching but the target player refusing to learn

file:///C:/anhwork/downloads/All-Logs/rousesfiles/chatlogs/chatlogs/11926007829/11926007829.uis_0_.html

You offer to teach Anoemee Survival I: Rudimentary Techniques. Anoemee has refused your offer to teach.


ID Path Filename Trigger Message Notes Examples
experience_received /string/en/ teaching.stf internal_command_string You have received %DI Apprenticeship experience. Notification to a player that they have received apprenticeship experience for training a player in a skill (other than languages)
learning_failed /string/en/ teaching.stf internal_command_string Learning failed. This message is received when a player accepts the teaching proposal sent in by another player but upon accepting, cannot train either due to a species requirement, or they do not have enough skill points available to learn the skill.
no_skills /string/en/ teaching.stf internal_command_string You have no skills to teach. Message a player receives if they attempt to use the teach radial on a player when they have no skills to teach (example, a starting novice artisan wanting to train anyone).
no_skills_for_student /string/en/ teaching.stf internal_command_string You have no skills that  %TT can currently learn." Message a player receives if they use the teach radial on a player who does not have enough experience yet to require training in any abilities that require teaching even though the instructor has abilities to teach. This message is also seen in the case where neither player has compatable skills to where one has nothing to offer for training. Ex. A scout wanting to train a marksman.
no_target /string/en/ teaching.stf internal_command_string Whom do you want to teach? Message that is sent if the player attempts to use the /teach command without having a target.
no_teach_self /string/en/ teaching.stf internal_command_string You cannot teach yourself. Message a player receives if they attempt to target themself with the teach command.
not_in_same_group /string/en/ teaching.stf internal_command_string You must be within the same group as %TT in order to teach. Message that a player gets when they use the /teach command on a player whom they are not grouped with.
offer_given /string/en/ teaching.stf internal_command_string You offer to teach %TT %TO. Notification to the instructor that they are attempting to teach a particular skill set.
offer_refused /string/en/ teaching.stf internal_command_string %TT has refused your offer to teach. Notification to the instructor that the target has refused the training attempt.
prose_bad_species /string/en/ base_player.stf internal_string_command %TT are unable to learn skill: %TO. Message given to humans if they attempt to learn Syriiwook speach. This message is also given to wookies if they attempt to learn any other language speech other than Shyriiwook. Example


student_dead /string/en/ teaching.stf internal_command_string %TT does not feel like being taught right now. Message that the instructor receives if they attempt to train a target that is either incapacitated or dead.
student_has_offer_to_learn /string/en/ teaching.stf internal_command_string %TT already has an offer to learn. Message an instructor receives if the target already has someone else who sent them an offer to be taught.
student_skill_learned /string/en/ teaching.stf internal_command_string You learn %TO from %TT. Notification to the player that they have been taught a skill from another player.
student_too_far /string/en/ teaching.stf internal_command_string Your student must be nearby in order to teach. (Unknown)
student_too_far_target /string/en/ teaching.stf internal_command_string You are too far away from %TT to teach. Notification to the instructor that the target is too far away to be taught.
teacher_skill_learned /string/en/ teaching.stf internal_command_string %TT learns %TO from you. Notification to the instructor that the target has successfully learned the skill from them.
teacher_too_far /string/en/ teaching.stf internal_command_string Your teacher must be nearby in order to learn.
teacher_too_far_target /string/en/ teaching.stf internal_command_string You are too far away from %TT to learn. Notification to the player that they are too far away from the instructor to learn. This message occurs when the player accepts the prompt to train the skill but is beyond the training radius.
teaching_failed /string/en/ teaching.stf internal_command_string Teaching failed. Notification to the instructor that lets them know that their teaching attempt failed either due to a species requirement or the target did not have enough skill points to receive the skill training when they accepted the attempt to be taught.