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 /doc | |
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 'doc')
-rw-r--r-- | doc/script_commands.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index bd0b032f1..f2ba9f6ba 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2550,6 +2550,13 @@ EQI_HEAD_LOW (10) - Lower Headgear (beards, some masks) EQI_COSTUME_HEAD_LOW (11) - Lower Costume Headgear EQI_COSTUME_HEAD_MID (12) - Middle Costume Headgear EQI_COSTUME_HEAD_TOP (13) - Upper Costume Headgear +EQI_COSTUME_GARMENT (14) - Costume Garment +EQI_SHADOW_ARMOR (15) - Shadow Armor +EQI_SHADOW_WEAPON (16) - Shadow Weapon +EQI_SHADOW_SHIELD (17) - Shadow Shield +EQI_SHADOW_SHOES (18) - Shadow Shoes +EQI_SHADOW_ACC_R (19) - Shadow Accessory 2 +EQI_SHADOW_ACC_L (20) - Shadow Accessory 1 Notice that a few items occupy several equipment slots, and if the character is wearing such an item, 'getequipid' will return it's ID number |