Difference between revisions of "Banking (Game Messages)"
From SWGANH Wiki
(→Tipping) |
(→Tipping) |
||
Line 72: | Line 72: | ||
== Tipping == | == Tipping == | ||
− | |||
{| align="center" | {| align="center" | ||
Line 80: | Line 79: | ||
|- 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" style="background-color:#F1F1F1;" | ||
+ | |bank_to_escrow||/string/en/||base_player.stf||internal_command_string||An amount of %DI credits have been transferred from your bank to escrow. It will be delivered to %TO as soon as possible.||Message a player receives just after they bank tip a player.||[[Tipping1 (Example)|Example]] | ||
|- align="center" | |- align="center" | ||
− | | | + | |escrow_withdraw_failed||/string/en/||base_player.stf||internal_command_string||%TO attempted to transfer %DI credits to you via bank wire. The transfer from escrow to your bank account failed. %TO has been refunded.||(Unknown)||[[Tipping2 (Example)|Example]] |
− | |/string/en/ | + | |- align="center" style="background-color:#F1F1F1;" |
− | |base_player.stf | + | |failed_escrow_refund||/string/en/||base_player.stf||internal_command_string||Your attempt to transfer %DI credits to %TO via a bank wire failed. The attempt to refund the money to you from an escrow account also failed. Please contact a CSR for a manual refund.||(Unknown)||[[Tipping3 (Example)|Example]] |
− | |internal_command_string | + | |
− | | | + | |
− | | | + | |
− | |[[ | + | |
|- align="center" | |- align="center" | ||
− | | | + | |prose_tip_abort||/string/en/||base_player.stf||internal_command_string||Aborting last attempted /tip to %TT...||(Unknown)||[[Tipping4 (Example)|Example]] |
− | |/string/en/ | + | |- align="center" style="background-color:#F1F1F1;" |
− | |base_player.stf | + | |prose_tip_invalid_amt||/string/en/||base_player.stf||internal_command_string||/TIP: invalid amount ("%DI").||(Unknown)||[[Tipping5 (Example)|Example]] |
− | |internal_command_string | + | |
− | | | + | |
− | |(Unknown) | + | |
− | |[[ | + | |
|- align="center" | |- align="center" | ||
− | | | + | |prose_tip_invalid_param||/string/en/||base_player.stf||internal_command_string||/TIP: invalid amount ("%TO") parameter.||Message a player receives when they use the /tip command with an improper parameter or value such as giving 0 as an amount to tip. Attempting to tip an offline, or non existant or player that is not in range will result in this message also. The message is also gained when you use the wrong syntax for the tip or if the tip is too large of a figure to be a valid syntax..||[[Tipping6 (Example)|Example]] |
− | |/string/en/ | + | |- align="center" style="background-color:#F1F1F1;" |
− | |base_player.stf | + | |prose_tip_nsf_bank||/string/en/||base_player.stf||internal_command_string||You lack the bank funds to wire %DI credits to %TT.||Message a player receives when they attempt to perform a bank tip to a player when they do not have enough credits to cover the designated tip. (this is a sperate issue than from surcharge value)||[[Tipping7 (Example)|Example]] |
− | |internal_command_string | + | |
− | | | + | |
− | |( | + | |
− | |[[ | + | |
|- align="center" | |- align="center" | ||
− | | | + | |prose_tip_nsf_cash||/string/en/||base_player.stf||internal_command_string||You lack the cash funds to tip %DI credits to %TT.||Message a player receives when they do not have the cash on hand or hard credits to /tip a player.||[[Tipping8 (Example)|Example]] |
− | |/string/en/ | + | |- align="center" style="background-color:#F1F1F1;" |
− | |base_player.stf | + | |prose_tip_nsf_wire||/string/en/||base_player.stf||internal_command_string||You do not have %DI credits (surcharge included) to tip the desired amount to %TT.||Message a player receives when the have enough money to bank tip the desired credits to a player, but they do not have enough when factoring in the sur charge.||[[Tipping9 (Example)|Example]] |
− | |internal_command_string | + | |
− | | | + | |
− | |( | + | |
− | |[[ | + | |
|- align="center" | |- align="center" | ||
− | | | + | |prose_tip_pass_self||/string/en/||base_player.stf||internal_command_string||You successfully tip %DI credits to %TT.||Message a player receives when they successfully tip credits to another player.||[[Tipping10 (Example)|Example]] |
− | |/string/en/ | + | |- align="center" style="background-color:#F1F1F1;" |
− | |base_player.stf | + | |prose_tip_pass_target||/string/en/||base_player.stf||internal_command_string||%TT tips you %DI credits.||Message a player receives when they receive credits from a nother player into their on-hand credit pool.||[[Tipping11 (Example)|Example]] |
− | |internal_command_string | + | |
− | | | + | |
− | |( | + | |
− | |[[ | + | |
|- align="center" | |- align="center" | ||
− | | | + | |prose_tip_range||/string/en/||base_player.stf||internal_command_string||You are too far away to tip %TT with cash. You can send a wire transfer instead.||Message a player receives when they attempt to perform a tip on a player that is too far away for them to tip normally. This means that the tip defaults to a bank tip.||[[Tipping12 (Example)|Example]] |
− | |/string/en/ | + | |- align="center" style="background-color:#F1F1F1;" |
− | |base_player.stf | + | |received_escrow_refund||/string/en/||base_player.stf||internal_command_string||Your attempt to transfer %DI credits to %TO via a bank wire failed. The money has been refunded to you (minus transfer fee) from the escrow account.||(Unknown)||[[Tipping13 (Example)|Example]] |
− | |internal_command_string | + | |
− | | | + | |
− | |Message a player receives when they | + | |
− | |[[ | + | |
|- align="center" | |- align="center" | ||
− | | | + | |tip_abort||/string/en/||base_player.stf||internal_command_string||Aborting last /tip attempt...||(Unknown)||[[Tipping14 (Example)|Example]]| |
− | |/string/en/ | + | |- align="center" style="background-color:#F1F1F1;" |
− | |base_player.stf | + | |tip_clear||/string/en/||base_player.stf||internal_command_string||Clearing last /tip transaction information...||(Unknown)||[[Tipping15 (Example)|Example]] |
− | |internal_command_string | + | |
− | | | + | |
− | | | + | |
− | |[[ | + | |
|- align="center" | |- align="center" | ||
− | | | + | |tip_error||/string/en/||base_player.stf||internal_command_string||There was an error processing your /tip request. Please try again.||(Unknown)||[[Tipping16 (Example)|Example]] |
− | |/string/en/ | + | |- align="center" style="background-color:#F1F1F1;" |
− | |base_player.stf | + | |tip_nsf||/string/en/||base_player.stf||internal_command_string||It appears that you have insufficient cash credits to tip that much.||(Unknown)||[[Tipping17 (Example)|Example]] |
− | |internal_command_string | + | |
− | | | + | |
− | | | + | |
− | |[[ | + | |
|- align="center" | |- align="center" | ||
− | | | + | |tip_syntax||/string/en/||base_player.stf||internal_command_string||SYNTAX: /tip <amount> (to current target) or /tip <name> <amount>||Message a player receives when they use the /tip command without parameters or if the parameters are incorrect.||[[Tipping18 (Example)|Example]] |
− | | | + | |- align="center" style="background-color:#F1F1F1;" |
− | + | |tip_target_offline||/string/en/||base_player.stf||internal_command_string||You cannot tip someone who is not online.||(Unknown)||[[Tipping19 (Example)|Example]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |/string/en/ | + | |
− | | | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |base_player.stf | + | |
− | | | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |internal_command_string | + | |
− | | | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |SYNTAX: /tip <amount> (to current target) or /tip <name> <amount> | + | |
− | |Message a player receives when they use the /tip command without parameters or if the parameters are incorrect. | + | |
− | |[[Tipping18 (Example)|Example]] | + | |
− | |- align="center" | + | |
− | |tip_target_offline | + | |
− | |/string/en/ | + | |
− | |base_player.stf | + | |
− | |internal_command_string | + | |
− | |You cannot tip someone who is not online. | + | |
− | |(Unknown) | + | |
− | |[[Tipping19 (Example)|Example]] | + | |
|- align="center" | |- align="center" | ||
|} | |} |
Revision as of 10:12, 7 June 2008
Game Messages - Banking
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
|
Email / System Messagesfile:///C:/anhwork/downloads/All-Logs/Helzephyr/Chatlog_2/31183221222.uis_1_.html 02:13:40 You lack the bank funds to wire 40000 credits to %TT.
Tipping
Banking
Credit Network
Bank Tip SUI
Banking E-mail
|