diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-05-21 01:00:48 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-05-21 01:00:48 +0000 |
commit | f4278f36db32f35e535a0ea8feb1cf83ca95019e (patch) | |
tree | 2f94045b251723cc9dc9c15e8e83f7fb14141ead /db/const.txt | |
parent | b3f24a0f3461e1e05e26edca99858bc576392849 (diff) | |
download | hercules-f4278f36db32f35e535a0ea8feb1cf83ca95019e.tar.gz hercules-f4278f36db32f35e535a0ea8feb1cf83ca95019e.tar.bz2 hercules-f4278f36db32f35e535a0ea8feb1cf83ca95019e.tar.xz hercules-f4278f36db32f35e535a0ea8feb1cf83ca95019e.zip |
* Lots of updates. Mostly mob related.
- Added known stats and drops for 13.2 monsters.
- Added custom skills and mobchat for 13.2 mobs.
- Added known stats for Brasilis Mobs.
- Added new quest entries, and updated some old ones.
- Removed Itemskill from Large_spray_of_flowers.
- Added known names and ids for more mobs.
- Added homunculus IDs to homun database as placeholders.
- Added skill ids for 3rd jobs to skill_db as placeholders.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14298 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index f9e19c4a4..d4cd4fbfd 100644 --- a/db/const.txt +++ b/db/const.txt @@ -1805,3 +1805,13 @@ FW_SEMIBOLD 600 FW_BOLD 700 FW_EXTRABOLD 800 FW_HEAVY 900 + +VAR_HEAD 1 +VAR_WEAPON 2 +VAR_HEAD_TOP 3 +VAR_HEAD_MID 4 +VAR_HEAD_BOTTOM 5 +VAR_HEADPALETTE 6 +VAR_BODYPALETTE 7 +VAR_SHIELD 8 +VAR_SHOES 9 |