Difference between revisions of "Line Snag Event (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
 
(5 intermediate revisions by 2 users not shown)
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
Line Snag Event (Game Messages)
 
|valign=top|
 
|valign=top|
  
Line 50: Line 50:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D75%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game Messages}}
Line 65: Line 65:
 
|- align="center" style="background-color:#ffffcc;"
 
|- align="center" style="background-color:#ffffcc;"
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 +
 +
 +
 +
|- align="center"
 +
||fs_snag
 +
||/string/en/
 +
||fishing.stf
 +
||internal_command_string
 +
||Your line gets snagged on some vegetation...
 +
||Notification sent to players when their line has been snagged
 +
||[[Line Snag 1 (Example)|Example]]
 +
 +
  
 
|- align="center"
 
|- align="center"
Line 72: Line 85:
 
||internal_command_string
 
||internal_command_string
 
||Your line comes free of its snag...
 
||Your line comes free of its snag...
||Notes
+
||Notification sent to players when their line is unsnagged
||Examples
+
||[[Line Snag 2 (Example)|Example]]
  
  
Line 82: Line 95:
 
||internal_command_string
 
||internal_command_string
 
||Darn, your line snapped...
 
||Darn, your line snapped...
||Notes
+
||Notification sent to players when their line breaks. Snapped lines will stop fishing events.
||Examples
+
||[[Line Snag 3 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||fly_snag
 +
||/string/en/
 +
||fishing.stf
 +
||internal_command_string
 +
||+ Snag +
 +
||Flytext when a snag even occurs.
 +
||
  
 
|}
 
|}
 
|}
 
|}

Latest revision as of 11:23, 26 July 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

Line Snag Event (Game Messages)

Related Tags

75% This document is nearing completion.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Message Notes Examples


fs_snag /string/en/ fishing.stf internal_command_string Your line gets snagged on some vegetation... Notification sent to players when their line has been snagged Example


line_free /string/en/ fishing.stf internal_command_string Your line comes free of its snag... Notification sent to players when their line is unsnagged Example


line_snap /string/en/ fishing.stf internal_command_string Darn, your line snapped... Notification sent to players when their line breaks. Snapped lines will stop fishing events. Example
fly_snag /string/en/ fishing.stf internal_command_string + Snag + Flytext when a snag even occurs.