Difference between revisions of "Experience Messages (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(System Messages)
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'''||'''Examples'''
  
  
Line 74: Line 74:
 
|You receive %DI points of %TO experience.
 
|You receive %DI points of %TO experience.
 
|Message received whenever the player gains experience
 
|Message received whenever the player gains experience
|
+
|[[Experience1 (Example)|Example]]
 
|----
 
|----
 
|prose_grant_xp1
 
|prose_grant_xp1
Line 82: Line 82:
 
|You receive 1 point of %TO experience.
 
|You receive 1 point of %TO experience.
 
|Message received when a player receives only one point of experience from performing an experience generating activity.
 
|Message received when a player receives only one point of experience from performing an experience generating activity.
|
+
|[[Experience2 (Example)|Example]]
 
|----
 
|----
 
|prose_grant_xp_bonus
 
|prose_grant_xp_bonus
Line 90: Line 90:
 
|\#pcontrast3 MASTER PILOT BONUS: < \#pcontrast1 You receive %DI points of %TO experience. \#pcontrast3 >
 
|\#pcontrast3 MASTER PILOT BONUS: < \#pcontrast1 You receive %DI points of %TO experience. \#pcontrast3 >
 
|After you master a Pilot prof and resign, if you start another Pilot branch you get a [Master Pilot Bonus] to experience.You get an 1x per Faction's pilot mastery (so when you finish your first you'll get 1x, which is double, when you master pilot from a different faction that will bump up to 2x, so triple, and when you master pilot from the final faction you will bump up to 3x, so quadruple), this makes it easier to master further branches.
 
|After you master a Pilot prof and resign, if you start another Pilot branch you get a [Master Pilot Bonus] to experience.You get an 1x per Faction's pilot mastery (so when you finish your first you'll get 1x, which is double, when you master pilot from a different faction that will bump up to 2x, so triple, and when you master pilot from the final faction you will bump up to 3x, so quadruple), this makes it easier to master further branches.
|
+
|[[Experience3 (Example)|Example]]
 
|----
 
|----
 
|prose_have_xp
 
|prose_have_xp
Line 98: Line 98:
 
|You have %DI points of %TO experience.
 
|You have %DI points of %TO experience.
 
|(Unknown)
 
|(Unknown)
|
+
|[[Experience4 (Example)|Example]]
 
|----
 
|----
 
|prose_hit_xp_cap
 
|prose_hit_xp_cap
Line 106: Line 106:
 
|You have achieved your current limit for %TO experience.
 
|You have achieved your current limit for %TO experience.
 
|Message received when a player hits their cap for experience for a particular ability.
 
|Message received when a player hits their cap for experience for a particular ability.
|
+
|[[Experience5 (Example)|Example]]
 
|----
 
|----
 
|prose_revoke_xp
 
|prose_revoke_xp
Line 114: Line 114:
 
|You lose %DI points of %TO experience.
 
|You lose %DI points of %TO experience.
 
|Message a player receives when their experience is revoked. This most commonly occurs when  a player has surrendered skills while having stored experience that is beyond their current cap limit.
 
|Message a player receives when their experience is revoked. This most commonly occurs when  a player has surrendered skills while having stored experience that is beyond their current cap limit.
|
+
|[[Experience6 (Example)|Example]]
 
|----
 
|----
 
|prose_revoke_xp1
 
|prose_revoke_xp1
Line 122: Line 122:
 
|You lose 1 point of %TO experience.
 
|You lose 1 point of %TO experience.
 
|Message a player receives when their experience is revoked and they only lose one point.
 
|Message a player receives when their experience is revoked and they only lose one point.
|
+
|[[Experience7 (Example)|Example]]
 
|----
 
|----
 
|prose_at_xp_limit
 
|prose_at_xp_limit
Line 130: Line 130:
 
|You cannot gain anymore '%TO' experience. (limit: %DIpts)
 
|You cannot gain anymore '%TO' experience. (limit: %DIpts)
 
|(Unknown)
 
|(Unknown)
|
+
|[[Experience8 (Example)|Example]]
 
|----
 
|----
 
|prose_hit_xp_limit
 
|prose_hit_xp_limit
Line 138: Line 138:
 
|You have achieved your limit of %DIpts for experience type '%TO'.
 
|You have achieved your limit of %DIpts for experience type '%TO'.
 
|(Unknown)
 
|(Unknown)
|
+
|[[Experience9 (Example)|Example]]
|----
+
|}
+
  
  
  
 +
|----
 +
|experience_granted
 +
|/string/en/
 +
|image_designer.stf
 +
|internal_command_string
 +
|You have received %DI Image Designer experience.
 +
|(Unknown)
 +
|
 +
|----
 +
|expgrant_imagedesigner
 +
|/string/en/
 +
|ui.stf
 +
|internal_command_string
 +
|You have gained Image Designer experience!
 +
|(Unknown)
 +
|
  
  

Revision as of 14:00, 25 February 2008




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.


Navigation

Description

Template (Game Messages)

Related Tags

0% This document has not been started.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Message Notes Examples


prose_grant_xp /string/en/ base_player.stf internal_command_string You receive %DI points of %TO experience. Message received whenever the player gains experience Example
prose_grant_xp1 /string/en/ base_player.stf internal_command_string You receive 1 point of %TO experience. Message received when a player receives only one point of experience from performing an experience generating activity. Example
prose_grant_xp_bonus /string/en/ base_player.stf internal_command_string \#pcontrast3 MASTER PILOT BONUS: < \#pcontrast1 You receive %DI points of %TO experience. \#pcontrast3 > After you master a Pilot prof and resign, if you start another Pilot branch you get a [Master Pilot Bonus] to experience.You get an 1x per Faction's pilot mastery (so when you finish your first you'll get 1x, which is double, when you master pilot from a different faction that will bump up to 2x, so triple, and when you master pilot from the final faction you will bump up to 3x, so quadruple), this makes it easier to master further branches. Example
prose_have_xp /string/en/ base_player.stf internal_command_string You have %DI points of %TO experience. (Unknown) Example
prose_hit_xp_cap /string/en/ base_player.stf internal_command_string You have achieved your current limit for %TO experience. Message received when a player hits their cap for experience for a particular ability. Example
prose_revoke_xp /string/en/ base_player.stf internal_command_string You lose %DI points of %TO experience. Message a player receives when their experience is revoked. This most commonly occurs when a player has surrendered skills while having stored experience that is beyond their current cap limit. Example
prose_revoke_xp1 /string/en/ base_player.stf internal_command_string You lose 1 point of %TO experience. Message a player receives when their experience is revoked and they only lose one point. Example
prose_at_xp_limit /string/en/ error_message.stf internal_command_string You cannot gain anymore '%TO' experience. (limit: %DIpts) (Unknown) Example
prose_hit_xp_limit /string/en/ error_message.stf internal_command_string You have achieved your limit of %DIpts for experience type '%TO'. (Unknown) Example


experience_granted /string/en/ image_designer.stf internal_command_string You have received %DI Image Designer experience. (Unknown)
expgrant_imagedesigner /string/en/ ui.stf internal_command_string You have gained Image Designer experience! (Unknown)