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

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(System Messages)
Line 97: Line 97:
 
||To fish, you must first bait your pole.
 
||To fish, you must first bait your pole.
 
||Notes
 
||Notes
||Examples
+
||[[StartStop Fishing 3 (Example)|Example]]
  
  
Line 108: Line 108:
 
||You cast your line and begin fishing...
 
||You cast your line and begin fishing...
 
||Notes
 
||Notes
||Examples
+
||[[StartStop Fishing 4 (Example)|Example]]
 
+
  
 
|- align="center"
 
|- align="center"
Line 118: Line 117:
 
||Since your line is so close, you reel it in...
 
||Since your line is so close, you reel it in...
 
||Notes
 
||Notes
||Examples
+
||[[StartStop Fishing 5 (Example)|Example]]
  
  
Line 128: Line 127:
 
||Unable to determine valid fishing location ahead of you.
 
||Unable to determine valid fishing location ahead of you.
 
||Notes
 
||Notes
||Examples
+
||[[StartStop Fishing 6 (Example)|Example]]
  
  
Line 139: Line 138:
 
||To fish, you must first have a fishing pole equipped.
 
||To fish, you must first have a fishing pole equipped.
 
||Notes
 
||Notes
||Examples
+
||[[StartStop Fishing 7 (Example)|Example]]
  
  
Line 151: Line 150:
 
||You have run out of bait in your tackle...
 
||You have run out of bait in your tackle...
 
||Notes
 
||Notes
||Examples
+
||[[StartStop Fishing 8 (Example)|Example]]
  
  
Line 162: Line 161:
 
||You cast your line and start fishing...
 
||You cast your line and start fishing...
 
||Notes
 
||Notes
||Examples
+
||[[StartStop Fishing 9 (Example)|Example]]
  
  
Line 172: Line 171:
 
||You reel-in your line and stop fishing...
 
||You reel-in your line and stop fishing...
 
||Notes
 
||Notes
||Examples
+
||[[StartStop Fishing 10 (Example)|Example]]
  
  
Line 183: Line 182:
 
||You must be within 2 meters of fishable water and facing it to start fishing.
 
||You must be within 2 meters of fishable water and facing it to start fishing.
 
||Notes
 
||Notes
||Examples
+
||[[StartStop Fishing 11 (Example)|Example]]
  
  
 
|}
 
|}
 
|}
 
|}

Revision as of 16:28, 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



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


cast_line /string/en/ fishing.stf internal_command_string You cast your line and begin fishing... Notes Example
close_reel_in /string/en/ fishing.stf internal_command_string Since your line is so close, you reel it in... Notes Example


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


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



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


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


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


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 Example