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

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
m (Reverted edits by Vidi (Talk); changed back to last version by Ready)
 
(5 intermediate revisions by 2 users not shown)
Line 87: Line 87:
  
  
 
 
|- align="center"
 
||bad_cast
 
||/string/en/
 
||fishing.stf
 
||internal_command_string
 
||Your cast goes astray and lands at a non-fishable spot.
 
||Notes
 
||Examples
 
  
  
Line 106: Line 96:
 
||internal_command_string
 
||internal_command_string
 
||To fish, you must first bait your pole.
 
||To fish, you must first bait your pole.
||Notes
+
||Message a player receives if they attempt to fish without having bait in the fishing pole.
||Examples
+
||[[StartStop Fishing 3 (Example)|Example]]
  
  
Line 117: Line 107:
 
||internal_command_string
 
||internal_command_string
 
||You cast your line and begin fishing...
 
||You cast your line and begin fishing...
||Notes
+
||Notification sent whenever the fishing process begins.
||Examples
+
||[[StartStop Fishing 4 (Example)|Example]]
 
+
  
 
|- align="center"
 
|- align="center"
Line 127: Line 116:
 
||internal_command_string
 
||internal_command_string
 
||Since your line is so close, you reel it in...
 
||Since your line is so close, you reel it in...
||Notes
+
||Message a player receives (if they are not in the reel-in event phase) when the status window updates and the fishing bobber is 2 meters or less from their current position.
||Examples
+
||[[StartStop Fishing 5 (Example)|Example]]
  
  
Line 137: Line 126:
 
||internal_command_string
 
||internal_command_string
 
||Unable to determine valid fishing location ahead of you.
 
||Unable to determine valid fishing location ahead of you.
||Notes
+
||Unknown
||Examples
+
||[[StartStop Fishing 6 (Example)|Example]]
  
  
Line 148: Line 137:
 
||internal_command_string
 
||internal_command_string
 
||To fish, you must first have a fishing pole equipped.
 
||To fish, you must first have a fishing pole equipped.
||Notes
+
||Notification sent to a player if they attempt the /fish command without having a fishing pole equipped.
||Examples
+
||[[StartStop Fishing 7 (Example)|Example]]
  
  
Line 160: Line 149:
 
||internal_command_string
 
||internal_command_string
 
||You have run out of bait in your tackle...
 
||You have run out of bait in your tackle...
||Notes
+
||Notification sent to the player when their bait in the tackle runs out following it being lost in a bait loss event.
||Examples
+
||[[StartStop Fishing 8 (Example)|Example]]
  
  
Line 171: Line 160:
 
||internal_command_string
 
||internal_command_string
 
||You cast your line and start fishing...
 
||You cast your line and start fishing...
||Notes
+
||(UNKNOWN)
||Examples
+
||[[StartStop Fishing 9 (Example)|Example]]
  
  
Line 181: Line 170:
 
||internal_command_string
 
||internal_command_string
 
||You reel-in your line and stop fishing...
 
||You reel-in your line and stop fishing...
||Notes
+
||Notification sent whenever the fishing process stops (for whatever reason).
||Examples
+
||[[StartStop Fishing 10 (Example)|Example]]
  
  
Line 192: Line 181:
 
||internal_command_string
 
||internal_command_string
 
||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
+
||Notification sent to the player if they are not within 2 meters of water and also facing the water in a direction by which the bobber can be positioned at inside it.
||Examples
+
||[[StartStop Fishing 11 (Example)|Example]]
  
  
 
|}
 
|}
 
|}
 
|}

Latest revision as of 20:46, 10 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
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. Message a player receives if they attempt to fish without having bait in the fishing pole. Example


cast_line /string/en/ fishing.stf internal_command_string You cast your line and begin fishing... Notification sent whenever the fishing process begins. Example
close_reel_in /string/en/ fishing.stf internal_command_string Since your line is so close, you reel it in... Message a player receives (if they are not in the reel-in event phase) when the status window updates and the fishing bobber is 2 meters or less from their current position. Example


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


must_have_pole /string/en/ fishing.stf internal_command_string To fish, you must first have a fishing pole equipped. Notification sent to a player if they attempt the /fish command without having a fishing pole equipped. Example



out_of_bait /string/en/ fishing.stf internal_command_string You have run out of bait in your tackle... Notification sent to the player when their bait in the tackle runs out following it being lost in a bait loss event. Example


start_fishing /string/en/ fishing.stf internal_command_string You cast your line and start fishing... (UNKNOWN) Example


stop_fishing /string/en/ fishing.stf internal_command_string You reel-in your line and stop fishing... Notification sent whenever the fishing process stops (for whatever reason). 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. Notification sent to the player if they are not within 2 meters of water and also facing the water in a direction by which the bobber can be positioned at inside it. Example