diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-14 19:57:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-14 19:57:29 -0300 |
commit | a1a90c957d5f9630d460b1affcec886fce875bd2 (patch) | |
tree | aa397d4a64a93e37466d8b0166a46581ffff76b6 /npc/018-2-1/dustman.txt | |
parent | 3591cf5b6f23289306fcadfee89c0853754fc0fb (diff) | |
download | serverdata-a1a90c957d5f9630d460b1affcec886fce875bd2.tar.gz serverdata-a1a90c957d5f9630d460b1affcec886fce875bd2.tar.bz2 serverdata-a1a90c957d5f9630d460b1affcec886fce875bd2.tar.xz serverdata-a1a90c957d5f9630d460b1affcec886fce875bd2.zip |
Increase COD Desert time in 30s
Diffstat (limited to 'npc/018-2-1/dustman.txt')
-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."); |