diff options
Diffstat (limited to 'world/map/npc/006-1')
-rw-r--r-- | world/map/npc/006-1/_mobs.txt | 3 | ||||
-rw-r--r-- | world/map/npc/006-1/spirit.txt | 12 | ||||
-rw-r--r-- | world/map/npc/006-1/traveler.txt | 4 | ||||
-rw-r--r-- | world/map/npc/006-1/tree.txt | 6 |
4 files changed, 21 insertions, 4 deletions
diff --git a/world/map/npc/006-1/_mobs.txt b/world/map/npc/006-1/_mobs.txt index c18464c8..ffb28ffa 100644 --- a/world/map/npc/006-1/_mobs.txt +++ b/world/map/npc/006-1/_mobs.txt @@ -14,11 +14,12 @@ 006-1,95,114,17,4|monster|MountainSnake|1026,5,15000ms,75000ms 006-1,57,119,18,2|monster|MountainSnake|1026,4,15000ms,75000ms 006-1,33,97,27,33|monster|Scorpion|1003,10,100000ms,30000ms -006-1,58,49,3,3|monster|GreenSlime|1005,3,100000ms,30000ms 006-1,34,50,5,4|monster|Snake|1010,2,40000ms,50000ms 006-1,96,92,20,48|monster|Snake|1010,2,40000ms,50000ms 006-1,35,97,28,29|monster|Maggot|1002,20,100000ms,30000ms +006-1,58,49,3,3|monster|GreenSlime|1005,3,100000ms,30000ms 006-1,28,73,3,2|monster|GreenSlime|1005,2,100000ms,30000ms 006-1,33,59,3,2|monster|GreenSlime|1005,2,100000ms,30000ms +006-1,40,64,26,20|monster|GreenSuperSlime|1235,2,100000ms,30000ms 006-1,37,73,7,3|monster|Snake|1010,1,100000ms,30000ms 006-1,100,36,38,24|monster|Snake|1010,2,40000ms,50000ms diff --git a/world/map/npc/006-1/spirit.txt b/world/map/npc/006-1/spirit.txt index 4796121a..3c464383 100644 --- a/world/map/npc/006-1/spirit.txt +++ b/world/map/npc/006-1/spirit.txt @@ -282,14 +282,22 @@ S_update_var: return; } -006-1,67,68,0|script|#EarthImp0#_M|400 +006-1,67,68,0|script|#EarthImp0|400 { callfunc "EarthImpTouch"; close; + +OnInit: + set .IS_MAGIC, 1; + end; } -006-1,68,68,0|script|#EarthImp1#_M|400 +006-1,68,68,0|script|#EarthImp1|400 { callfunc "EarthImpTouch"; close; + +OnInit: + set .IS_MAGIC, 1; + end; } diff --git a/world/map/npc/006-1/traveler.txt b/world/map/npc/006-1/traveler.txt index 7c84e040..a2f02b24 100644 --- a/world/map/npc/006-1/traveler.txt +++ b/world/map/npc/006-1/traveler.txt @@ -8,4 +8,8 @@ set @NpcTravelBit, $@pachua_bit; callfunc "Traveler"; end; + +OnInit: + set .IS_MAGIC, 1; + end; } diff --git a/world/map/npc/006-1/tree.txt b/world/map/npc/006-1/tree.txt index 57209d24..ef5fb113 100644 --- a/world/map/npc/006-1/tree.txt +++ b/world/map/npc/006-1/tree.txt @@ -155,8 +155,12 @@ L_Close: } -006-1,82,59,0|script|#DruidTree0#_M|400 +006-1,82,59,0|script|#DruidTree0|400 { callfunc "QuestTreeTouch"; close; + +OnInit: + set .IS_MAGIC, 1; + end; } |