diff options
-rw-r--r-- | maps/re/002-1.mcache | bin | 202 -> 202 bytes | |||
-rw-r--r-- | maps/re/004-2.mcache | bin | 1323 -> 1328 bytes | |||
-rw-r--r-- | maps/re/014-2.mcache | bin | 1990 -> 1991 bytes | |||
-rw-r--r-- | maps/re/017-2-1.mcache | bin | 525 -> 526 bytes | |||
-rw-r--r-- | npc/015-1/_mobs.txt | 3 | ||||
-rw-r--r-- | npc/021-1/logic.txt | 2 |
6 files changed, 3 insertions, 2 deletions
diff --git a/maps/re/002-1.mcache b/maps/re/002-1.mcache Binary files differindex 3df1ef7da..c8a7a2b18 100644 --- a/maps/re/002-1.mcache +++ b/maps/re/002-1.mcache diff --git a/maps/re/004-2.mcache b/maps/re/004-2.mcache Binary files differindex 856bea55d..d3ba00b17 100644 --- a/maps/re/004-2.mcache +++ b/maps/re/004-2.mcache diff --git a/maps/re/014-2.mcache b/maps/re/014-2.mcache Binary files differindex da0c26a86..52e041f65 100644 --- a/maps/re/014-2.mcache +++ b/maps/re/014-2.mcache diff --git a/maps/re/017-2-1.mcache b/maps/re/017-2-1.mcache Binary files differindex 17216061a..df589687d 100644 --- a/maps/re/017-2-1.mcache +++ b/maps/re/017-2-1.mcache diff --git a/npc/015-1/_mobs.txt b/npc/015-1/_mobs.txt index f2b87b5a7..456536c17 100644 --- a/npc/015-1/_mobs.txt +++ b/npc/015-1/_mobs.txt @@ -8,4 +8,5 @@ 015-1,120,136,91,81 monster Small Amethyst Bif 1110,5,45000,45000 015-1,80,175,142,39 monster Copper Slime 1088,5,45000,45000 015-1,88,36,142,39 monster Copper Slime 1088,3,45000,50000 -015-1,99,73,3,3 monster Fire Skull 1193,1,45000,60000 +015-1,167,36,11,13 monster Fire Skull 1193,1,45000,60000 +015-1,99,73,3,3 monster Green Slime GreenSlime,2,45000,60000 diff --git a/npc/021-1/logic.txt b/npc/021-1/logic.txt index cfb799a38..11be04019 100644 --- a/npc/021-1/logic.txt +++ b/npc/021-1/logic.txt @@ -101,7 +101,7 @@ OnTouch: if (@menu == 1) { delitem TreasureKey, 1; getexp rand(55, 110), rand(5, 11); - .lifetime=gettimetick(2)+rand(110, 150); // Something between 1m50s and 2m30s + .lifetime=gettimetick(2)+rand(110, 150)+60; // Something between 1m50s and 2m30s + 1 minute for DS specialeffect(27); setnpcdisplay .name$, NPC_SWITCH_ONLINE; initnpctimer; |