diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-14 11:57:10 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-14 11:57:10 +0000 |
commit | d533ac380d98effd3667a1090e889cd6811b8ce9 (patch) | |
tree | f4ebb9f08e43c237361db55eb02383570eea7044 /conf/maps_athena.conf | |
parent | ee32b70e68031b2b551579a3465caaf9ca5d2ceb (diff) | |
download | hercules-d533ac380d98effd3667a1090e889cd6811b8ce9.tar.gz hercules-d533ac380d98effd3667a1090e889cd6811b8ce9.tar.bz2 hercules-d533ac380d98effd3667a1090e889cd6811b8ce9.tar.xz hercules-d533ac380d98effd3667a1090e889cd6811b8ce9.zip |
* Uncommented all novice map, and added mapflags.
* Additionally; changed starting map from new_zone to new_1-1.
* Large update to the novice grounds. Fixed bugreport:1666
- Updated notice ground warps to reflect the above map-usage change.
- Additionally; NPCs now give EXP (base/job) dependant on your level.
- All prior novice ground progress will be lost, and variables cleared.
- NPCs give class specific items, but not the soulbound ones, yet.
- Fixed the mob count for the novice ground maps.
- Added all the old novice training ground vars to F_ClearGarbage
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12833 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/maps_athena.conf')
-rw-r--r-- | conf/maps_athena.conf | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/conf/maps_athena.conf b/conf/maps_athena.conf index e28605ca8..64920d8be 100644 --- a/conf/maps_athena.conf +++ b/conf/maps_athena.conf @@ -142,26 +142,26 @@ map: new_zone01 map: new_zone02 map: new_zone03 map: new_zone04 -//map: new_1-1 -//map: new_1-2 -//map: new_1-3 -//map: new_1-4 -//map: new_2-1 -//map: new_2-2 -//map: new_2-3 -//map: new_2-4 -//map: new_3-1 -//map: new_3-2 -//map: new_3-3 -//map: new_3-4 -//map: new_4-1 -//map: new_4-2 -//map: new_4-3 -//map: new_4-4 -//map: new_5-1 -//map: new_5-2 -//map: new_5-3 -//map: new_5-4 +map: new_1-1 +map: new_1-2 +map: new_1-3 +map: new_1-4 +map: new_2-1 +map: new_2-2 +map: new_2-3 +map: new_2-4 +map: new_3-1 +map: new_3-2 +map: new_3-3 +map: new_3-4 +map: new_4-1 +map: new_4-2 +map: new_4-3 +map: new_4-4 +map: new_5-1 +map: new_5-2 +map: new_5-3 +map: new_5-4 map: orcsdun01 map: orcsdun02 //map: ordeal_a00 |