Difference between revisions of "Bartender (System 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)}...)
 
(Related Tags)
 
(One intermediate revision by the same user not shown)
Line 50: Line 50:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D25%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game Messages}}
Line 66: Line 66:
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|- align="center"
 
|- align="center"
||ID Value
+
||inv_full
 
||/string/en/
 
||/string/en/
 
||bartender.stf
 
||bartender.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||The bartender was unable to hand you your %TO. It is likely your inventory is full.
||Notes
+
||Message sent if a player attempts to purchase a beverage and their inventory is full.
 
||[[Bartender Messages 1 (Example)|Example]]
 
||[[Bartender Messages 1 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||prose_buy_fail
 +
||/string/en/
 +
||bartender.stf
 +
||internal_command_string
 +
||You were unable to purchase %TO. Perhaps you do not have enough credits?
 +
||Message sent if a player attempts to purchase a beverage and they do not have enough credits to purchase it.
 +
||[[Bartender Messages 2 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||prose_buy_pass
 +
||/string/en/
 +
||bartender.stf
 +
||internal_command_string
 +
||You successfully purchase a %TT for %DI credits.
 +
||Message sent to a player if they are able to purchase the beverage.
 +
||[[Bartender Messages 3 (Example)|Example]]
 
|}
 
|}
 
|}
 
|}

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

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
inv_full /string/en/ bartender.stf internal_command_string The bartender was unable to hand you your %TO. It is likely your inventory is full. Message sent if a player attempts to purchase a beverage and their inventory is full. Example


prose_buy_fail /string/en/ bartender.stf internal_command_string You were unable to purchase %TO. Perhaps you do not have enough credits? Message sent if a player attempts to purchase a beverage and they do not have enough credits to purchase it. Example


prose_buy_pass /string/en/ bartender.stf internal_command_string You successfully purchase a %TT for %DI credits. Message sent to a player if they are able to purchase the beverage. Example