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

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageCleanup}} {{PageHeader|Game Messages|Message Category}} {| border="0" width="100%" cellpadding=6 |- |valign=top| =Navigation= {| align="center" width="280px" |- || {{Auction (Mess)}...)
 
(System Messages)
Line 65: Line 65:
 
|- 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'''||'''Prompt'''||'''Notes'''
|- align="center"
+
 
||ID Value||/path/goes/here/||filename.stf||internal_command_string||System Message Text||Prompt Number||
+
 
 +
|----
 +
|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
 +
|
 +
|----
 +
|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.
 +
|
 +
|----
 +
|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.
 +
|
 +
|----
 +
|prose_have_xp
 +
|/string/en/
 +
|base_player.stf
 +
|internal_command_string
 +
|You have %DI points of %TO experience.
 +
|(Unknown)
 +
|
 +
|----
 +
|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.
 +
|
 +
|----
 +
|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.
 +
|
 +
|----
 +
|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.
 +
|
 +
|----
 +
|prose_at_xp_limit
 +
|/string/en/
 +
|error_message.stf
 +
|internal_command_string
 +
|You cannot gain anymore '%TO' experience. (limit: %DIpts)
 +
|(Unknown)
 +
|
 +
|----
 +
|prose_hit_xp_limit
 +
|/string/en/
 +
|error_message.stf
 +
|internal_command_string
 +
|You have achieved your limit of %DIpts for experience type '%TO'.
 +
|(Unknown)
 +
|
 +
|----
 +
|}
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 
|}
 
|}
 
|}
 
|}

Revision as of 13:57, 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 Prompt Notes


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
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.
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.
prose_have_xp /string/en/ base_player.stf internal_command_string You have %DI points of %TO experience. (Unknown)
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.
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.
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.
prose_at_xp_limit /string/en/ error_message.stf internal_command_string You cannot gain anymore '%TO' experience. (limit: %DIpts) (Unknown)
prose_hit_xp_limit /string/en/ error_message.stf internal_command_string You have achieved your limit of %DIpts for experience type '%TO'. (Unknown)