Difference between revisions of "Harvester Operation (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)}...)
 
 
(4 intermediate revisions by one other user not shown)
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
Harvester Operation (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"
 
|- align="center"
||ID Value
+
||harvester_hopper_full
||/path/goes/here/
+
||/string/en/
||filename.stf
+
||shared.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||Output hopper full.  Shutting down.
||Notes
+
||Message a player receives if they attempt to use the /harvesteractivate command and the harvester's hopper is full
||Examples
+
||[[Harvester Operation 1 (Example)|Example]]
 +
 
 +
 
 +
 
 +
|- align="center"
 +
||harvester_no_resource
 +
||/string/en/
 +
||shared.stf
 +
||internal_command_string
 +
||No resource selected.  Shutting down.
 +
||Message a player receives if they use the /harvesteractivate command and have not selected a resource
 +
||[[Harvester Operation 2 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||harvester_resource_depleted
 +
||/string/en/
 +
||shared.stf
 +
||internal_command_string
 +
||Resource has been depleted.  Shutting down.
 +
||Message given if the harvester has selected a resource to harvest and the player initiates a /harvesteractivate command right when the resource shifts out.
 +
||[[Harvester Operation 3 (Example)|Example]]
 +
 
 +
 
 +
 
 
|}
 
|}
 
|}
 
|}

Latest revision as of 19:14, 12 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

Harvester Operation (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
harvester_hopper_full /string/en/ shared.stf internal_command_string Output hopper full. Shutting down. Message a player receives if they attempt to use the /harvesteractivate command and the harvester's hopper is full Example


harvester_no_resource /string/en/ shared.stf internal_command_string No resource selected. Shutting down. Message a player receives if they use the /harvesteractivate command and have not selected a resource Example
harvester_resource_depleted /string/en/ shared.stf internal_command_string Resource has been depleted. Shutting down. Message given if the harvester has selected a resource to harvest and the player initiates a /harvesteractivate command right when the resource shifts out. Example