diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-09-01 14:14:59 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-09-01 14:14:59 +0000 |
commit | 8fac6c64569042c2e41d6b38be8908d432b45714 (patch) | |
tree | 3ec82b2d2063d3fc9eeebe445a10105b4b41922d /conf | |
parent | cad39aa5b30e3ed83201ecc4d9c2e48858f68a31 (diff) | |
download | serverdata-8fac6c64569042c2e41d6b38be8908d432b45714.tar.gz serverdata-8fac6c64569042c2e41d6b38be8908d432b45714.tar.bz2 serverdata-8fac6c64569042c2e41d6b38be8908d432b45714.tar.xz serverdata-8fac6c64569042c2e41d6b38be8908d432b45714.zip |
Added new maps and new monster
Diffstat (limited to 'conf')
-rwxr-xr-x | conf/map_athena.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/map_athena.conf b/conf/map_athena.conf index 8eaff6f6..1cb16a6b 100755 --- a/conf/map_athena.conf +++ b/conf/map_athena.conf @@ -29,6 +29,7 @@ mapreg_txt: save/mapreg.txt // Maps +map: new_17-1.gat map: new_16-1.gat map: new_15-1.gat map: new_14-1.gat @@ -46,6 +47,10 @@ map: new_3-1.gat map: new_2-1.gat map: new_1-1.gat +// PVP + +npc: npc/pvp/maps.txt + // NPCs (ordered in alphabetical order by name). // Tulimshar 3-1 @@ -107,6 +112,7 @@ npc: npc/xmas/taro.txt // Snow village 11-1 //npc: npc/snow-village/monsters.txt npc: npc/snow-village/sexchanger.txt +npc: npc/snow-village/shops.txt npc: npc/snow-village/startrek.txt npc: npc/snow-village/passages.txt @@ -117,6 +123,7 @@ npc: npc/ice-cave/passages.txt // Small cave (test map) 4-1 npc: npc/cave-small/hermit.txt npc: npc/cave-small/monsters.txt +npc: npc/cave-small/passages.txt // Woodland-desert link 15-1 npc: npc/woodland-desert/monsters.txt @@ -125,3 +132,11 @@ npc: npc/woodland-desert/passages.txt // South-west woodland 16-1 npc: npc/south-east-woodland/monsters.txt npc: npc/south-east-woodland/passages.txt + +// Big cave 17-1 +npc: npc/cave-big/monsters.txt +npc: npc/cave-big/passages.txt + +// Arena 6-1 +npc: npc/arena/guards.txt +npc: npc/arena/monsters.txt |