From 2bb6e132e1292d8954de94a08c9e6318fcd5856e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 14 Nov 2018 10:45:41 -0200 Subject: The Mob Constant Name Experiment --- maps/re/002-1.mcache | Bin 202 -> 202 bytes maps/re/004-2.mcache | Bin 1323 -> 1328 bytes maps/re/014-2.mcache | Bin 1990 -> 1991 bytes maps/re/017-2-1.mcache | Bin 525 -> 526 bytes npc/015-1/_mobs.txt | 3 ++- 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 index 3df1ef7da..c8a7a2b18 100644 Binary files a/maps/re/002-1.mcache and b/maps/re/002-1.mcache differ diff --git a/maps/re/004-2.mcache b/maps/re/004-2.mcache index 856bea55d..d3ba00b17 100644 Binary files a/maps/re/004-2.mcache and b/maps/re/004-2.mcache differ diff --git a/maps/re/014-2.mcache b/maps/re/014-2.mcache index da0c26a86..52e041f65 100644 Binary files a/maps/re/014-2.mcache and b/maps/re/014-2.mcache differ diff --git a/maps/re/017-2-1.mcache b/maps/re/017-2-1.mcache index 17216061a..df589687d 100644 Binary files a/maps/re/017-2-1.mcache and b/maps/re/017-2-1.mcache differ 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; -- cgit v1.2.3-70-g09d2