Difference between revisions of "Trading (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(UI)
Line 387: Line 387:
 
|- 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"
 +
||aborted
 +
||/string/en/
 +
||ui_trade.stf
 +
||internal_command_string
 +
||The secure trade has been cancelled.
 +
||
 +
||[[Trading Example1 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||acceptable
 +
||/string/en/
 +
||ui_trade.stf
 +
||internal_command_string
 +
||Accept Trade
 +
||
 +
||[[Trading Example2 (Example)|Example]]
 +
 +
|- align="center"
 +
||offer_money_self
 +
||/string/en/
 +
||ui_trade.stf
 +
||internal_command_string
 +
||Offer Money
 +
||
 +
||[[Trading Example5 (Example)|Example]]
 +
 +
|- align="center"
 +
||offer_money_other
 +
||/string/en/
 +
||ui_trade.stf
 +
||internal_command_string
 +
||Money Offered
 +
||
 +
||[[Trading Example6 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||waiting_complete_prose
 +
||/string/en/
 +
||ui_trade.stf
 +
||internal_command_string
 +
||Now waiting for %TU to complete the trade...
 +
||
 +
||[[Trading Example18 (Example)|Example]]
 +
 +
|- align="center"
 +
||acceptable_other
 +
||/string/en/
 +
||ui_trade.stf
 +
||internal_command_string
 +
||Accepted
 +
||
 +
||[[Trading Example20 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||help_other_conta
 +
||/string/en/
 +
||ui_trade.stf
 +
||internal_command_string
 +
||This is where you put items that you are willing to trade.
 +
||
 +
||[[Trading Example22 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||help_other_container
 +
||/string/en/
 +
||ui_trade.stf
 +
||internal_command_string
 +
||This is where the other participant puts items that they want to trade.
 +
||
 +
||[[Trading Example23 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||help_self_info
 +
||/string/en/
 +
||ui_trade.stf
 +
||internal_command_string
 +
||The description of the currently selected item.
 +
||
 +
||[[Trading Example24 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||help_other_info
 +
||/string/en/
 +
||ui_trade.stf
 +
||internal_command_string
 +
||The info about the currently selected item.
 +
||
 +
||[[Trading Example25 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||help_self_money
 +
||/string/en/
 +
||ui_trade.stf
 +
||internal_command_string
 +
||How much money you wish to offer as part of the trade.
 +
||
 +
||[[Trading Example26 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||help_other_money
 +
||/string/en/
 +
||ui_trade.stf
 +
||internal_command_string
 +
||How much money the other participant is willing to offer.
 +
||
 +
||[[Trading Example27 (Example)|Example]]
 +
 +
 +
 +
 +
|- align="center"
 +
||help_self_accept
 +
||/string/en/
 +
||ui_trade.stf
 +
||internal_command_string
 +
||Click this checkbox when you find the trade acceptable.
 +
||
 +
||[[Trading Example28 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||help_other_accept
 +
||/string/en/
 +
||ui_trade.stf
 +
||internal_command_string
 +
||This checkbox shows whether the other participanet has accepted the trade conditions.
 +
||
 +
||[[Trading Example29 (Example)|Example]]
 +
 +
|- align="center"
 +
||help_self_container
 +
||/string/en/
 +
||ui_trade.stf
 +
||internal_command_string
 +
||Place items here that you want to offer as part of the trade.
 +
||
 +
||[[Trading Example30 (Example)|Example]]
 +
 +
  
 
|}
 
|}
 
|}
 
|}

Revision as of 10:35, 19 February 2008

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 Message Notes Examples


add_item_failed_prose /string/en/ ui_trade.stf internal_command_string You cannot trade %TT. Example
complete /string/en/ ui_trade.stf internal_command_string Secure Trade Completed Message received by both players when a trade transaction is finished successfully. Example


offer_money_self /string/en/ ui_trade.stf internal_command_string Offer Money Example
offer_money_other /string/en/ ui_trade.stf internal_command_string Money Offered Example


out_of_range_prose /string/en/ ui_trade.stf internal_command_string You are too far away from %TT to trade. The trade has been cancelled. Message occurs when the player moves beyond the 8 meter range set for trade requests and acceptance. Example


request_player_busy_no_obj /string/en/ ui_trade.stf internal_command_string That person is already trading with someone else. (Unknown) Example


request_player_busy_prose /string/en/ ui_trade.stf internal_command_string %TU is already trading with someone else. Example


request_player_denied_no_obj /string/en/ ui_trade.stf internal_command_string That person denied your trade request. (Unknown) Example


request_player_denied_prose /string/en/ ui_trade.stf internal_command_string %TU denied your trade request. Example


request_player_unreachable_no_obj /string/en/ ui_trade.stf internal_command_string The person you want to trade with is unreachable. (Unknown) Example


request_player_unreachable_prose /string/en/ ui_trade.stf internal_command_string You can't trade with %TT because %ST is unreachable. Example


request_sent_prose /string/en/ ui_trade.stf internal_command_string Trade request sent to %TU. Message received when a player attempts to initiate a trade with another player. Example


requested_prose /string/en/ ui_trade.stf internal_command_string %TU wants to trade with you. Message received by the player that is being sent a trade request. Example


start_fail_target_other_prose /string/en/ ui_trade.stf internal_command_string You cannot start a trade with %TT while you are trading with %TO. Example


target_lost /string/en/ ui_trade.stf internal_command_string Your trading target was lost. Example


waiting_complete_prose /string/en/ ui_trade.stf internal_command_string Now waiting for %TU to complete the trade... Example


err_not_enough_money_prose /string/en/ ui_trade.stf internal_command_string You don't have %DI credits on hand to trade. Example


acceptable_other /string/en/ ui_trade.stf internal_command_string Accepted Example


err_not_enough_money /string/en/ ui_trade.stf internal_command_string You don't have enough credits to make the trade. Example


help_other_conta /string/en/ ui_trade.stf internal_command_string This is where you put items that you are willing to trade. Example


help_other_container /string/en/ ui_trade.stf internal_command_string This is where the other participant puts items that they want to trade. Example


help_self_info /string/en/ ui_trade.stf internal_command_string The description of the currently selected item. Example


help_other_info /string/en/ ui_trade.stf internal_command_string The info about the currently selected item. Example


help_self_money /string/en/ ui_trade.stf internal_command_string How much money you wish to offer as part of the trade. Example


help_other_money /string/en/ ui_trade.stf internal_command_string How much money the other participant is willing to offer. Example



help_self_accept /string/en/ ui_trade.stf internal_command_string Click this checkbox when you find the trade acceptable. Example


help_other_accept /string/en/ ui_trade.stf internal_command_string This checkbox shows whether the other participanet has accepted the trade conditions. Example
help_self_container /string/en/ ui_trade.stf internal_command_string Place items here that you want to offer as part of the trade. Example
err_max_free_trial_money /string/en/ ui_trade.stf internal_command_string You are limited to having %DI credits while participating in the free trial of Star Wars Galaxies. When you purchase Star Wars Galaxies, this limit will be removed. Example
start_fail_target_ship /string/en/ ui_trade.stf internal_command_string You cannot trade with a player in another ship. Message received by a player that is attempting to use the trade command on a player while in space. Example
start_fail_target_not_player /string/en/ ui_trade.stf internal_command_string You can only trade with other players. Message received when a player attempts to use the trade command without targeting another player. Example



UI

ID Path Filename Trigger Message Notes Examples
aborted /string/en/ ui_trade.stf internal_command_string The secure trade has been cancelled. Example


acceptable /string/en/ ui_trade.stf internal_command_string Accept Trade Example
offer_money_self /string/en/ ui_trade.stf internal_command_string Offer Money Example
offer_money_other /string/en/ ui_trade.stf internal_command_string Money Offered Example


waiting_complete_prose /string/en/ ui_trade.stf internal_command_string Now waiting for %TU to complete the trade... Example
acceptable_other /string/en/ ui_trade.stf internal_command_string Accepted Example


help_other_conta /string/en/ ui_trade.stf internal_command_string This is where you put items that you are willing to trade. Example


help_other_container /string/en/ ui_trade.stf internal_command_string This is where the other participant puts items that they want to trade. Example


help_self_info /string/en/ ui_trade.stf internal_command_string The description of the currently selected item. Example


help_other_info /string/en/ ui_trade.stf internal_command_string The info about the currently selected item. Example


help_self_money /string/en/ ui_trade.stf internal_command_string How much money you wish to offer as part of the trade. Example


help_other_money /string/en/ ui_trade.stf internal_command_string How much money the other participant is willing to offer. Example



help_self_accept /string/en/ ui_trade.stf internal_command_string Click this checkbox when you find the trade acceptable. Example


help_other_accept /string/en/ ui_trade.stf internal_command_string This checkbox shows whether the other participanet has accepted the trade conditions. Example
help_self_container /string/en/ ui_trade.stf internal_command_string Place items here that you want to offer as part of the trade. Example