diff options
Diffstat (limited to 'world/map/npc/018-1')
-rw-r--r-- | world/map/npc/018-1/_mobs.txt | 10 | ||||
-rw-r--r-- | world/map/npc/018-1/flowerpentagram3.txt | 4 | ||||
-rw-r--r-- | world/map/npc/018-1/sword.txt | 6 |
3 files changed, 16 insertions, 4 deletions
diff --git a/world/map/npc/018-1/_mobs.txt b/world/map/npc/018-1/_mobs.txt index d1cfc6e1..9089bffc 100644 --- a/world/map/npc/018-1/_mobs.txt +++ b/world/map/npc/018-1/_mobs.txt @@ -14,17 +14,21 @@ 018-1,124,19,22,9|monster|GrassSnake|1034,3,100000ms,50000ms 018-1,122,29,19,9|monster|GrassSnake|1034,2,100000ms,50000ms 018-1,149,45,10,8|monster|Bat|1017,5,100000ms,30000ms -018-1,169,47,20,10|monster|RedSlime|1008,4,120000ms,30000ms 018-1,136,49,13,8|monster|Bat|1017,4,100000ms,30000ms 018-1,166,49,13,9|monster|CloverPatch|1037,1,100000ms,30000ms 018-1,111,62,5,2|monster|Silkworm|1035,1,60000ms,30000ms 018-1,117,50,4,3|monster|SeaSlime|1033,1,120000ms,60000ms -018-1,96,47,18,11|monster|RedSlime|1008,3,100000ms,50000ms 018-1,106,52,15,6|monster|CobaltPlant|1030,1,240000ms,120000ms +018-1,68,89,14,17|monster|Bat|1017,3,100000ms,50000ms +018-1,169,47,20,10|monster|RedSlime|1008,4,120000ms,30000ms +018-1,169,47,20,10|monster|RedSuperSlime|1234,1,120000ms,30000ms +018-1,96,47,18,11|monster|RedSlime|1008,3,100000ms,50000ms +018-1,96,47,18,11|monster|RedSuperSlime|1234,1,100000ms,50000ms 018-1,78,55,37,6|monster|RedSlime|1008,7,100000ms,50000ms +018-1,78,55,37,6|monster|RedSuperSlime|1234,2,100000ms,50000ms 018-1,145,24,10,9|monster|RedSlime|1008,3,100000ms,50000ms -018-1,68,89,14,17|monster|Bat|1017,3,100000ms,50000ms 018-1,160,31,11,18|monster|RedSlime|1008,5,100000ms,50000ms +018-1,152,26,25,13|monster|RedSuperSlime|1234,2,120000ms,30000ms 018-1,0,0,0,0|monster|CloverPatch|1037,2,0ms,1000ms 018-1,0,0,0,0|monster|Butterfly|1055,20,30ms,20ms 018-1,134,80,14,39|monster|Maggot|1002,15,30ms,0ms diff --git a/world/map/npc/018-1/flowerpentagram3.txt b/world/map/npc/018-1/flowerpentagram3.txt index 857c412d..7f90965e 100644 --- a/world/map/npc/018-1/flowerpentagram3.txt +++ b/world/map/npc/018-1/flowerpentagram3.txt @@ -108,4 +108,8 @@ L_PlacedFifthFlower: L_Close: set @localMonsterCount, 0; close; + +OnInit: + set .IS_MAGIC, 1; + end; } diff --git a/world/map/npc/018-1/sword.txt b/world/map/npc/018-1/sword.txt index 8d5dc827..885c9532 100644 --- a/world/map/npc/018-1/sword.txt +++ b/world/map/npc/018-1/sword.txt @@ -1,4 +1,4 @@ -018-1,110,43,0|script|#IceSword#_M|400 +018-1,110,43,0|script|#IceSword|400 { if (getskilllv(SKILL_MAGIC)) goto L_message; @@ -8,4 +8,8 @@ L_message: mes "[Sword in Pond]"; mes "\"Zzzzzz.....\""; close; + +OnInit: + set .IS_MAGIC, 1; + end; } |