summaryrefslogtreecommitdiff
path: root/world/map/npc/018-3
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/018-3')
-rw-r--r--world/map/npc/018-3/_mobs.txt15
-rw-r--r--world/map/npc/018-3/bookcase.txt4
-rw-r--r--world/map/npc/018-3/evil-obelisk.txt4
-rw-r--r--world/map/npc/018-3/sword.txt6
4 files changed, 18 insertions, 11 deletions
diff --git a/world/map/npc/018-3/_mobs.txt b/world/map/npc/018-3/_mobs.txt
index b2534734..e2a4e491 100644
--- a/world/map/npc/018-3/_mobs.txt
+++ b/world/map/npc/018-3/_mobs.txt
@@ -26,12 +26,11 @@
018-3,153,96,18,17|monster|CaveMaggot|1056,4,100000ms,30000ms
018-3,99,75,2,2|monster|PoisonSkull|1024,1,120000ms,60000ms
018-3,99,75,2,2|monster|FireSkull|1023,1,120000ms,60000ms
-018-3,0,0,0,0|monster|Bif|1172,30,30000ms,15000ms
-018-3,30,163,6,3|monster|ShadowPlant|1189,3,60000ms,30000ms
-018-3,122,161,3,5|monster|ShadowPlant|1189,3,60000ms,30000ms
-018-3,108,149,4,2|monster|ShadowPlant|1189,3,60000ms,30000ms
-018-3,146,158,4,6|monster|ShadowPlant|1189,3,60000ms,30000ms
-018-3,50,95,3,6|monster|ShadowPlant|1189,3,60000ms,30000ms
-018-3,67,100,8,3|monster|ShadowPlant|1189,3,60000ms,30000ms
-018-3,99,128,5,5|monster|ShadowPlant|1189,3,60000ms,30000ms
+018-3,30,163,6,3|monster|ShadowPlant|1189,3,240000ms,120000ms
+018-3,122,161,3,5|monster|ShadowPlant|1189,3,240000ms,120000ms
+018-3,108,149,4,2|monster|ShadowPlant|1189,3,240000ms,120000ms
+018-3,146,158,4,6|monster|ShadowPlant|1189,3,240000ms,120000ms
+018-3,50,95,3,6|monster|ShadowPlant|1189,3,240000ms,120000ms
+018-3,67,100,8,3|monster|ShadowPlant|1189,3,240000ms,120000ms
+018-3,99,128,5,5|monster|ShadowPlant|1189,3,240000ms,120000ms
018-3,174,37,10,31|monster|Ratto|1192,3,10000ms,30000ms
diff --git a/world/map/npc/018-3/bookcase.txt b/world/map/npc/018-3/bookcase.txt
index 8c5d587f..059678a5 100644
--- a/world/map/npc/018-3/bookcase.txt
+++ b/world/map/npc/018-3/bookcase.txt
@@ -24,7 +24,7 @@ L_Search:
mes "";
mes "It looks like a lot of items will be needed.";
next;
- mes "The slime of a maggot.";
+ mes "The slime of a insect.";
mes "A mushroom, big or small.";
mes "The petal of a pink flower.";
next;
@@ -38,7 +38,7 @@ L_Search:
next;
mes "A pile of ash.";
mes "Four different herbs.";
- mes "A bug, or part of one.";
+ mes "A insect, or part of one.";
next;
mes "A lamp for the dark.";
mes "Rock and metal, as one.";
diff --git a/world/map/npc/018-3/evil-obelisk.txt b/world/map/npc/018-3/evil-obelisk.txt
index 4ecc00b3..1d4cea7d 100644
--- a/world/map/npc/018-3/evil-obelisk.txt
+++ b/world/map/npc/018-3/evil-obelisk.txt
@@ -15,4 +15,8 @@
set @x1, 0;
set @y1, 0;
close;
+
+OnInit:
+ set .IS_MAGIC, 1;
+ end;
}
diff --git a/world/map/npc/018-3/sword.txt b/world/map/npc/018-3/sword.txt
index 83e9c6f2..5dfbedbf 100644
--- a/world/map/npc/018-3/sword.txt
+++ b/world/map/npc/018-3/sword.txt
@@ -1,4 +1,4 @@
-018-3,71,127,0|script|#DemonSword#_M|400
+018-3,71,127,0|script|#DemonSword|400
{
if (getskilllv(SKILL_MAGIC))
goto L_message;
@@ -8,4 +8,8 @@ L_message:
mes "[Sword in Rock]";
mes "\"Ouch... my head...\"";
close;
+
+OnInit:
+ set .IS_MAGIC, 1;
+ end;
}