mirror of
https://github.com/islehorse/HISP.git
synced 2025-05-04 02:24:50 +12:00
Add ability to view horse list of other players if that player is not online- (Ranch)
This commit is contained in:
parent
9e7743e24d
commit
e9cee36b24
7 changed files with 421 additions and 169 deletions
DataCollection
|
@ -198,8 +198,8 @@
|
|||
"wagon":"<BR>^T6Your Wagon can take you to the nearest station.^D7|STATION^R1^H",
|
||||
"training_pen":"<BR>^T6You can train all your horses via the Pen^D13|TRAIN ALL^R1^H",
|
||||
"train_all":"You attempt to train all of your horses:",
|
||||
"train_success":"<BR>Training <B>%HORSENAME%</B>: +1SP +1ST +1CO +1AG +1EN +1exp",
|
||||
"train_cant_train":"<B>%HORSENAME%</B>: Horse needs to rest %TIME% game minutes.",
|
||||
"train_success":"<BR>Training <B>%HORSENAME%</B>: +%SPEED%SP +%STRENGTH%ST +%CONFORMATION%CO +%AGILITY%AG +%ENDURANCE%EN +%EXP%exp",
|
||||
"train_cant_train":"<BR><B>%HORSENAME%</B>: Horse needs to rest %TIME% game minutes.",
|
||||
"fully_rested":"<BR>You have a Barn. All of your horses are fully relaxed now.",
|
||||
"wagon_used":"Your wagon dropped you off at the nearest station."
|
||||
},
|
||||
|
@ -310,6 +310,10 @@
|
|||
"cant_release_currently_riding":"You cannot release the horse you are riding!",
|
||||
"released_horse":"You released the horse! It now roams Horse Isle freely. It will disappear in an hour.",
|
||||
"horse_bucked":"Your inexperienced horse has become frustrated and has <B>bucked you off</B>! (Horse 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.",
|
||||
"allstats":{
|
||||
"all_stats_header":"<B>All of your horses' complete stats:</B>",
|
||||
"horse_name_entry":"<BR><BR><B>%HORSENAME%</B>: <I>%COLOR% %BREEDNAME% %SEX% (%EXP%exp)</I><BR>",
|
||||
|
@ -344,6 +348,7 @@
|
|||
},
|
||||
"horse_inventory":{
|
||||
"your_horse_format":"Your horse: <B>%NAME%:</B><BR>",
|
||||
"horse_others_format":"<B>%NAME%:</B><BR>",
|
||||
"description_format":" <I>%DESCRIPTION%</I>",
|
||||
"hands_high":"<BR>^H It is a %COLOR% %BREED% %SEX% standing %HANDS% hands high.<BR>",
|
||||
"experience":" It has earned %EXP% experience points.<BR>",
|
||||
|
@ -361,20 +366,23 @@
|
|||
|
||||
"no_auto_sell":"NO Auto-Sell",
|
||||
"auto_sell_format":"Auto-Selling: $%MONEY%",
|
||||
"change_auto_sell":"^D25|CHANGE AUTO-SELL",
|
||||
"set_auto_sell":"^D25|SET AUTO-SELL PRICE",
|
||||
"change_auto_sell":"^D25|CHANGE AUTO-SELL^R1",
|
||||
"set_auto_sell":"^D25|SET AUTO-SELL PRICE^R1",
|
||||
"auto_sell_others":"^T3[Auto-Sell: $%PRICE%]^D26|BUY HORSE^R1",
|
||||
"auto_sell":"^R1^T2[%AUTOSELL%]",
|
||||
"cannot_auto_sell_tacked":"^R1^T8Cannot set Auto-Sell on a Horse with Tack",
|
||||
"cannot_auto_sell_tacked":"^R1^T8Cannot set Auto-Sell on a Horse with Tack^R1",
|
||||
|
||||
"marked_as":"^R1^LHorse currently marked [%CATEGORY%]. Mark:^R1^D52c1|KEEPER^D52c2|TRAINING^D52c3|TRADING^D52c4|RETIRED^R1",
|
||||
"marked_as":"^LHorse currently marked [%CATEGORY%].%MARKOPTIONS%^R1",
|
||||
"marking_options":" Mark:^R1^D52c1|KEEPER^D52c2|TRAINING^D52c3|TRADING^D52c4|RETIRED",
|
||||
"horse_stats":"^H<B>HORSE STATS:</B><BR>",
|
||||
"wearing_tacked":"^H<B>WEARING/TACKED:</B><BR>",
|
||||
"tacked_format":"^I%ICON%^T5%NAME%^B4LN%ITEMID%^R1",
|
||||
"companion":"^H<B>COMPANION:</B><BR>",
|
||||
"companion_selected":"^I%ICON%^T5%NAME%^B4LN%ITEMID%^D6|CHANGE^R1",
|
||||
"companion_selected":"^I%ICON%^T5%NAME%^B4LN%ITEMID%%COMPANIONCHANGEBUTTON%",
|
||||
"companion_change_button":"^D6|CHANGE",
|
||||
"no_companion":"^T5Horse has no companion^D6|SELECT^R1",
|
||||
|
||||
"advanced_stats":"^H<B>ADVANCED STATS:</B><BR> Special treats:%SPOILED% Magic residue:%MAGICUSED%<BR>^AA",
|
||||
"advanced_stats":"^R1^H<B>ADVANCED STATS:</B><BR> Special treats:%SPOILED% Magic residue:%MAGICUSED%<BR>^AA",
|
||||
"breed_details":"^H<B>BREED DETAILS:</B><BR>Name: %BREED%<BR>Description: %DESCRIPTION%",
|
||||
"height_range":"<BR>Average Height Range: %MIN%-%MAX% hands<BR>",
|
||||
"possible_colors":"<BR>Possible Colors: %COLORS%<BR>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue