From 3a0bc0a85b4165989266899f5bf46efee6a02e7e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Aug 2019 18:01:03 -0300 Subject: Fix typo --- npc/021-4/main.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 5fe28cd8e..66dde6cc8 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -107,7 +107,11 @@ OnInit: areamonster "021-4", 20, 20, 100, 80, "Moggun", Moggun, .@pl, "Cindy#Outside::OnPetDeath"; areamonster "021-4", 20, 20, 100, 80, "Slime Blast", SlimeBlast, $@CINDY_STATE+1; } - hello; end; + if (.canfinish) + npctalk l("*scream*"); + else + npctalk3 l("Please get me out of here!"); + end; // Start L_Start: @@ -179,7 +183,7 @@ L_Winner: if ($CINDY_WINNER$ == "") { $CINDY_WINNER$=strcharinfo(0); channelmes("#world", $CINDY_WINNER$+" is the first player to finish Cindy Quest!! GG, dude! %%N"); - announce "All hail ##B"+$CINDY_WINNER$+"##b, first to complete the ##3Cindy Quesy!", bc_all|bc_npc; + announce "All hail ##B"+$CINDY_WINNER$+"##b, first to complete the ##3Cindy Quest!", bc_all|bc_npc; Karma=Karma+1; getexp 0, 2000; getitem PrismGift, 1; @@ -266,7 +270,7 @@ OnTimer2000: // This finishes the quest if (.@y == 0 && .canfinish) { - $@CINDY_STATE=gettimetick(2)+60*rand(55,65)*rand(4,36); // It is way too random to I say how long it takes (220min ~ 39 hours) + $@CINDY_STATE=gettimetick(2)+60*rand2(55,65)*rand2(4,36); // It is way too random to I say how long it takes (220min ~ 39 hours) mapannounce "021-4", "Nivalis: Cindy is now safe!",bc_all|bc_npc; areatimer "021-4", 20, 20, 100, 80, 10, "Cindy#Outside::OnReward"; setnpcdisplay .name$, NPC_CINDY; -- cgit v1.2.3-60-g2f50