summaryrefslogtreecommitdiff
path: root/npc/006-1/crazyfefe.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-05 19:11:34 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-05 19:11:34 -0300
commit1428924fc286b2b1f7f0a8330715bd514a181a59 (patch)
treef91940ef374ff31da5a77891dd0210b7377abe02 /npc/006-1/crazyfefe.txt
parente075e2d329a3daf5f2fe9f5fe25403c780a37150 (diff)
downloadserverdata-1428924fc286b2b1f7f0a8330715bd514a181a59.tar.gz
serverdata-1428924fc286b2b1f7f0a8330715bd514a181a59.tar.bz2
serverdata-1428924fc286b2b1f7f0a8330715bd514a181a59.tar.xz
serverdata-1428924fc286b2b1f7f0a8330715bd514a181a59.zip
Small optimization to Crazyfefe's cave
Diffstat (limited to 'npc/006-1/crazyfefe.txt')
-rw-r--r--npc/006-1/crazyfefe.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt
index fff57a68e..870c618e8 100644
--- a/npc/006-1/crazyfefe.txt
+++ b/npc/006-1/crazyfefe.txt
@@ -66,7 +66,7 @@ L_StartFight:
$@FIGHT_CAVE_LEVEL = 1;
$@FEFE_DELAY = gettimetick(2)+.delay;
$@FIGHT_CAVE_PLAYER_COUNT = getmapusers("006-1");
- mapannounce("006-1", "Let the battle begin!", bc_map);
+ mapannounce("006-1", "The battle is about to begin!", bc_map);
initnpctimer;
end;
@@ -86,6 +86,10 @@ L_AlreadyStarted:
L_Wait:
.@time$=FuzzyTime($@FEFE_DELAY,2,2);
+ if ($@FEFE_DELAY-gettimetick(2) <= 30) {
+ npctalk3 l("@@!", .@time$);
+ end;
+ }
mesn;
mesq l("Be Patient... You still need to wait @@.", .@time$);
goto L_Exit;
@@ -181,7 +185,7 @@ L_Summon:
default:
.@monsterId = AngryScorpion ; break;
}
- areamonster "006-1", 20, 20, 70, 60, "", .@monsterId, .@amount, "Crazyfefe::OnPetDeath";
+ areamonster "006-1", 20, 20, 70, 60, strmobinfo(1, .@monsterId), .@monsterId, .@amount, "Crazyfefe::OnPetDeath";
}
initnpctimer;
end;
@@ -235,6 +239,6 @@ OnInit:
.sex=G_OTHER;
.distance=5;
.price=8000;
- .delay=(60*60*4);
+ .delay=(60*60*1);
end;
}