Banking (Game Messages)

From SWGANH Wiki
Revision as of 07:29, 17 August 2009 by Ready (Talk | contribs) (Related Tags)

Jump to: navigation, search

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.


Navigation

Description

Banking Game Messages

Related Tags

25% This document has been partially completed.

Game Messages This document refers to internal SWG Messages.

Email / System Messages

file:///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.
02:13:53 You have joined the bank
02:14:05 You successfully deposit 29096 credits to your account.
02:14:12 You have quit the bank
02:14:22 You do not have 42000 credits (surcharge included) to tip the desired amount to bryssk.
02:14:53 An amount of 35000 credits have been transferred from your bank to escrow. It will be delivered to bryssk as soon as possible.



Tipping

ID Path Filename Trigger Message Notes Examples
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. Example
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. Patch 14) Example
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) Example
prose_tip_abort /string/en/ base_player.stf internal_command_string Aborting last attempted /tip to %TT... (Unknown) Example
prose_tip_invalid_amt /string/en/ base_player.stf internal_command_string /TIP: invalid amount ("%DI"). (Unknown) Example
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.. Example
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) Example
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. Example
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. Example
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. Example
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. Example
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. Example
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) Example
tip_abort /string/en/ base_player.stf internal_command_string Aborting last /tip attempt... (Unknown) Example|
tip_clear /string/en/ base_player.stf internal_command_string Clearing last /tip transaction information... (Unknown) Example
tip_error /string/en/ base_player.stf internal_command_string There was an error processing your /tip request. Please try again. (Unknown) Example
tip_nsf /string/en/ base_player.stf internal_command_string It appears that you have insufficient cash credits to tip that much. (Unknown) Example
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. Example
tip_target_offline /string/en/ base_player.stf internal_command_string You cannot tip someone who is not online. (Unknown) Example
(unknown) (unknown) (unknown) internal_command_string You can't use yourself as a target for /tip! This is a server only message sent if the player attempts to tip themself by targeting themself and doing /tip amount or by using /tip name amount. Example
(unknown) (unknown) (unknown) internal_command_string You may not use /tip on '%TT' This is a server only message sent if the player attempts to use tip on a non valid target such as an npc, pet, building, item etc. Example
(unknown) (unknown) (unknown) internal_command_string You may only /tip to valid player targets! This is a server only message sent if the player attempts to use tip on a non valid target such as an npc, pet, building, item etc. Example
tip_target_bad /string/en/ error_message.stf internal_command_string The target isn't valid for a /tip operation. Example

Banking

ID Path Filename Trigger Message Prompt Notes
bank_success /string/en/ base_player.stf internal_command_string Bank transaction successfully completed.
prose_deposit_success /string/en/ base_player.stf internal_command_string You successfully deposit %DI credits to your account. Message received after using deposit or depositall bank options. Example
prose_withdraw_success /string/en/ base_player.stf internal_command_string You successfully withdraw %DI credits from your account. Message received after using withdraw or withdraw all bank options. Example
already_member_of_bank /string/en/ system_msg.stf internal_command_string You are already a member of this bank. Message a player receives when they attempt to join a bank on a planet of which they are already a member on. Example
bank_not_empty /string/en/ system_msg.stf internal_command_string You cannot quit the bank while you still have items in it. Message a player receives when they attempt to quit a bank when they have items still in their safety deposit box. Example
member_of_different_bank /string/en/ system_msg.stf internal_command_string You cannot join this bank while you are already a member of a different bank. Message a player receives when they attempt to join a bank on another planet when they are already a member of a bank in a different location. Example
succesfully_joined_bank /string/en/ system_msg.stf internal_command_string You have joined the bank Message a player receives when they successfully join a bank. Example
succesfully_quit_bank /string/en/ system_msg.stf internal_command_string You have quit the bank Message a player receives when they successfully quit a bank. Example
bank_deposit /string/en/ error_message.stf internal_command_string There has been an error during an attempt to deposit funds to your bank account. Verify you have sufficient funds for the desired transaction. Example
bank_error /string/en/ error_message.stf internal_command_string An unknown error occurred during your banking transaction. Please contact a GM. Example
bank_menu_open /string/en/ error_message.stf internal_command_string Your transaction request has been denied because you have a bank menu open. Example
bank_null_transaction /string/en/ error_message.stf internal_command_string Your banking transaction request must be for an amount greater than zero. Example
bank_transfer /string/en/ error_message.stf internal_command_string There has been an error during an attempt to transfer funds from your bank account. Verify you have sufficient funds for the desired transaction. Example
bank_withdraw /string/en/ error_message.stf internal_command_string There has been an error during an attempt to withdraw funds from your bank account. Verify you have sufficient funds for the desired transaction. Example
cash_transfer /string/en/ error_message.stf internal_command_string There has been an error during an attempt to transfer funds from your on-hand cash. Verify you have sufficient funds for the desired transaction. Example
insufficient_funds_bank /string/en/ error_message.stf internal_command_string You lack the bank funds to complete this transaction request. Example
insufficient_funds_cash /string/en/ error_message.stf internal_command_string You lack the cash funds to complete this transaction request. Example

