diff options
author | Haru <haru@dotalux.com> | 2019-09-23 00:38:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-23 00:38:52 +0200 |
commit | d6dd1e7d1a8701def756d25ceb170674ee88f619 (patch) | |
tree | 291a0b3831c3876d13cad7a4488de3e10ad6c8ac /db/item_db2.conf | |
parent | a1b62d431c74c2b805e2b6bd8081c2b7b7a6ff7e (diff) | |
parent | ad19056bfcc1e98129bf25e14b58dcd0d438f9f9 (diff) | |
download | hercules-d6dd1e7d1a8701def756d25ceb170674ee88f619.tar.gz hercules-d6dd1e7d1a8701def756d25ceb170674ee88f619.tar.bz2 hercules-d6dd1e7d1a8701def756d25ceb170674ee88f619.tar.xz hercules-d6dd1e7d1a8701def756d25ceb170674ee88f619.zip |
Merge pull request #2462 from hemagx/dehardcoded_rentrals
Dehardcode Rental Expire/Renting item checks
Diffstat (limited to 'db/item_db2.conf')
-rw-r--r-- | db/item_db2.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/item_db2.conf b/db/item_db2.conf index 8a2d8e429..ed673c5ea 100644 --- a/db/item_db2.conf +++ b/db/item_db2.conf @@ -117,6 +117,8 @@ item_db: ( "> OnEquipScript: <" OnEquip Script (can also be multi-line) "> OnUnequipScript: <" OnUnequip Script (can also be multi-line) "> + OnRentalStartScript: <" On item renting script, gets called after item is created in inventory (can also be multi-line) "> + OnRentalEndScript: <" On item rent end/expire script, gets called after item is removed from inventory (can also be multi-line) "> // ================ Optional fields (item_db2 only) =============== Inherit: true/false (boolean, if true, inherit the values that weren't specified, from item_db.conf, |