diff options
Diffstat (limited to 'world/map/npc/001-3')
-rw-r--r-- | world/map/npc/001-3/_import.txt | 1 | ||||
-rw-r--r-- | world/map/npc/001-3/_mobs.txt | 6 | ||||
-rw-r--r-- | world/map/npc/001-3/monsters.txt | 13 |
3 files changed, 6 insertions, 14 deletions
diff --git a/world/map/npc/001-3/_import.txt b/world/map/npc/001-3/_import.txt index a6b8b692..2af9b83e 100644 --- a/world/map/npc/001-3/_import.txt +++ b/world/map/npc/001-3/_import.txt @@ -4,5 +4,4 @@ map: 001-3.gat npc: npc/001-3/_mobs.txt npc: npc/001-3/_warps.txt npc: npc/001-3/guards.txt -npc: npc/001-3/monsters.txt npc: npc/001-3/pvpflag.txt diff --git a/world/map/npc/001-3/_mobs.txt b/world/map/npc/001-3/_mobs.txt index c49195bb..9a15211c 100644 --- a/world/map/npc/001-3/_mobs.txt +++ b/world/map/npc/001-3/_mobs.txt @@ -1,8 +1,14 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Tulimshar arena mobs +001-3.gat,0,0,0,0|monster|Maggot|1002,10,0,0,Mob001-3::On1002 001-3.gat,0,0,0|script|Mob001-3|-1,{ +On1002: + set @mobID, 1002; + callfunc "MobPoints"; + end; + end; } diff --git a/world/map/npc/001-3/monsters.txt b/world/map/npc/001-3/monsters.txt deleted file mode 100644 index 8f5e167c..00000000 --- a/world/map/npc/001-3/monsters.txt +++ /dev/null @@ -1,13 +0,0 @@ -// Map: 001-3 -// This is the Tulimshar Arena -- below Tulimshar. -// - -001-3.gat,0,0,0,0|monster|Maggot|1002,10,0,0,Mob6::OnMaggot - -001-3.gat,0,0,0|script|Mob6|-1,{ -OnMaggot: - set @mobID, 1002; - callfunc "MobPoints"; - break; - end; -} |