Credit Network

ID Path Filename Trigger Message Notes Examples
badgroupcoinsplit /string/en/money/ acct_n.stf internal_command_string Group Split Error Account (unknown) Example
bank /string/en/money/ acct_n.stf internal_command_string bank This is probably the account into which accepts funds sent in by players for their bank withdrawals and deposits, and/or by which their purchases are deducted from such as from the bazaar, player vendors or npcs selling goods. Example
bazaarsystem /string/en/money/ acct_n.stf internal_command_string the Galactic Trade Commission This is probably the account into which accepts funds sent in by player vendor maintenance to pay for merchant fees such as global ad campaign if the merchant has their vendor setup to be part of the global ad campaign. Example
betatest /string/en/money/ acct_n.stf internal_command_string Beta Test Fund (unknown) Example
bountysystem /string/en/money/ acct_n.stf internal_command_string Bounty System This is probably the account into which offers payouts to players who successfully complete player jedi bounties or bounty hunter missions in general. Example
cantinadrink /string/en/money/ acct_n.stf internal_command_string Cantina Drink This is probably the account into which accepts the funds sent by a player when they purchase drinks from the bartender. Example
charactercreation /string/en/money/ acct_n.stf internal_command_string Character Creation This is probably the account into which the player receives their starting funds from, perhaps if they decide to skip tutorial? Example
cloningsystem /string/en/money/ acct_n.stf internal_command_string Cloning System This is probably the account into which accepts the funds sent by a player when they are using a cloning terminal. Example
corpseexpiration /string/en/money/ acct_n.stf internal_command_string Corpse Expiration Tracking (unknown) Example
customerservice /string/en/money/ acct_n.stf internal_command_string Customer Service (unknown) Example
dispensersystem /string/en/money/ acct_n.stf internal_command_string Dispenser System (unknown) Example
fines /string/en/money/ acct_n.stf internal_command_string Contraband Scanning Fines This is probably the account into which accepts the funds taken from a player's bank account when the player has to pay a fine after failing an imperial or rebel scan. This also possibly tallys the outstanding fines a player has and records them. Example
gamblingcardsabacc /string/en/money/ acct_n.stf internal_command_string Sabacc Account This is probably the account into which accepts the funds sent in by a player when they participate in the sabaac card game at lok cantina. It is probably also the same account used for payouts when the player wins. Example
gamblingroulette /string/en/money/ acct_n.stf internal_command_string Roulette Account This is probably the account into which accepts funds sent in by a player when they participate in the Roulette games in the hotels/casinos/jabbas palace. It is probably also used for payouts. Example
gamblingslotstandard /string/en/money/ acct_n.stf internal_command_string Standard Slot Machine Account This is probably the account into which accepts funds sent in by a player when they participate in a slot machine in hotels/casinos. It is probably also used for payouts as well. Example
imperialfaction /string/en/money/ acct_n.stf internal_command_string the Empire This is probably the account used in which sends player's funds from imperial based missions and quests. Example
insurancesystem /string/en/money/ acct_n.stf internal_command_string Insurance System This is probably the account into which accepts funds sent in by players to pay for their insured equipment. Example
jabbaspalace /string/en/money/ acct_n.stf internal_command_string Jabba the Hutt This is probably the account into which offers payouts to players performing quests for jabba. Example
junkdealer /string/en/money/ acct_n.stf internal_command_string Junk Dealer This is probably the account into which offers players money for their junk turn ins. Example
missionsystemdynamic /string/en/money/ acct_n.stf internal_command_string Dynamic Mission System This is probably the account into which offers players payouts for various missions from terminals. Example
missionsystemplayer /string/en/money/ acct_n.stf internal_command_string Player Mission System (unknown) Example
newbietutorial /string/en/money/ acct_n.stf internal_command_string Newbie Tutorial This is probably the account into which the player receives cash from the space tutorial where the player is given compensation. Example
newplayerquests /string/en/money/ acct_n.stf internal_command_string New Player Quests This is probably the account into which the player receives cash from the droid tutorial quests. Example
npcloot /string/en/money/ acct_n.stf internal_command_string NPC Loot This is probably the account into which the player receives cash from npc corpses. Example
poisystem /string/en/money/ acct_n.stf internal_command_string POI System (unknown) Example
rebelfaction /string/en/money/ acct_n.stf internal_command_string Rebellion This is probably the account into which offers payouts to players performing quests and missions for the rebellion. Example
relicdealer /string/en/money/ acct_n.stf Relic Dealer (Unknown) Example
shippingsystem /string/en/money/ acct_n.stf internal_command_string the Galactic Shipping Commission This is probably the account into which accepts funds sent in by players to pay for bazaar listing fees and premium auctions. Example
skilltrainingsystem /string/en/money/ acct_n.stf internal_command_string Skill Training Union This is probably the account into which accepts funds sent in by players to pay for their skill training. Example
structuremaintanence /string/en/money/ acct_n.stf internal_command_string Structure Maintenance This is probably the account into which accepts funds sent in by players to pay for their maintenance on structures. Example
testing /string/en/money/ acct_n.stf internal_command_string Testing (Unknown) Example
tipsurcharge /string/en/money/ acct_n.stf internal_command_string Tip Surcharge This is probably the account into which accepts funds sent in by players to pay for their banking sur charges. Example
travelsystem /string/en/money/ acct_n.stf internal_command_string the Galactic Travel Commission This is probably the account into which accepts funds sent in by players to pay for their ticket costs on shuttles. Example
vehiclerepairs /string/en/money/ acct_n.stf internal_command_string Vehicle Repair System This is probably the account into which accepts funds sent in by players to pay for their vehicle repair costs at garages. Example
vendormaintanence /string/en/money/ acct_n.stf internal_command_string Vendor Wages This is probably the account into which accepts funds sent in by players to pay for their maintenance on vendors. Example

