summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
AgeCommit message (Collapse)AuthorFilesLines
2020-07-29Remove unused dirsAndrei Karas1-158679/+0
2020-07-04Minor item DB fixKenpachi Developer1-26/+24
2020-07-03Add missing shoes for combos which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-0/+144
2020-07-03Update shadow shields which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-41/+61
2020-07-03Update cards which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-14/+14
2020-07-03Update accessories which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-4/+4
2020-07-03Update/add garments which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-1/+125
2020-07-03Update/add shields which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-6/+77
2020-07-03Update armors which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-2/+3
2020-07-03Update headgears which use bSubDefEle/bMagicSubDefEle bonusKenpachi Developer1-38/+46
2020-05-31Update script of Megaphone_ item to use loudhailer() script commandKenpachi Developer1-1/+1
2020-05-10Merge pull request #2708 from Kenpachi2k13/sc_resist_property_Haru1-12/+5
Implement SC_RESIST_PROPERTY_* and icon display for SC_ARMOR_RESIST
2020-05-02Update item scripts of Resist_* potions and Undead_Element_ScrollKenpachi Developer1-12/+5
2020-04-11Add jRO exclusive pet itemsKenpachi Developer1-0/+49
2020-04-11Add new items for pet DB updateKenpachi Developer1-0/+290
2020-04-05Merge pull request #2658 from Kenpachi2k13/new_status_changesHaru1-4/+118
Add new status changes and update related items
2020-03-14Update items which use new status changesKenpachi Developer1-4/+118
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-0/+29
* 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-84/+84
2020-02-09Updated item scripts.Kenpachi Developer1-85/+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-02-09Merge pull request #2621 from dastgirp/script/rebellionHaru1-0/+162
Added Rebellion Job Quest
2020-01-25Updated itemDB to support items in rebellion job change quest.Dastgir1-0/+162
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>
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>
2019-07-21Update Runestones stack limitEmistry Haoyan1-10/+7
- Removes limit of Turisus runestone, Asir runestone and Pertz runestone amount that can be hold. - increases limit of other runestones amount that can be hold to 60.
2019-05-27Update item_db - Stat Reduction PotionsEmistry Haoyan1-0/+48
- Added item to regain status point by stat reduction. - follow up d7bbebdf8526667b288223c8adc2d110204814c5
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/+167
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-25Merge pull request #2138 from Asheraf/stylistupdateHaru1-0/+5
Add support for bodystyle in stylist shop ui
2018-07-24Add Achievement DB Add Achievement Rank DBsmokexyz1-0/+167
Co-authored-by: "Dastgir" <dastgirp@gmail.com>
2018-07-19Add support for bodystyle in stylist shop uiAsheraf1-0/+5
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-25Update Pet DatabaseDastgir1-0/+203
2018-06-02Implementation of stylist uiAsheraf1-1/+38
2018-02-09Added Constants of Hat effects.Dastgir1-2/+2
Changed Blossom Fluttering to hateffect.
2017-12-23Add support for new drop packet 0xadd for zero clientsAsheraf1-0/+2
2017-09-17Add a FIXME comment next to an unknown 'Loc: 16384' value in the item_dbHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace the recurring 'Loc: 1023' value in the item_db with a bitmask arrayHaru1-325/+325
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: 7168' value in the item_db with a bitmask arrayHaru1-23/+23
Equivalent: `["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]` Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace the recurring 'Loc: 6144' value in the item_db with a bitmask arrayHaru1-29/+29
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>