summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-09 18:01:03 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-09 18:01:03 -0300
commit3a0bc0a85b4165989266899f5bf46efee6a02e7e (patch)
tree7d47802cf50fa6cd4a45c97e46944458a607b1c6
parentd084ff7e49af8e8d54e527cf90c4593f947a4980 (diff)
downloadserverdata-3a0bc0a85b4165989266899f5bf46efee6a02e7e.tar.gz
serverdata-3a0bc0a85b4165989266899f5bf46efee6a02e7e.tar.bz2
serverdata-3a0bc0a85b4165989266899f5bf46efee6a02e7e.tar.xz
serverdata-3a0bc0a85b4165989266899f5bf46efee6a02e7e.zip
Fix typo
-rw-r--r--npc/021-4/main.txt10
1 files 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;