mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-04 04:47:09 +12:00
Fix crashing on talking to npcs with 0 chatpoints.
This commit is contained in:
parent
d776d2adc3
commit
fa8f21388c
8 changed files with 214 additions and 10 deletions
|
@ -100,6 +100,11 @@
|
|||
"mute_help":"Mute Channel Not Recognized. (ALL/ADS/GLOBAL/ISLAND/NEAR/HERE/BUDDY/PM/BR/SOCIALS/LOGINS)",
|
||||
"player_command_completed":"<FONT COLOR='#FF0000'><B>PLAYER COMMAND [%COMMAND%] COMPLETED</B></FONT>",
|
||||
"admin_command_completed":"<FONT COLOR='#FF0000'><B>COMMAND [%COMMAND%]:</B></FONT>",
|
||||
"mod_isle":{
|
||||
"x":165,
|
||||
"y":465,
|
||||
"message":"*POOF* Solitude."
|
||||
}
|
||||
},
|
||||
"disconnect":{
|
||||
"banned":"Your account has been BANNED. You will no longer be able to login",
|
||||
|
@ -148,11 +153,15 @@
|
|||
"click_message":"%USERNAME%'s %TITLE%",
|
||||
|
||||
"dorothy_message":"There's no place like home... There's no place like home...",
|
||||
"dorothy_prison_isle":"You tap them together a bunch of times, but nothing.. They don't work here!",
|
||||
|
||||
"ranch_buy_cannot_afford":"You cannot afford this property!",
|
||||
"ranch_brought":"You paid $%PRICE% and are now the proud owner of this ranch!",
|
||||
"saved_ranch":"Saved Ranch Description.",
|
||||
"default_title":"Ranch",
|
||||
"ranch_description":"^PLRanch Title:|%RANCHTITLE%^LYour Ranch Description:^R1^PB160|%RANCHDESC%^PS11|SAVE DESCRIPTION",
|
||||
"edit_description":"^PLRanch Title:|%RANCHTITLE%^LYour Ranch Description:^R1^PB160|%RANCHDESC%^PS11|SAVE DESCRIPTION",
|
||||
"your_ranch_meta":"<B>%USERANME%'s %TITLE%</B>",
|
||||
"view_desc":"^H<B>YOUR RANCH DESCRIPTION:</B><BR>%DESCRIPTION%<BR>^T5Edit Your Ranch Description^D27|DESCRIPTION^R1",
|
||||
"build":{
|
||||
"build_on_this_spot":"You can build one of the following buildings on this spot:",
|
||||
"build_format":"^T6Build a %BUILDINGNAME% for $%PRICE%^B6L%BUILDINGID%^B6B%BUILDINGID%^R1",
|
||||
|
@ -161,18 +170,17 @@
|
|||
"build_complete":"Additional ranch building has been constructed.",
|
||||
"building_allready_placed":"You already have a building here:^T6Remove the %BUILDINGNAME%^B6R%BUILDINGID%^R1^L(You will get 35% money back - $%PRICE%)^R1",
|
||||
"torn_down":"You have torn down a ranch building and were refunded $%PRICE%.",
|
||||
"building_Info":"This is a <B>%BUILDINGNAME%</B>.<BR>Details: %BUILDINGDESC%",
|
||||
"view_building":"This is a <B>%BUILDINGNAME%</B>.<BR>Details: %BUILDINGDESC%",
|
||||
"barn":"<BR>Owner's horses in barns:%HORSELIST%"
|
||||
},
|
||||
"upgrade":{
|
||||
"upgrade_message":"Ranch Upgraded.",
|
||||
"cannot_afford":"You cannot afford this upgrade!",
|
||||
"upgrade_meta":"You currently have a <B>%UPGRADENAME%</B>.<BR>Details: %UPGRADEDESC%<BR>%YOUCOULDUPGRADE%^R1^LYou could also sell your ranch: (75% of total invested)^R1^T6SELL your ranch for $%SELLPRICE%^D60|SELL^R1",
|
||||
"upgrade_txt":"<BR>You could upgrade to a:^T6%NEXTUPGRADE% for $%COST%^B6U"
|
||||
"you_could_upgrade":"<BR>You could upgrade to a:^T6%NEXTUPGRADE% for $%COST%^B6U"
|
||||
},
|
||||
"your_ranch_meta":"<B>%USERANME%'s %TITLE%</B>",
|
||||
"rest_here":"<BR>You have a building here to rest in. You are now fully rested.<BR>",
|
||||
"special":{
|
||||
"rest_here":"<BR>You have a building here to rest in. You are now fully rested.",
|
||||
"grain_silo":"<BR>You have a Grain Silo. All of your horses have just been fully fed.",
|
||||
"barn":"<BR>You have %COUNT% Barn(s). This provides for %AMOUNT% extra horses.",
|
||||
"big_barn":".<BR>You have %COUNT% Big Barn(s). This provides for %AMOUNT% extra horses",
|
||||
|
@ -188,7 +196,6 @@
|
|||
"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."
|
||||
},
|
||||
"view_desc":"^H<B>YOUR RANCH DESCRIPTION:</B><BR>%DESCRIPTION%<BR>^T5Edit Your Ranch Description^D27|DESCRIPTION^R1"
|
||||
},
|
||||
"riddler":{
|
||||
"riddle_format":"Welcome to an Enigmatic Perplexing Conundrum!<BR>(Answer with the simplest form possible. There is no penalty for wrong answers. DO NOT discuss the riddles in Global Chat)<BR><BR><BR><B>The following Riddling Riddle Riddles you:</B><BR>%RIDDLE%^PLAnswer Riddle:|^PS6|SOLVE RIDDLE",
|
||||
|
@ -603,6 +610,7 @@
|
|||
},
|
||||
"npc":{
|
||||
"start_chat_format":"^I%ICONID%^T8%NAME%, %DESCRIPTION%",
|
||||
"no_chatpoints":", is busy.",
|
||||
"chatpoint_format":" <I>Conversation with %NAME%, %DESCRIPTION%</I><BR><BR><B>%NAME%:</B> %TEXT%",
|
||||
"reply_format":"^N%TEXT%^BHB%ID%^R2",
|
||||
"npc_information_format":"<B>Looking at %NAME%</B>:<BR>%DESCRIPTION%",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue