Difference between revisions of "Bounty Mission (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 66: Line 66:
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|- align="center"
 
|- align="center"
||ID Value||/path/goes/here/||filename.stf||internal_command_string||System Message Text||Notes||Examples
+
|----
 +
|not_bounty_hunter_terminal
 +
|/string/en/mission/
 +
|mission_generic.stf
 +
|
 +
|You are not authorized to use this terminal.
 +
|Mission given to a player who is not a bounty hunter and attempts to use the terminal
 +
|[[Bounty Mission 1 (Example)|Example]]
 +
|----
 +
|success_w_amount
 +
|/string/en/mission/
 +
|mission_generic.stf
 +
|
 +
|Mission complete! Your reward of %DI has been placed in your bank account.
 +
|
 +
|[[Bounty Mission 2 (Example)|Example]]
 +
|----
 +
|failed
 +
|/string/en/mission/
 +
|mission_generic.stf
 +
|
 +
|Mission failed
 +
|Message given to a player who is killed by their jedi bounty mark
 +
|[[Bounty Mission 3 (Example)|Example]]
 +
|----
 +
|group_too_far
 +
|/string/en/mission/
 +
|mission_generic.stf
 +
|
 +
|Mission Alert! Some group members are too far away from the group to receive their reward and and are not eligible for reward.
 +
|Message given to players when a mission has been completed and where not all members of the group are present around within 200 meters to split the reward
 +
|[[Bounty Mission 4 (Example)|Example]]
 +
|----
 +
|group_success
 +
|/string/en/mission/
 +
|mission_generic.stf
 +
|
 +
|Group Mission Success! Reward credits have been transmitted to the bank account of all group members in the immediate area.
 +
|Message given to players when a mission has been completed
 +
|[[Bounty Mission 5 (Example)|Example]]
 +
|----
 +
|incomplete
 +
|/string/en/mission/
 +
|mission_generic.stf
 +
|
 +
|Mission incomplete
 +
|Message given if a player removes a mission from the datapad or if the mission is automatically removed due to expiring after the 24 hour time limit.
 +
|[[Bounty Mission 6 (Example)|Example]]
 +
|----
 +
|too_many_missions
 +
|/string/en/mission/
 +
|mission_generic.stf
 +
|
 +
|You cannot accept any more missions.
 +
|Message given if a player attempts to take on more missions than what they are alloted – A player may have 1 bounty mission and another mission type or 2 non bounty missions in their datapad.
 +
|[[Bounty Mission 7 (Example)|Example]]
 +
|----
 
|}
 
|}
 +
 
|}
 
|}

Revision as of 04:45, 11 August 2009




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
not_bounty_hunter_terminal /string/en/mission/ mission_generic.stf You are not authorized to use this terminal. Mission given to a player who is not a bounty hunter and attempts to use the terminal Example
success_w_amount /string/en/mission/ mission_generic.stf Mission complete! Your reward of %DI has been placed in your bank account. Example
failed /string/en/mission/ mission_generic.stf Mission failed Message given to a player who is killed by their jedi bounty mark Example
group_too_far /string/en/mission/ mission_generic.stf Mission Alert! Some group members are too far away from the group to receive their reward and and are not eligible for reward. Message given to players when a mission has been completed and where not all members of the group are present around within 200 meters to split the reward Example
group_success /string/en/mission/ mission_generic.stf Group Mission Success! Reward credits have been transmitted to the bank account of all group members in the immediate area. Message given to players when a mission has been completed Example
incomplete /string/en/mission/ mission_generic.stf Mission incomplete Message given if a player removes a mission from the datapad or if the mission is automatically removed due to expiring after the 24 hour time limit. Example
too_many_missions /string/en/mission/ mission_generic.stf You cannot accept any more missions. Message given if a player attempts to take on more missions than what they are alloted – A player may have 1 bounty mission and another mission type or 2 non bounty missions in their datapad. Example