mirror of
https://github.com/islehorse/HISP.git
synced 2025-05-04 02:24:50 +12:00
Add Trading :D
This commit is contained in:
parent
507d8910dc
commit
ee3fc56839
7 changed files with 237 additions and 13 deletions
DataCollection
|
@ -226,13 +226,13 @@
|
|||
"tag_button":"^B1X%PLAYERID%",
|
||||
"pm_button":"^B1P%PLAYERNAME%",
|
||||
"trade":{
|
||||
"trading_with":"^ATTrading with %PLAYERNAME%^H",
|
||||
"trading_with":"^ATTrading with %PLAYERNAME%",
|
||||
|
||||
"trade_wait_for_done":"^LWaiting for other player to click DONE.^R1",
|
||||
"other_player_is_done":"^LOther player is DONE adding things to the offer.^R1",
|
||||
"final_review":"<B>Final Trade Review - Only accept if you feel trade is 100% Fair!</B>",
|
||||
"final_review":"^H<B>Final Trade Review - Only accept if you feel trade is 100% Fair!</B>",
|
||||
|
||||
"you_offering":"<B>You are offering %PLAYERNAME% the following:</B> ",
|
||||
"you_offering":"^H<B>You are offering %PLAYERNAME% the following:</B> ",
|
||||
|
||||
"add_items":"^T6Add additional trade items:^D58|ADD^R1",
|
||||
"other_offering":"^H<B>%PLAYERNAME% is offering you the following:</B>",
|
||||
|
@ -262,6 +262,8 @@
|
|||
"money_offer_submenu":"<B>How much money do you want to OFFER player?</B>^PMAmount of money to offer:|%CURRENTMONEYOFFER%^PS3|Add to offer^R1",
|
||||
"object_offer_submenu":"^PMQuantity of item (%QUANTITY% max):|1^R1^PS3|Add to offer^R1",
|
||||
|
||||
|
||||
|
||||
"waiting_for_other_to_accept":"Waiting for other player to Accept or Reject trade...",
|
||||
|
||||
"requires_both_players":"Trade process requires other player to click TRADE with you also before it will start.",
|
||||
|
@ -282,6 +284,9 @@
|
|||
"cant_handle_more_horses":"You cannot handle this many more horses!",
|
||||
"other_player_cant_handle_more_horses":"Player %PLAYERNAME% cannot handle this many more horses!",
|
||||
|
||||
"other_carry_more":"Buyer cannot carry that quantity of one of the items!",
|
||||
"you_cant_carry_more":"You cannot carry that quantity of one of the items!",
|
||||
|
||||
"trade_spent":"You spent $%MONEY% in the trade.",
|
||||
"trade_received":"You received $%MONEY% in the trade.",
|
||||
|
||||
|
@ -998,7 +1003,7 @@
|
|||
"grab_all":"^T3^B4R^R1"
|
||||
},
|
||||
"nearby":{
|
||||
"players_nearby":"<B>Players Nearby:</B>",
|
||||
"players_nearby":"<B>Players Nearby:</B><BR>",
|
||||
"east":"<B>East:</B>",
|
||||
"west":"<B>West:</B>",
|
||||
"south":"<B>South:</B>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue