summaryrefslogtreecommitdiff
path: root/npc/021-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-10-25 23:36:32 -0300
committerJesusaves <cpntb1@ymail.com>2018-10-25 23:36:32 -0300
commitc589b8bdf098629daf696efc7b051711bb3b48a8 (patch)
treec1ebdddfde1f68f14fe660e34f58d9cb72a44c9a /npc/021-4
parent4447355543dfa164d61b7cce609810f44d3ecfc6 (diff)
downloadserverdata-c589b8bdf098629daf696efc7b051711bb3b48a8.tar.gz
serverdata-c589b8bdf098629daf696efc7b051711bb3b48a8.tar.bz2
serverdata-c589b8bdf098629daf696efc7b051711bb3b48a8.tar.xz
serverdata-c589b8bdf098629daf696efc7b051711bb3b48a8.zip
Superseeded check. No need of all switches pulled >.<
Also, give 1m30s for Yeti Basic Wave.
Diffstat (limited to 'npc/021-4')
-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;