diff options
author | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-07-20 10:32:46 -0300 |
---|---|---|
committer | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-07-20 10:32:46 -0300 |
commit | c09f42bab4e9cb7f9e823b49bbc0c64dd96fa4da (patch) | |
tree | 5cb7091eef5b5c1f39ed9d10dc21b2ef9e77774a /world/map | |
parent | 4f9bdd07146fda4d03ba1fd6c55b911cb9f4b0bc (diff) | |
download | serverdata-c09f42bab4e9cb7f9e823b49bbc0c64dd96fa4da.tar.gz serverdata-c09f42bab4e9cb7f9e823b49bbc0c64dd96fa4da.tar.bz2 serverdata-c09f42bab4e9cb7f9e823b49bbc0c64dd96fa4da.tar.xz serverdata-c09f42bab4e9cb7f9e823b49bbc0c64dd96fa4da.zip |
Adjusting the time of some of the battles in the new questv2011.07.20
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/025-4/battlecaves.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/025-4/battlecaves.txt b/world/map/npc/025-4/battlecaves.txt index 1d65b0fb..c295362c 100644 --- a/world/map/npc/025-4/battlecaves.txt +++ b/world/map/npc/025-4/battlecaves.txt @@ -96,7 +96,7 @@ onInit: setarray $@CAVE6_MONSTERS_IDS[1], 1087, 1088, 1083; setarray $@CAVE6_MONSTERS_QTY[1], 3, 4, 4; set $@CAVE6_WAVES, 2; - set $@CAVE6_TIME, 420; + set $@CAVE6_TIME, 450; // Cave 7 Configuration. @@ -117,7 +117,7 @@ onInit: setarray $@CAVE9_MONSTERS_IDS[1], 1087, 1088, 1083, 1084; setarray $@CAVE9_MONSTERS_QTY[1], 3, 3, 3, 3; set $@CAVE9_WAVES, 3; - set $@CAVE9_TIME, 600; + set $@CAVE9_TIME, 630; // Cave 10 Configuration. @@ -125,7 +125,7 @@ onInit: setarray $@CAVE10_MONSTERS_QTY[1], 3, 3, 3, 3; set $@BOSS, 1086; set $@CAVE10_WAVES, 4; - set $@CAVE10_TIME, 900; + set $@CAVE10_TIME, 1080; } |