diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-2/_import.txt | 3 | ||||
-rw-r--r-- | npc/002-2/_mobs.txt | 19 | ||||
-rw-r--r-- | npc/002-2/_warps.txt | 3 |
3 files changed, 0 insertions, 25 deletions
diff --git a/npc/002-2/_import.txt b/npc/002-2/_import.txt deleted file mode 100644 index a09dbeaf..00000000 --- a/npc/002-2/_import.txt +++ /dev/null @@ -1,3 +0,0 @@ -map: 002-2.gat -npc: npc/002-2/_warps.txt -npc: npc/002-2/_mobs.txt diff --git a/npc/002-2/_mobs.txt b/npc/002-2/_mobs.txt deleted file mode 100644 index a505cef4..00000000 --- a/npc/002-2/_mobs.txt +++ /dev/null @@ -1,19 +0,0 @@ -// 002-2 mobs - -002-2.gat,38,38,9,9 monster Red Slime 1008,1,0,0,Mob002-2::On1008 -002-2.gat,82,92,9,9 monster Black Scorpion 1009,1,0,0,Mob002-2::On1009 - - -002-2.gat,0,0,0 script Mob002-2 -1,{ -On1008: - set @mobID, 1008; - callfunc "MobPoints"; - break; - -On1009: - set @mobID, 1009; - callfunc "MobPoints"; - break; - - end; -} diff --git a/npc/002-2/_warps.txt b/npc/002-2/_warps.txt deleted file mode 100644 index 93722bd0..00000000 --- a/npc/002-2/_warps.txt +++ /dev/null @@ -1,3 +0,0 @@ -// 002-2 warps - -002-2.gat,38,30 warp CaveExit 2,-1,1.gat,18,90 |