diff options
Diffstat (limited to 'world/map/npc/003-4')
-rw-r--r-- | world/map/npc/003-4/_mobs.txt | 1 | ||||
-rw-r--r-- | world/map/npc/003-4/time-traveler.txt | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/world/map/npc/003-4/_mobs.txt b/world/map/npc/003-4/_mobs.txt index 18913d0b..56dce567 100644 --- a/world/map/npc/003-4/_mobs.txt +++ b/world/map/npc/003-4/_mobs.txt @@ -5,6 +5,7 @@ 003-4,0,0,0,0|monster|SeaSlime|1033,15,100000ms,30000ms 003-4,120,31,22,22|monster|SeaSlime|1033,5,100000ms,30000ms 003-4,119,68,105,101|monster|GreenSlime|1005,35,100000ms,30000ms +003-4,119,68,105,101|monster|GreenSuperSlime|1235,7,100000ms,30000ms 003-4,134,69,76,71|monster|RedScorpion|1004,20,100000ms,30000ms 003-4,35,25,10,3|monster|MountainSnake|1026,1,700000ms,600000ms 003-4,115,68,42,96|monster|Croc|1193,10,10000ms,30000ms diff --git a/world/map/npc/003-4/time-traveler.txt b/world/map/npc/003-4/time-traveler.txt index 00a875f5..148ab95e 100644 --- a/world/map/npc/003-4/time-traveler.txt +++ b/world/map/npc/003-4/time-traveler.txt @@ -11,6 +11,10 @@ L_Warp: close2; warp "003-4", 171, 76; close; + +OnInit: + set .IS_MAGIC, 1; + end; } 003-4,165,73,0|script|Time Traveler#34|184 @@ -30,4 +34,8 @@ L_What: L_Leave: mes "Walk East from here to escape the time dilation bubble."; close; + +OnInit: + set .IS_MAGIC, 1; + end; } |