mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-20 03:39:16 +12:00
start work on auto sell
This commit is contained in:
parent
adc52f3b35
commit
770f078992
6 changed files with 94 additions and 4 deletions
|
@ -60,6 +60,7 @@
|
|||
"player_here":"%USERNAME% here",
|
||||
"no_telescope":"You do not have a telescope to use! You try making circles with your hands and placing them in front of one eye, but it is of minimal aid...",
|
||||
"starved_horse":"You have been sent to Prison Isle for starving one of your horses! They have been fed for you.",
|
||||
"message_queue":"<B>OFFLINE MESSAGE:</B>",
|
||||
"events":{
|
||||
"real_time_riddle":{
|
||||
"event_start":"<B>CHAT RIDDLE:</B> %RIDDLETEXT% <I>(answer first via any chat method)</I>",
|
||||
|
@ -218,6 +219,14 @@
|
|||
"password_input":"<BR>^PLReply:|^PS14|ANSWER^R1",
|
||||
"last_poet":"^LLast Player Poet:%USERNAME% ^R1",
|
||||
"hammock":"You and all of your horses have fully rested.",
|
||||
"auto_sell":{
|
||||
"not_standing_sameplace":"You must be at the same place as the seller or at their ranch.",
|
||||
"success":"Horse %HORSENAME% Purchase Completed!",
|
||||
"insufficent_money":"You cannot afford that horse!",
|
||||
"toomany_horses":"You do not have any room for another horse. Barns on your ranch allow for more horses.",
|
||||
"you_sold":"<B>AUTO-SELL:</B> You sold your horse %HORSE% for %PRICE% to %USERNAME%!",
|
||||
"brought_offline":"You sold your horse %HORSE% for $%PRICE% to %USERNAME%!"
|
||||
},
|
||||
"two_player":{
|
||||
"other_player":"^LThe following other players are in the game room:^R1",
|
||||
"player_name":"^T3%PLAYERNAME%",
|
||||
|
@ -685,10 +694,6 @@
|
|||
"llama_bucked":"Your inexperienced llama has become tired and <B>lain down</B>! (Llama gained 1exp)",
|
||||
"camel_bucked":"Your inexperienced camel got frustrated and <B>spat angrily</B>, bumping you off! (Camel gained 1exp)",
|
||||
|
||||
"auto_sell_success":"Horse %HORSENAME% Purchase Completed!",
|
||||
"auto_sell_insufficent_money":"You cannot afford that horse!",
|
||||
"auto_sell_toomany_horses":"You do not have any room for another horse. Barns on your ranch allow for more horses.",
|
||||
|
||||
"uniter_time_over":"The %HOSRENAME%' time with you has ended. You were taken back to the Uniter.",
|
||||
"allstats":{
|
||||
"all_stats_header":"<B>All of your horses' complete stats:</B>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue