From c589b8bdf098629daf696efc7b051711bb3b48a8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 25 Oct 2018 23:36:32 -0300 Subject: Superseeded check. No need of all switches pulled >.< Also, give 1m30s for Yeti Basic Wave. --- npc/021-4/main.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'npc/021-4') 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; -- cgit v1.2.3-70-g09d2