diff options
Diffstat (limited to 'world/map/npc/005-3')
-rw-r--r-- | world/map/npc/005-3/_import.txt | 1 | ||||
-rw-r--r-- | world/map/npc/005-3/_mobs.txt | 6 | ||||
-rw-r--r-- | world/map/npc/005-3/monsters.txt | 13 |
3 files changed, 6 insertions, 14 deletions
diff --git a/world/map/npc/005-3/_import.txt b/world/map/npc/005-3/_import.txt index 23982113..df5cc31b 100644 --- a/world/map/npc/005-3/_import.txt +++ b/world/map/npc/005-3/_import.txt @@ -3,4 +3,3 @@ map: 005-3.gat npc: npc/005-3/_mobs.txt npc: npc/005-3/_warps.txt -npc: npc/005-3/monsters.txt diff --git a/world/map/npc/005-3/_mobs.txt b/world/map/npc/005-3/_mobs.txt index bc9ee2dc..cb22dbbc 100644 --- a/world/map/npc/005-3/_mobs.txt +++ b/world/map/npc/005-3/_mobs.txt @@ -1,8 +1,14 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Snake pit mobs +005-3.gat,0,0,0,0|monster|Snake|1010,175,0,0,Mob005-3::On1010 005-3.gat,0,0,0|script|Mob005-3|-1,{ +On1010: + set @mobID, 1010; + callfunc "MobPoints"; + end; + end; } diff --git a/world/map/npc/005-3/monsters.txt b/world/map/npc/005-3/monsters.txt deleted file mode 100644 index a52d0dc3..00000000 --- a/world/map/npc/005-3/monsters.txt +++ /dev/null @@ -1,13 +0,0 @@ -// Map: 05-3 -// This is the Snake Pit, a cave in the Snake Desert. -// - -005-3.gat,0,0,0,0|monster|Snake|1010,175,0,0,Mob22::OnSnake - -005-3.gat,0,0,0|script|Mob22|-1,{ -OnSnake: - set @mobID, 1010; - callfunc "MobPoints"; - break; - end; -} |