summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/021-4/main.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt
index 21e4b1d98..b863997af 100644
--- a/npc/021-4/main.txt
+++ b/npc/021-4/main.txt
@@ -170,15 +170,14 @@ L_CleanUp:
OnTimer2500:
.@y=mobcount("021-4", "Cindy#Outside::OnPetDeath");
- .@v=CindySwitch_Check_214();
- if (.@y == 0 && .@v >= 5 && .canfinish) {
+ if (.@y == 0 && .canfinish) {
$@CINDY_STATE=gettimetick(2)+60*rand(55,65)*rand(1,36); // It is way too random to I say how long it takes
announce "021-4", "Nivalis: Cindy is now safe!",bc_all|bc_npc;
areatimer "021-4", 20, 20, 100, 80, 10, "Cindy#Outside::OnReward";
goto L_CleanUp;
}
.wtime+=5;
- if (.wtime >= rand(60,90)+(.lifetime*rand(3,4))) {
+ if (.wtime >= rand(90,120)+(.lifetime*rand(3,4))) {
.wtime=0;
.lifetime+=1;
.@pl = getmapusers("021-4")+1;