Difference between revisions of "Waiting Event (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)}...)
 
 
(5 intermediate revisions by one other user not shown)
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
Waiting Event (Game Messages)
 
|valign=top|
 
|valign=top|
  
Line 50: Line 50:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D100%}}
 
|-
 
|-
 
||{{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"
 
|- align="center"
||ID Value
+
||lost_bait
||/path/goes/here/
+
||/string/en/
||filename.stf
+
||fishing.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||Shucks... you lost your bait...
||Notes
+
||This is the message given to a player whenever bait is lost. Bait is always lost at the beginning of an event with the exception of when a catch is lost.
||Examples
+
||[[Waiting Event 1 (Example)|Examples]]
 +
 
 +
 
 +
|- align="center"
 +
||strong_nibble
 +
||/string/en/
 +
||fishing.stf
 +
||internal_command_string
 +
||A strong nibble leaves you without a baited line...
 +
||This is the message given to a player whenever bait is stolen when the status window updates back to Waiting, following a Nibble Event.
 +
||[[Waiting Event 2 (Example)|Examples]]
 +
 
 +
 
 +
 
 +
|- align="center"
 +
||tore_bait
 +
||/string/en/
 +
||fishing.stf
 +
||internal_command_string
 +
||Something just tore the bait right off the end of your line...
 +
||This is the message given to a player whenever bait is stolen when the status window updates back to Waiting, following a Bite Event.
 +
||[[Waiting Event 3 (Example)|Examples]]
 +
 
 +
 
 +
 
 
|}
 
|}
 
|}
 
|}

Latest revision as of 18:10, 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

Waiting Event (Game Messages)

Related Tags

100% This document is complete.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Message Notes Examples
lost_bait /string/en/ fishing.stf internal_command_string Shucks... you lost your bait... This is the message given to a player whenever bait is lost. Bait is always lost at the beginning of an event with the exception of when a catch is lost. Examples


strong_nibble /string/en/ fishing.stf internal_command_string A strong nibble leaves you without a baited line... This is the message given to a player whenever bait is stolen when the status window updates back to Waiting, following a Nibble Event. Examples


tore_bait /string/en/ fishing.stf internal_command_string Something just tore the bait right off the end of your line... This is the message given to a player whenever bait is stolen when the status window updates back to Waiting, following a Bite Event. Examples