diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-22 20:58:54 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-22 20:58:54 +0000 |
commit | 7d0a7521690fa9837ec0e35724b7f8a2ae591737 (patch) | |
tree | 68398b9d4ceb4df8d98d9479724e77557d1a47df /npc | |
parent | 167ec30542c137a3b9923a0998c02fbbf89dfa89 (diff) | |
download | serverdata-7d0a7521690fa9837ec0e35724b7f8a2ae591737.tar.gz serverdata-7d0a7521690fa9837ec0e35724b7f8a2ae591737.tar.bz2 serverdata-7d0a7521690fa9837ec0e35724b7f8a2ae591737.tar.xz serverdata-7d0a7521690fa9837ec0e35724b7f8a2ae591737.zip |
Remove 002-2
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 |