diff options
Diffstat (limited to 'npc/042-6/ctrl.txt')
-rw-r--r-- | npc/042-6/ctrl.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/042-6/ctrl.txt b/npc/042-6/ctrl.txt index 042d4360a..694ea77b3 100644 --- a/npc/042-6/ctrl.txt +++ b/npc/042-6/ctrl.txt @@ -68,7 +68,7 @@ OnKillBoss: getitem GuildCoin, 2+min(13, $KAMELOT_MX[.@g]/10); getexp $KAMELOT_MX[.@g]*14, $KAMELOT_MX[.@g]*8; mapannounce getmap(), strcharinfo(0)+" has defeated the boss!", 0; - .@delay=max(3000, 21000-$KAMELOT_PC[.@g]*1000); + .@delay=max(5000, 22000-$KAMELOT_PC[.@g]*1500); goto OnRespawn; OnKillMob: @@ -78,11 +78,11 @@ OnKillMob: .@g=getcharid(2); if (.@g < 1) percentheal -100, -100; getexp $KAMELOT_MX[.@g]*7, $KAMELOT_MX[.@g]*4; - .@delay=max(3000, 21000-$KAMELOT_PC[.@g]*1000); + .@delay=max(7000, 42000-$KAMELOT_PC[.@g]*2000); // FALLTHROUGH OnRespawn: - .@delay=(.@delay ? .@delay : 3000); + .@delay=(.@delay ? .@delay : 7000); sleep(.@delay); // Yes, we just hope it works out of box explode(.@map$, .map$, "@"); |