Credit Network Transactions

width="100px"|ID Path Filename Trigger Body Notes Examples
prose_buy_pass /string/en/ bartender.stf internal_command_string You successfully purchase a %TT for %DI credits. Message given to a player after they have purchased a drink from a bartender in the cantinas. Example
prose_pay_acct_success /string/en/ base_player.stf internal_command_string You successfully make a payment of %DI credits to %TO. Message a player receives when they are purchasing an item or service from a specific service system or organization. Fines are also part of this system. These include things such as "the galactic travel commission," "the Empire." Example
prose_pay_success /string/en/ base_player.stf internal_command_string You successfully make a payment of %DI credits to %TT. Message a player receives when they are purchasing an item or service from their current look at target. This includes things like Trainers, Cloning, Insurance terminals. Example
prose_pay_success_no_target /string/en/ base_player.stf internal_command_string You successfully make a payment of %DI credits. Example
sale_fee /string/en/ base_player.stf internal_command_string The fee for your listing is %DI credits. This is the credit listing fee for the bazaar. May be also for premium auction as well. Example
prose_pay_acct_fail /string/en/ error_message.stf internal_command_string Your attempt to pay %DI credits to %TO has failed. (Unknown) Example


prose_pay_nsf /string/en/ error_message.stf internal_command_string You have insufficient funds to pay %DI credits to %TT. Example
prose_pay_fail /string/en/ error_message.stf internal_command_string Your attempt to pay %DI credits to %TT has failed. Example

Bank Safety Deposit Box UI

ID Path Filename Trigger Window Title Window Description SUI Button Label Window Contents


Safety Deposit

Bank Deposit/Withdrawal UI

ID Path Filename Trigger Window Title Window Description SUI Button Label Window Contents
bank_title /string/en/ base_player.stf internal_command_string Banking
bank_prompt /string/en/ base_player.stf internal_command_string Please select the amounts for each account.
Cancel
Revert
OK
Deposit/Withdraw

Bank Tip SUI

ID Path Filename Trigger Title Description Button Label Window Contents
tip_wire_title /string/en/ base_player.stf internal_command_string Confirm Bank Transfer
tip_wire_prompt /string/en/ base_player.stf internal_command_string A surcharge of 5% will be added to your requested bank-to-bank transfer amount. Would you like to continue?
No
Yes
Bank Tipping

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