diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-02-15 16:51:31 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-02-15 16:51:31 +0000 |
commit | 81f9673228ea0a9fcfc364ede5ce4e705d51b771 (patch) | |
tree | 8b7eed3d35021d2303e106bdb6d73800a816583d /npc | |
parent | ef7a69afc170e8c60af91583d7c1488a7590fcab (diff) | |
download | serverdata-81f9673228ea0a9fcfc364ede5ce4e705d51b771.tar.gz serverdata-81f9673228ea0a9fcfc364ede5ce4e705d51b771.tar.bz2 serverdata-81f9673228ea0a9fcfc364ede5ce4e705d51b771.tar.xz serverdata-81f9673228ea0a9fcfc364ede5ce4e705d51b771.zip |
Add the bot check map
Diffstat (limited to 'npc')
-rw-r--r-- | npc/_import.txt | 4 | ||||
-rw-r--r-- | npc/botcheck/_import.txt | 3 | ||||
-rw-r--r-- | npc/botcheck/_mobs.txt | 7 | ||||
-rw-r--r-- | npc/botcheck/_warps.txt | 2 |
4 files changed, 16 insertions, 0 deletions
diff --git a/npc/_import.txt b/npc/_import.txt index 70a917f8..416fff95 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -41,3 +41,7 @@ import: npc/020-2_Nivalis/_import.txt import: npc/020-3_Ice_cave/_import.txt import: npc/020-4_Ice_cave/_import.txt import: npc/021-1_Tulimshar/_import.txt +//import: npc/021-2/_import.txt +//import: npc/021-8_Meeting_Rooms/_import.txt +//import: npc/023-1_Beach_Cliffs/_import.txt +import: npc/botcheck/_import.txt diff --git a/npc/botcheck/_import.txt b/npc/botcheck/_import.txt new file mode 100644 index 00000000..4eb1b648 --- /dev/null +++ b/npc/botcheck/_import.txt @@ -0,0 +1,3 @@ +map: botcheck.gat +npc: npc/botcheck/_mobs.txt +npc: npc/botcheck/_warps.txt diff --git a/npc/botcheck/_mobs.txt b/npc/botcheck/_mobs.txt new file mode 100644 index 00000000..8df9159f --- /dev/null +++ b/npc/botcheck/_mobs.txt @@ -0,0 +1,7 @@ +// botcheck mobs + + + +botcheck.gat,0,0,0 script Mobbotcheck -1,{ + end; +} diff --git a/npc/botcheck/_warps.txt b/npc/botcheck/_warps.txt new file mode 100644 index 00000000..7f584084 --- /dev/null +++ b/npc/botcheck/_warps.txt @@ -0,0 +1,2 @@ +// botcheck warps + |