diff options
author | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-06 17:22:40 +0000 |
---|---|---|
committer | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-06 17:22:40 +0000 |
commit | ded1f674755335a9cbb5c08e321b4a4c092a0e8d (patch) | |
tree | 4ff5231731935b41f9ef1fdccf9b14ef5b4e85b3 /db | |
parent | 2d75543b172d4cf141278bbd224e2353f19b5c86 (diff) | |
download | hercules-ded1f674755335a9cbb5c08e321b4a4c092a0e8d.tar.gz hercules-ded1f674755335a9cbb5c08e321b4a4c092a0e8d.tar.bz2 hercules-ded1f674755335a9cbb5c08e321b4a4c092a0e8d.tar.xz hercules-ded1f674755335a9cbb5c08e321b4a4c092a0e8d.zip |
I'm still here!
Rewrote fame ranking lists- changed MAP_NAME_LENGTH to 12, now there's MAP_NAME_LENGTH_EXT at 16 for
uses where there is / may be the .gat extension, code adjusted accordingly
- moved map_normalize_name to mapindex_normalize_name so that everything
handling map names uses the same extension-removing function
- greatly enhanced the map cache generator, complete documentation on the
tool and the map cache format can be found in doc/
- the map cache format changed a bit as a consequence, but of course a new
valid one is included (contains latest Nameless Island maps)
- fixed a duplicate entry in map index
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10167 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/grf_files.txt | 15 | ||||
-rw-r--r-- | db/map_cache.dat | bin | 1576951 -> 1586340 bytes | |||
-rw-r--r-- | db/map_index.txt (renamed from db/map_list.txt) | 17 |
4 files changed, 17 insertions, 17 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index cfed7180f..89c357ecc 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -21,6 +21,8 @@ ======================== 04/07 + * Updated map index and map cache with Nameless Island maps [DracoRPG] + - also removed the duplicate g_room2 entry from map index, read the note * Corrected Aliza card's item_db line. [Skotlex] 04/05 * Fixed some items that should heal percentual hp/sp [Playtester] diff --git a/db/grf_files.txt b/db/grf_files.txt deleted file mode 100644 index ef2421925..000000000 --- a/db/grf_files.txt +++ /dev/null @@ -1,15 +0,0 @@ -//----------------------------------------- -// GRF List -//----------------------------------------- - -grf: C:\Program Files\Gravity\RO\data.grf -grf: C:\Program Files\Gravity\RO\sdata.grf - -// You may add more in this format -// grf: <data file path> - -//------ Others --------------------------- - -//Path to directory that contains the data dir -//NOTE: Path must include trailing backslash, only one data_dir entry is supported. -//data_dir: C:\Program Files\Gravity\RO\ diff --git a/db/map_cache.dat b/db/map_cache.dat Binary files differindex 34b8942ee..320e83c66 100644 --- a/db/map_cache.dat +++ b/db/map_cache.dat diff --git a/db/map_list.txt b/db/map_index.txt index 94585d873..b23fe7ba8 100644 --- a/db/map_list.txt +++ b/db/map_index.txt @@ -9,6 +9,11 @@ //mapname <- map will use index of previous map +1 //Note that map index 0 is special and reserved for "error" status. +// NOTE TO DEVELOPERS +// Due to a removed duplicate, index 591 is free, if you have to add a single map, +// please add it there instead of the end. Then remove the 592 on next line (rachel) +// and remove all those comments. ~DracoRPG + alb_ship 1 alb2trea alberta @@ -599,8 +604,8 @@ job_hunter job_knight job_priest job_wizard -g_room2 -rachel +// INDEX 591 IS FREE, PLEASE USE IT +rachel 592 ra_in01 ra_fild01 ra_fild02 @@ -645,6 +650,14 @@ ve_fild07 poring_c01 poring_c02 que_ng +nameless_i +nameless_n +nameless_in +abbey01 +abbey02 +abbey03 +poring_w01 +poring_w02 // Only add maps under this line if they are not standard maps! |