diff options
author | shennetsind <ind@henn.et> | 2013-10-07 19:32:20 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-10-07 19:32:20 -0300 |
commit | 08940f69a84575f4db9e71b214561d134fe8ac32 (patch) | |
tree | b8c9fb98d87ed1619f6cafa2a729a894b614acb9 /db | |
parent | eec0faa7a2c8fcce02e72e455dceff0429b49196 (diff) | |
download | hercules-08940f69a84575f4db9e71b214561d134fe8ac32.tar.gz hercules-08940f69a84575f4db9e71b214561d134fe8ac32.tar.bz2 hercules-08940f69a84575f4db9e71b214561d134fe8ac32.tar.xz hercules-08940f69a84575f4db9e71b214561d134fe8ac32.zip |
Missing EQI Constants in const.txt
Partial Merge of 271ed52
Closes #179
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 9d28323ba..23a28c088 100644 --- a/db/const.txt +++ b/db/const.txt @@ -593,6 +593,7 @@ bMagicAtkEle 2056 bFixedCast 2057 bVariableCast 2058 +//reference to script.c::script_defaults():equip[] array used for easy-conversion EQI_HEAD_TOP 1 EQI_ARMOR 2 EQI_HAND_L 3 @@ -603,6 +604,10 @@ EQI_ACC_L 7 EQI_ACC_R 8 EQI_HEAD_MID 9 EQI_HEAD_LOW 10 +EQI_COSTUME_HEAD_LOW 11 +EQI_COSTUME_HEAD_MID 12 +EQI_COSTUME_HEAD_TOP 13 +EQI_COSTUME_GARMENT 14 LOOK_BASE 0 LOOK_HAIR 1 |