Difference between revisions of "Using Shellfish Harvesting Tool (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(Related Tags)
(System Messages)
 
(6 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Category description here
+
Shellfish Harvesting Tool (Game Messages)
 
|valign=top|
 
|valign=top|
  
 
== Related Tags ==
 
== Related Tags ==
  
{|
+
{| align="center"
 
|-
 
|-
||{{D50%}}
+
||{{D25%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game Messages}}
 
|-
 
|-
 
 
|}
 
|}
 
|}
 
|}
Line 27: Line 26:
 
{| class="wikitable"
 
{| class="wikitable"
 
|- align="center" style="background-color:#ffffcc;"
 
|- align="center" style="background-color:#ffffcc;"
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Prompt'''
+
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|- align="center"
 
|- align="center"
||found_nothing
+
||found_nothing||/string/en/||harvesting.stf||internal_command_string||You were unable to locate any resources.||||[[Using Shellfish Harvesting Tool 1 (Example)|Example]]
||/string/en/
+
||harvesting.stf
+
||internal_command_string
+
||You were unable to locate any resources.
+
||
+
 
|- align="center"
 
|- align="center"
 
+
||found_mollusks||/string/en/||harvesting.stf||internal_command_string||You managed to locate some mollusks.||||[[Using Shellfish Harvesting Tool 2 (Example)|Example]]
||found_mollusks
+
||/string/en/
+
||harvesting.stf
+
||internal_command_string
+
||You managed to locate some mollusks.
+
||
+
 
|- align="center"
 
|- align="center"
 
+
||found_crustaceans||/string/en/||harvesting.stf||internal_command_string||You managed to locate some crustaceans.||||[[Using Shellfish Harvesting Tool 3 (Example)|Example]]
 
+
 
+
||found_crustaceans
+
||/string/en/
+
||harvesting.stf
+
||internal_command_string
+
||You managed to locate some crustaceans.
+
||
+
 
|- align="center"
 
|- align="center"
 
+
||swimming||/string/en/||harvesting.stf||internal_command_string||You cannot use this device while swimming.||||[[Using Shellfish Harvesting Tool 4 (Example)|Example]]
 
+
 
+
||swimming
+
||/string/en/
+
||harvesting.stf
+
||internal_command_string
+
||You cannot use this device while swimming.
+
||
+
 
|- align="center"
 
|- align="center"
 
+
||inside||/string/en/||harvesting.stf||internal_command_string||You cannot use this device while indoors.||||[[Using Shellfish Harvesting Tool 5 (Example)|Example]]
 
+
 
+
||inside
+
||/string/en/
+
||harvesting.stf
+
||internal_command_string
+
||You cannot use this device while indoors.
+
||
+
 
|- align="center"
 
|- align="center"
 
+
||in_water||/string/en/||harvesting.stf||internal_command_string||You must be standing in water to use this device.||||[[Using Shellfish Harvesting Tool 6 (Example)|Example]]
 
+
||in_water
+
||/string/en/
+
||harvesting.stf
+
||internal_command_string
+
||You must be standing in water to use this device.
+
||
+
 
|- align="center"
 
|- align="center"
 
+
||busy||/string/en/||harvesting.stf||internal_command_string||You are already searching the area for shellfish.||||[[Using Shellfish Harvesting Tool 7 (Example)|Example]]
 
+
|- align="center"
 
+
||survey_on_mount
||busy
+
 
||/string/en/
 
||/string/en/
||harvesting.stf
+
||error_message.stf
 
||internal_command_string
 
||internal_command_string
||You are already searching the area for shellfish.
+
||You cannot perform that action while mounted on a creature or driving a vehicle.
||
+
||Message sent if player attempts to use the tool while mounted
|- align="center"
+
||[[Using Shellfish Harvesting Tool 8 (Example)|Example]]
 
+
 
+
 
+
  
  

Latest revision as of 03:09, 19 August 2009

Game Messages - Using Shellfish Harvesting Tool

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Description

Shellfish Harvesting Tool (Game Messages)

Related Tags

25% This document has been partially completed.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Message Notes Examples
found_nothing /string/en/ harvesting.stf internal_command_string You were unable to locate any resources. Example
found_mollusks /string/en/ harvesting.stf internal_command_string You managed to locate some mollusks. Example
found_crustaceans /string/en/ harvesting.stf internal_command_string You managed to locate some crustaceans. Example
swimming /string/en/ harvesting.stf internal_command_string You cannot use this device while swimming. Example
inside /string/en/ harvesting.stf internal_command_string You cannot use this device while indoors. Example
in_water /string/en/ harvesting.stf internal_command_string You must be standing in water to use this device. Example
busy /string/en/ harvesting.stf internal_command_string You are already searching the area for shellfish. Example
survey_on_mount /string/en/ error_message.stf internal_command_string You cannot perform that action while mounted on a creature or driving a vehicle. Message sent if player attempts to use the tool while mounted Example