summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
AgeCommit message (Collapse)AuthorFilesLines
2014-05-17Re-Upload and fix the aegis conversion for item_db.confMichieru1-876/+3142
2014-05-12Revert "Updated to match AEGIS item_db" temporally in order to stop issues ↵panikon1-3321/+812
depicted in issue: 8190 This reverts commit ae289d65b550198ce32a5314f1ff769d729821a9.
2014-05-08Updated to match AEGIS item_dbMichieru1-812/+3321
Special thanks to Dastgir
2014-04-25HPM Hooks UpdateHercules.ws1-97614/+97614
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2014-04-25Update official Spawn monster - Malaya and Biolab Dungeon 4Michieru1-96570/+97614
Update many items scripts to official
2014-04-19Update official healing items scriptMichieru1-6/+10
2014-01-16Added 2 Missing Costumesossi01101-0/+24
Will O Wisp Decoration of Music
2013-12-11Item database bug fixes.Xantara1-6/+10
#5608: Proper groups for Lotto Boxes #5625: Missing function for Dungeon Teleport Scroll II #5612: Missing skills
2013-11-28Fixed Bug 7870Mumbles1-60/+60
Food items sold for 0 zeny in renewal item database. http://hercules.ws/board/tracker/issue-7870-food-items-sell-for-0-zeny/
2013-11-18Corrected a small error in the Elemental_Sword scriptHaru1-2/+2
- bAutoSpellOnSkill rate for the item was incorrectly set to 10000 (=1000%), while the actual maximum value should be 1000 (=100%). - Special thanks to kyeme. Signed-off-by: Haru <haru@dotalux.com>
2013-11-15Added BindOnEquip to the item_db documentation and templatesHaru1-0/+1
- Special thanks to ossi0110, kyeme - Fixes bugreport:7821 http://hercules.ws/board/tracker/issue-7821-missing-item-dbconf-columne/ Signed-off-by: Haru <haru@dotalux.com>
2013-11-14Added Inheritance support for item_db2Haru1-1/+0
- If an item is marked as Inherit: true in item_db2, and it already exists, in item_db, then any unspecified fields are taken from the item_db entry rather than using their default values. - Special thanks to Ind. Signed-off-by: Haru <haru@dotalux.com>
2013-11-14Item DB overhaulHaru1-0/+98284
http://hercules.ws/board/topic/2954-item-db-file-structure-overhaul - Item db was changed to libconfig format. - This new format is larger than the original format, but it's less subject to conflicts when some items are edited and the file gets updated. - It is no longer necessary to specify fields with no value, and only the actually used fields are specified. - Items scripts (especially the long ones) are made more readable by splitting them into multiple lines, with proper indentation. - A converter perl script is provided in the tools directory (and a link to the web-based version of the same script canbe found in the above forum topic) - All of this was made possible thanks to Ind, Yommy. Signed-off-by: Haru <haru@dotalux.com>