summaryrefslogtreecommitdiff
path: root/db/pre-re/item_db.conf
AgeCommit message (Collapse)AuthorFilesLines
2020-07-29Remove unused dirsAndrei Karas1-100421/+0
2020-06-16Add missing mobs and items for custom or disabled scripts in pre-reAndrei Karas1-0/+5
2020-05-31Update script of Megaphone_ item to use loudhailer() script commandKenpachi Developer1-1/+1
2020-05-02Update item scripts of Resist_* potions and Undead_Element_ScrollKenpachi Developer1-12/+5
2020-04-05Merge pull request #2658 from Kenpachi2k13/new_status_changesHaru1-1/+163
Add new status changes and update related items
2020-03-14Update items which use new status changesKenpachi Developer1-1/+163
2020-03-09Merge pull request #2648 from Kenpachi2k13/itemskill_fixHaru1-11/+11
Fix itemskill() script command
2020-03-06Fix script of items which check and consume skill requirementsKenpachi Developer1-11/+11
2020-02-19Update items 12459-12465Kenpachi Developer1-7/+36
* Added bonus scripts. * Fixed names in pre-RE item DB.
2020-02-09Changed type of all items, which use itemskill() script command, to IT_USABLE.Kenpachi Developer1-79/+79
2020-02-09Updated item scripts.Kenpachi Developer1-88/+61
Updated script of all items, which use SkillToMe in AEGIS, to now use itemskill() script command with flag parameter set to 6 (ISF_INSTANTCAST | ISF_CASTONSELF). Updated script of all items, which used unitskilluseid() script command, to now use itemskill() script command.
2020-01-14Updated items which used SC_ARMORPROPERTY or SC_ARMOR_RESIST.Kenpachi Developer1-5/+22
2020-01-13Update copyright headers for year 2020Haru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2020-01-01Add support for auto exp insurance itemsAsheraf1-0/+7
2019-10-02Update Drooping Kitty item bonusEmistry Haoyan1-1/+1
The item is supposed to resist curse for 40% and stun for 10%. ttps://www.divine-pride.net/database/item/5330 https://github.com/rathena/rathena/commit/9f4e40d490c1091ebe844119d81b7beea1ba0657
2019-09-23Add placeholders for some itemsAsheraf1-0/+3085
2019-09-22Remove the hardcoded checks in pc_rental_expire and use OnRentalEndScript ↵Ibrahim Zidan1-9/+46
field in item database for those items instead Fixes #140 Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-09-22Implement new script fields for items triggered on rentral status changesIbrahim Zidan1-0/+2
- OnRentalStartScript triggered when a rental item is added to inventory - OnRentalEndScript triggered when a rental period end/expire of the item Related #140 Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2018-12-14Add script and item for inventory expansion.Andrei Karas1-0/+5
2018-10-10Add some item db placeholdersAsheraf1-0/+2465
2018-07-28Merge pull request #2067 from dastgirp/1-achievementHaru1-0/+33
Implemented Achievement System and Title System
2018-07-25Merge pull request #2117 from HerculesWS/seaottercard_fixHaru1-4/+4
Fix Sea-Otter Card not increasing Sushi Heal Rate
2018-07-24Add Achievement DB Add Achievement Rank DBsmokexyz1-0/+33
Co-authored-by: "Dastgir" <dastgirp@gmail.com>
2018-07-12Fix date part2Unknown1-1/+1
2018-07-03Fix Sea-Otter Card not increasing Sushi Heal Rateskyleo1-4/+4
Fixes Issue #2116
2018-06-02Implementation of stylist uiAsheraf1-1/+38
2018-04-07Add missing item Snow_Rabbit_Egg in pre-re dbAsheraf1-1/+15
2017-12-23Add support for new drop packet 0xadd for zero clientsAsheraf1-0/+2
2017-09-17Replace the recurring 'Loc: 1023' value in the item_db with a bitmask arrayHaru1-86/+86
Equivalent: `["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]` Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace the recurring 'Loc: 6144' value in the item_db with a bitmask arrayHaru1-1/+1
Equivalent: `["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]` Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace the recurring 'Loc: 5120' value in the item_db with a bitmask arrayHaru1-1/+1
Equivalent: `["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_LOW"]` Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace the recurring 'Loc: 769' value in the item_db with a bitmask arrayHaru1-78/+78
Equivalent: `["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]` Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace the recurring 'Loc: 768' value in the item_db with a bitmask arrayHaru1-63/+63
Equivalent: `["EQP_HEAD_TOP", "EQP_HEAD_MID"]` Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace the recurring 'Loc: 513' value in the item_db with a bitmask arrayHaru1-25/+25
Equivalent: `["EQP_HEAD_LOW", "EQP_HEAD_MID"]` Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace the recurring 'Loc: 257' value in the item_db with a bitmask arrayHaru1-3/+3
Equivalent: `["EQP_HEAD_LOW", "EQP_HEAD_TOP"]` Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace recurring value 136 with "EQP_ACC" in the item_db Loc fieldHaru1-296/+296
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace recurring value 43 with "EQP_ARMS" in the item_db Loc fieldHaru1-270/+270
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 32768 with "EQP_AMMO" in the item_db Loc fieldHaru1-78/+78
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 4096 with "EQP_COSTUME_HEAD_LOW" in the item_db Loc fieldHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 2048 with "EQP_COSTUME_HEAD_MID" in the item_db Loc fieldHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 1024 with "EQP_COSTUME_HEAD_TOP" in the item_db Loc fieldHaru1-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 512 with "EQP_HEAD_MID" in the item_db Loc fieldHaru1-80/+80
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 256 with "EQP_HEAD_TOP" in the item_db Loc fieldHaru1-695/+695
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 64 with "EQP_SHOES" in the item_db Loc fieldHaru1-88/+88
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 32 with "EQP_SHIELD" in the item_db Loc fieldHaru1-85/+85
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 16 with "EQP_ARMOR" in the item_db Loc fieldHaru1-187/+187
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 4 with "EQP_GARMENT" in the item_db Loc fieldHaru1-93/+93
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 2 with "EQP_WEAPON" in the item_db Loc fieldHaru1-557/+557
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 1 with "EQP_HEAD_LOW" in the item_db Loc fieldHaru1-65/+65
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Add support for bitmask arrays in the item_db Loc fieldHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>