Difference between revisions of "Bank Tipping Emails (Game Mechanics)"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageCleanup}} {{PageHeader|Game Mechanics|Mechanics Category}} {| border="0" width="100%" cellpadding=6 |- |valign=top| =Navigation= {| align="center" width="280px" |- || {{Auction (Mes...)
 
(Game Mechanics)
Line 57: Line 57:
 
|}
 
|}
  
= Game Mechanics =
+
== Banking E-mail  ==
 +
 
 +
{| align="center"
 +
|-
 +
||
 +
{| class="anhsmalltable"
 +
|- align="center" style="background-color:#ffffcc;"
 +
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Subject'''||'''Message'''||'''Notes'''||'''Examples'''
 +
|- align="center" style="background-color:#F1F1F1;"
 +
||prose_wire_mail_from||/string/en/||base_player.stf||internal_command_string||On behalf of %TO|| ||(Unknown)||[[Bank Email1 (Example)|Example]]
 +
|- align="center"
 +
||prose_wire_mail_self||/string/en/||base_player.stf||internal_command_string|| ||%TO has received %DI credits from you, via bank wire transfer.||This is the email body message sent to the player after they have sent another player a bank tip. This is a notification that the other player has received the funds.||[[Bank Email2 (Example)|Example]]
 +
|- align="center" style="background-color:#F1F1F1;"
 +
||prose_wire_mail_target||/string/en/||base_player.stf||internal_command_string|| ||%DI credits from %TO have been successfully delivered from escrow to your bank account.||This is the email body message send to a player when another player has sent them credits via a bank tip.  This is a notification that they have received the credits.||[[Bank Email3 (Example)|Example]]
 +
|- align="center"
 +
||prose_wire_pass_self||/string/en/||base_player.stf||internal_command_string|| ||You have successfully sent %DI bank credits to %TO.||(Unknown)||[[Bank Email4 (Example)|Example]]
 +
|- align="center" style="background-color:#F1F1F1;"
 +
|prose_wire_pass_target||/string/en/||base_player.stf||internal_command_string|| ||You have successfully received %DI bank credits from %TO.||(Unknown)||[[Bank Email5 (Example)|Example]]
 +
|- align="center"
 +
||wire_mail_subject||/string/en/||base_player.stf||internal_command_string||Bank Transfer Complete...|| ||E-mail subject header for bank tip messages.||[[Bank Email6 (Example)|Example]]
 +
|- align="center" style="background-color:#F1F1F1;"
 +
||wire_pass_self||/string/en/||base_player.stf||internal_command_string|| ||Your /tip transaction was successfully completed.||(Unknown)||[[Bank Email7 (Example)|Example]]
 +
|- align="center"
 +
|}
 +
|}
  
  

Revision as of 05:30, 10 February 2009




Game Mechanics - Mechanics 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.

Mechanics This document is about game mechanics.

Banking E-mail

ID Path Filename Trigger Subject Message Notes Examples
prose_wire_mail_from /string/en/ base_player.stf internal_command_string On behalf of %TO (Unknown) Example
prose_wire_mail_self /string/en/ base_player.stf internal_command_string %TO has received %DI credits from you, via bank wire transfer. This is the email body message sent to the player after they have sent another player a bank tip. This is a notification that the other player has received the funds. Example
prose_wire_mail_target /string/en/ base_player.stf internal_command_string %DI credits from %TO have been successfully delivered from escrow to your bank account. This is the email body message send to a player when another player has sent them credits via a bank tip. This is a notification that they have received the credits. Example
prose_wire_pass_self /string/en/ base_player.stf internal_command_string You have successfully sent %DI bank credits to %TO. (Unknown) Example
prose_wire_pass_target /string/en/ base_player.stf internal_command_string You have successfully received %DI bank credits from %TO. (Unknown) Example
wire_mail_subject /string/en/ base_player.stf internal_command_string Bank Transfer Complete... E-mail subject header for bank tip messages. Example
wire_pass_self /string/en/ base_player.stf internal_command_string Your /tip transaction was successfully completed. (Unknown) Example



Source References

Source Source in Context