diff options
-rw-r--r-- | npc/018-2-1/dustman.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index 03736fe72..dfe6e0d9b 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -155,7 +155,7 @@ L_SkipIntro: closeclientdialog; @COD_CHECKPOINT=0; warp "001-10", rand(163,171), rand(119,124); - addtimer(90000,"#COD_BossRoomCheck::OnTimeDefeat"); + addtimer(120000,"#COD_BossRoomCheck::OnTimeDefeat"); dispbottom l("Good luck!"); close; } @@ -178,6 +178,7 @@ L_InformationCOD: mesc l("The second stage is in the first cave to northwest you can find."); // The full circle have about 268 tiles in distance. You have the needed time to do 2.2 circles in the most efficient fashion. // This means you have a time worth of 590 tiles, at 150ms, granting you 90 seconds to do this quest. (everything rounded up) + // But due a small thing called LAG and MANAPLUS DESYNC I'm now granting a whole two minutes for this stage. next; mesn; mesc l("Once inside the BOSS Cave, you get a five minutes time limit to slay the boss with your party."); |