Difference between revisions of "StartStop Fishing (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(System Messages)
Line 88: Line 88:
  
  
 +
 +
|- align="center"
 +
||bad_cast
 +
||/string/en/
 +
||fishing.stf
 +
||internal_command_string
 +
||Your cast goes astray and lands at a non-fishable spot.
 +
||Notes
 +
||Examples
 +
 +
 +
 +
|- align="center"
 +
||bait_your_pole
 +
||/string/en/
 +
||fishing.stf
 +
||internal_command_string
 +
||To fish, you must first bait your pole.
 +
||Notes
 +
||Examples
 +
 +
 +
 +
|- align="center"
 +
||cast_line
 +
||/string/en/
 +
||fishing.stf
 +
||internal_command_string
 +
||You cast your line and begin fishing...
 +
||Notes
 +
||Examples
 +
 +
 +
|- align="center"
 +
||close_reel_in
 +
||/string/en/
 +
||fishing.stf
 +
||internal_command_string
 +
||Since your line is so close, you reel it in...
 +
||Notes
 +
||Examples
 +
 +
 +
|- align="center"
 +
||invalid_location
 +
||/string/en/
 +
||fishing.stf
 +
||internal_command_string
 +
||Unable to determine valid fishing location ahead of you.
 +
||Notes
 +
||Examples
 +
 +
 +
 +
|- align="center"
 +
||must_have_pole
 +
||/string/en/
 +
||fishing.stf
 +
||internal_command_string
 +
||To fish, you must first have a fishing pole equipped.
 +
||Notes
 +
||Examples
 +
 +
 +
 +
 +
|- align="center"
 +
||out_of_bait
 +
||/string/en/
 +
||fishing.stf
 +
||internal_command_string
 +
||You have run out of bait in your tackle...
 +
||Notes
 +
||Examples
 +
 +
 +
 +
|- align="center"
 +
||start_fishing
 +
||/string/en/
 +
||fishing.stf
 +
||internal_command_string
 +
||You cast your line and start fishing...
 +
||Notes
 +
||Examples
 +
 +
 +
|- align="center"
 +
||stop_fishing
 +
||/string/en/
 +
||fishing.stf
 +
||internal_command_string
 +
||You reel-in your line and stop fishing...
 +
||Notes
 +
||Examples
 +
 +
 +
 +
|- align="center"
 +
||too_far
 +
||/string/en/
 +
||fishing.stf
 +
||internal_command_string
 +
||You must be within 2 meters of fishable water and facing it to start fishing.
 +
||Notes
 +
||Examples
  
  
 
|}
 
|}
 
|}
 
|}

Revision as of 15:41, 27 June 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
bad_cast /string/en/ fishing.stf internal_command_string Your cast goes astray and lands at a non-fishable spot. When the player starts to fish, a check is done by the server to determine if they are in a fishable location and facing in the proper location (in front of water). After this check is made, the bobber is launched and a new calculation is made to determine how far the bobber distance is going to be from the player. If the line distance calculation takes the bobber out of the water into an object or onto dry land, then the fishing attempt is canceled and the player receives this message. Example



loc_unfishable /string/en/ fishing.stf internal_command_string Your line has washed ashore... Message received by the player notifying them that the fishing event is stopping due to the bobber being pulled onto land. This occurs if the player has gone inland or towards a location where the bobber will be pulled onto land as the bobber distance between the player shortens when the player uses the tug, reel in options. If the bobber is calculated to be placed on land through the player's actions, then this message is sent. Example



bad_cast /string/en/ fishing.stf internal_command_string Your cast goes astray and lands at a non-fishable spot. Notes Examples


bait_your_pole /string/en/ fishing.stf internal_command_string To fish, you must first bait your pole. Notes Examples


cast_line /string/en/ fishing.stf internal_command_string You cast your line and begin fishing... Notes Examples


close_reel_in /string/en/ fishing.stf internal_command_string Since your line is so close, you reel it in... Notes Examples


invalid_location /string/en/ fishing.stf internal_command_string Unable to determine valid fishing location ahead of you. Notes Examples


must_have_pole /string/en/ fishing.stf internal_command_string To fish, you must first have a fishing pole equipped. Notes Examples



out_of_bait /string/en/ fishing.stf internal_command_string You have run out of bait in your tackle... Notes Examples


start_fishing /string/en/ fishing.stf internal_command_string You cast your line and start fishing... Notes Examples


stop_fishing /string/en/ fishing.stf internal_command_string You reel-in your line and stop fishing... Notes Examples


too_far /string/en/ fishing.stf internal_command_string You must be within 2 meters of fishable water and facing it to start fishing. Notes Examples