diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-20 21:46:14 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-20 21:46:14 +0800 |
commit | 43a3a0054e742ace16ed930b255197e2385919cf (patch) | |
tree | dcb17f87c1f6d2433dd6f656ded2224f525b9ef7 /doc/item_db.txt | |
parent | 0fe62daff15e32728d609ea24cde1f96d02ca329 (diff) | |
download | hercules-43a3a0054e742ace16ed930b255197e2385919cf.tar.gz hercules-43a3a0054e742ace16ed930b255197e2385919cf.tar.bz2 hercules-43a3a0054e742ace16ed930b255197e2385919cf.tar.xz hercules-43a3a0054e742ace16ed930b255197e2385919cf.zip |
ItemDB Updates:
- Fixes http://herc.ws/board/tracker/issue-7330-halohalo/ where Item 'Halohalo' will not stack together w/ other Status Foods.
- Change the Status Food Behavior based on Aegis: (NOTE: ID# 12202, 12203, 12204, 12205, 12206, 12207 and 12247)
• Removed when the player dies.
• Update its HP/SP percentheal based on Aegis script.
- Follow up https://github.com/HerculesWS/Hercules/commit/e511dcf5940cee7a6e43744543a5ca96bc23cf84#commitcomment-14500629. Thanks to AnnieRuru.
- Follow up https://github.com/HerculesWS/Hercules/commit/d9ad1cc97be0a90b3ef2f653ae2d2cdd77dddd83#commitcomment-14502822. Thanks also to AnnieRuru.
- Change the sequence of our current Trade Restriction based on kRO's itemmoveinfov5.txt
Diffstat (limited to 'doc/item_db.txt')
-rw-r--r-- | doc/item_db.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/item_db.txt b/doc/item_db.txt index b2afc5612..087725025 100644 --- a/doc/item_db.txt +++ b/doc/item_db.txt @@ -42,13 +42,13 @@ item_db: ( override: GroupID (int, defaults to 100) nodrop: true/false (boolean, defaults to false) notrade: true/false (boolean, defaults to false) - partneroverride: true/false (boolean, defaults to false) - noselltonpc: true/false (boolean, defaults to false) - nocart: true/false (boolean, defaults to false) nostorage: true/false (boolean, defaults to false) - nogstorage: true/false (boolean, defaults to false) + nocart: true/false (boolean, defaults to false) + noselltonpc: true/false (boolean, defaults to false) nomail: true/false (boolean, defaults to false) - noauction: true/false (boolean, defaults to false) + noauction: true/false (boolean, defaults to false) + nogstorage: true/false (boolean, defaults to false) + partneroverride: true/false (boolean, defaults to false) } Nouse: { (defaults to no restrictions) override: GroupID (int, defaults to 100) |