diff options
author | shennetsind <ind@henn.et> | 2013-11-02 18:02:36 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-02 18:02:36 -0200 |
commit | 84e4e6ee1dcaf37d73ec6f590c675ce4b17352b9 (patch) | |
tree | 5022572b54a20f2931f09e98fa607f65edc21384 /db/const.txt | |
parent | 566529c819bcf9aeb1bd3a4a691c443c2b88d076 (diff) | |
download | hercules-84e4e6ee1dcaf37d73ec6f590c675ce4b17352b9.tar.gz hercules-84e4e6ee1dcaf37d73ec6f590c675ce4b17352b9.tar.bz2 hercules-84e4e6ee1dcaf37d73ec6f590c675ce4b17352b9.tar.xz hercules-84e4e6ee1dcaf37d73ec6f590c675ce4b17352b9.zip |
Fixed Shadow System Bonuses
Item in shadow slots are now able to give bonuses properly, thanks to rosfus for pointing it out!
Also added the missing constants for script handling.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 3c20abc4a..cdb000417 100644 --- a/db/const.txt +++ b/db/const.txt @@ -610,6 +610,12 @@ EQI_COSTUME_HEAD_LOW 11 EQI_COSTUME_HEAD_MID 12 EQI_COSTUME_HEAD_TOP 13 EQI_COSTUME_GARMENT 14 +EQI_SHADOW_ARMOR 15 +EQI_SHADOW_WEAPON 16 +EQI_SHADOW_SHIELD 17 +EQI_SHADOW_SHOES 18 +EQI_SHADOW_ACC_R 19 +EQI_SHADOW_ACC_L 20 LOOK_BASE 0 LOOK_HAIR 1 |