Difference between revisions of "General Group Messages (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)}...)
 
(System Messages)
Line 59: Line 59:
 
== System Messages ==
 
== System Messages ==
  
{| align="center"
+
 
|-
+
{|
||
+
 
{| class="anhsmalltable"
 
{| class="anhsmalltable"
 
|- align="center" style="background-color:#ffffcc;"
 
|- align="center" style="background-color:#ffffcc;"
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
+
|ID
|- align="center"
+
|Path
||ID Value||/path/goes/here/||filename.stf||internal_command_string||System Message Text||Notes||Examples
+
|Filename
 +
|Trigger
 +
|Body
 +
|Notes
 +
|Examples
 +
 
 +
|----
 +
|must_be_leader
 +
|/string/en/
 +
|group.stf
 +
|internal_command_string
 +
|You must be the group leader perform this action.
 +
|Message that a group member receives if they attempt to use abilities that only the group leader can use such as /invite , /uninvite, /makeleader, and possibly group options if implemented.
 +
|[[Group_Example1 (Example)|Example]]
 +
|----
 +
|must_eject_first
 +
|/string/en/
 +
|group.stf
 +
|internal_command_string
 +
|You are not allowed to do that while in a ship.  Please eject first.
 +
|(Unknown)
 +
|
 +
|----
 +
|new_leader
 +
|/string/en/
 +
|group.stf
 +
|internal_command_string
 +
|%TU is now the group leader.
 +
|Message that the group receives when the group leader is changed or if the original group leader is removed from the group via LD or if they pass leadership on using /makeleader playername command.
 +
|[[Group_Example2 (Example)|Example]]
 +
|----
 +
|prose_leader_changed
 +
|/string/en/
 +
|group.stf
 +
|internal_command_string
 +
|%TU has abdicated group leadership to %TT.
 +
|(Unknown)
 +
|
 +
|----
 +
|still_waiting
 +
|/string/en/
 +
|group.stf
 +
|internal_command_string
 +
|Still waiting for your group members...
 +
|(Unknown) Possibly a connection to waiting on lagged individuals to zone into space before being able to move?
 +
|[[Group_Example3 (Example)|Example]]
 +
|----
 +
|prose_generic_msg
 +
|/string/en/
 +
|group.stf
 +
|internal_command_string  
 +
|[GROUP] %TO
 +
|(Unknown)
 +
|
 +
|----
 +
|not_group_leader
 +
|/string/en/
 +
|error_message.stf
 +
|internal_command_string
 +
|Only the group leader may perform the requested action.
 +
|(Unknown)
 +
|
 +
|----
 +
|not_grouped
 +
|/string/en/
 +
|error_message.stf
 +
|internal_command_string
 +
|You cannot perform this command because you are not grouped.
 +
|Message that a player receives when they attempt to use group commands while they are not part of a group.
 +
|[[Group_Example4 (Example)|Example]]
 +
|----
 
|}
 
|}
 
|}
 
|}

Revision as of 02:03, 30 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

Template (Game Messages)

Related Tags

0% This document has not been started.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Body Notes Examples
must_be_leader /string/en/ group.stf internal_command_string You must be the group leader perform this action. Message that a group member receives if they attempt to use abilities that only the group leader can use such as /invite , /uninvite, /makeleader, and possibly group options if implemented. Example
must_eject_first /string/en/ group.stf internal_command_string You are not allowed to do that while in a ship. Please eject first. (Unknown)
new_leader /string/en/ group.stf internal_command_string %TU is now the group leader. Message that the group receives when the group leader is changed or if the original group leader is removed from the group via LD or if they pass leadership on using /makeleader playername command. Example
prose_leader_changed /string/en/ group.stf internal_command_string %TU has abdicated group leadership to %TT. (Unknown)
still_waiting /string/en/ group.stf internal_command_string Still waiting for your group members... (Unknown) Possibly a connection to waiting on lagged individuals to zone into space before being able to move? Example
prose_generic_msg /string/en/ group.stf internal_command_string [GROUP] %TO (Unknown)
not_group_leader /string/en/ error_message.stf internal_command_string Only the group leader may perform the requested action. (Unknown)
not_grouped /string/en/ error_message.stf internal_command_string You cannot perform this command because you are not grouped. Message that a player receives when they attempt to use group commands while they are not part of a group. Example