diff options
Diffstat (limited to 'world/map/npc/018-3')
-rw-r--r-- | world/map/npc/018-3/_mobs.txt | 7 | ||||
-rw-r--r-- | world/map/npc/018-3/evil-obelisk.txt | 4 | ||||
-rw-r--r-- | world/map/npc/018-3/sword.txt | 6 |
3 files changed, 15 insertions, 2 deletions
diff --git a/world/map/npc/018-3/_mobs.txt b/world/map/npc/018-3/_mobs.txt index e2a4e491..d4817152 100644 --- a/world/map/npc/018-3/_mobs.txt +++ b/world/map/npc/018-3/_mobs.txt @@ -6,16 +6,21 @@ 018-3,35,65,28,22|monster|Spider|1012,20,100000ms,50000ms 018-3,28,157,3,2|monster|PinkFlower|1014,1,60000ms,30000ms 018-3,99,111,17,41|monster|YellowSlime|1007,10,90000ms,30000ms +018-3,99,111,17,41|monster|YellowSuperSlime|1233,2,100000ms,30000ms 018-3,134,140,12,8|monster|Maggot|1002,3,80000ms,40000ms 018-3,82,149,73,26|monster|Spider|1012,8,300000ms,120000ms 018-3,102,172,131,13|monster|BlackScorpion|1009,20,60000ms,10000ms 018-3,174,37,10,31|monster|YellowSlime|1007,5,180000ms,120000ms +018-3,174,37,10,31|monster|YellowSuperSlime|1233,1,100000ms,30000ms 018-3,148,148,13,24|monster|Bat|1017,3,180000ms,40000ms 018-3,136,87,21,7|monster|YellowSlime|1007,6,80000ms,40000ms -018-3,81,77,27,21|monster|RedSlime|1008,15,80000ms,40000ms +018-3,136,87,21,7|monster|YellowSuperSlime|1233,1,100000ms,30000ms 018-3,111,80,5,6|monster|BlackScorpion|1009,10,80000ms,40000ms 018-3,175,122,5,40|monster|Snake|1010,15,40000ms,20000ms +018-3,81,77,27,21|monster|RedSlime|1008,15,80000ms,40000ms +018-3,81,77,27,21|monster|RedSuperSlime|1234,3,80000ms,40000ms 018-3,172,94,17,17|monster|RedSlime|1008,10,60000ms,30000ms +018-3,172,94,17,17|monster|RedSuperSlime|1234,2,60000ms,30000ms 018-3,59,95,11,8|monster|Spider|1012,15,60000ms,30000ms 018-3,77,92,23,7|monster|BlackScorpion|1009,15,60000ms,30000ms 018-3,94,55,16,8|monster|Snake|1010,5,60000ms,30000ms 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; } |