Group Loot Notifications (Game Messages)

From SWGANH Wiki
Jump to: navigation, search




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

Group Loot Notifications (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 Body Notes Examples
notify_coin_loot_int /string/en/ group.stf internal_command_string [GROUP] %TU looted %DI credits from %TT. Notification to group that a player has looted a particular amount of credits. Example
notify_coin_loot_string /string/en/ group.stf internal_command_string [GROUP] %TU looted %TO credits from %TT. Notification to group that a player has looted a particular amount of credits. Example
notify_error_loot /string/en/ group.stf internal_command_string [GROUP] %TU looted %TT, but there was an error in the process. (Unknown)
notify_item_loot /string/en/ group.stf internal_command_string [GROUP] %TU looted %DI items from %TT. Notification to the group that a player has looted a certain number of items from the corpse. This message goes in tandem with notify_single_loot. Example
notify_no_loot /string/en/ group.stf internal_command_string [GROUP] %TU attempted to loot %TT, but was unable to carry any of the %DI items. (Unknown)
notify_partial_coin_loot_int /string/en/ group.stf internal_command_string [GROUP] %TU failed to loot credits from %TT. %DI credits remain on the corpse. (Unknown)
notify_partial_loot /string/en/ group.stf internal_command_string [GROUP] %TU was unable to loot %DI items from %TT. Notification to the group that a player was unable to loot items off a corpse and lists the number of remaining items that they did not loot. Example
notify_single_loot /string/en/ group.stf internal_command_string [GROUP] %TU looted %TO from %TT. Notification to the group that a player has looted a particular item from the corpse. If the player looted one or multiple items, then the item count is listed just prior to this as well. This message goes in tandem with notify_item_loot Example