diff options
Diffstat (limited to 'world/map/npc/011-3')
-rw-r--r-- | world/map/npc/011-3/_import.txt | 1 | ||||
-rw-r--r-- | world/map/npc/011-3/_mobs.txt | 12 | ||||
-rw-r--r-- | world/map/npc/011-3/monsters.txt | 21 |
3 files changed, 12 insertions, 22 deletions
diff --git a/world/map/npc/011-3/_import.txt b/world/map/npc/011-3/_import.txt index 799e5dd0..f58ba275 100644 --- a/world/map/npc/011-3/_import.txt +++ b/world/map/npc/011-3/_import.txt @@ -4,4 +4,3 @@ map: 011-3.gat npc: npc/011-3/_mobs.txt npc: npc/011-3/_warps.txt npc: npc/011-3/hermit.txt -npc: npc/011-3/monsters.txt diff --git a/world/map/npc/011-3/_mobs.txt b/world/map/npc/011-3/_mobs.txt index d17c348d..120a7da9 100644 --- a/world/map/npc/011-3/_mobs.txt +++ b/world/map/npc/011-3/_mobs.txt @@ -1,8 +1,20 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Hermit's cave mobs +011-3.gat,0,0,0,0|monster|Bat|1017,10,0,0,Mob011-3::On1017 +011-3.gat,0,0,0,0|monster|Silkworm|1035,3,60000,30000,Mob011-3::On1035 011-3.gat,0,0,0|script|Mob011-3|-1,{ +On1017: + set @mobID, 1017; + callfunc "MobPoints"; + end; + +On1035: + set @mobID, 1035; + callfunc "MobPoints"; + end; + end; } diff --git a/world/map/npc/011-3/monsters.txt b/world/map/npc/011-3/monsters.txt deleted file mode 100644 index 37da9f40..00000000 --- a/world/map/npc/011-3/monsters.txt +++ /dev/null @@ -1,21 +0,0 @@ -// Map: 011-3 -// This is the Hermit's Cave -- level 1. -// - -011-3.gat,0,0,0,0 monster Bat 1017,10,0,0,Mob4::OnBat - -011-3.gat,0,0,0,0 monster SilkWorm 1035,3,60000,30000,Mob4::OnSilkWorm - -011-3.gat,0,0,0 script Mob4 -1,{ -OnBat: - set @mobID, 1017; - callfunc "MobPoints"; - break; - -OnSilkWorm: - set @mobID, 1035; - callfunc "MobPoints"; - break; - - end; -} |