summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
AgeCommit message (Collapse)AuthorFilesLines
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>
2017-09-17Replace the recurring 'Loc: 3072' value in the item_db with a bitmask arrayHaru1-21/+21
Equivalent: `["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]` Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace the recurring 'Loc: 769' value in the item_db with a bitmask arrayHaru1-125/+125
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-76/+76
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-34/+34
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-4/+4
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-483/+483
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace recurring value 43 with "EQP_ARMS" in the item_db Loc fieldHaru1-433/+433
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 2097152 with EQP_SHADOW_ACC_L in the item_db Loc fieldHaru1-33/+33
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 1048576 with EQP_SHADOW_ACC_R in the item_db Loc fieldHaru1-34/+34
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 524288 with EQP_SHADOW_SHOES in the item_db Loc fieldHaru1-38/+38
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 262144 with EQP_SHADOW_SHIELD in the item_db Loc fieldHaru1-44/+44
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 131072 with "EQP_SHADOW_WEAPON" in the item_db Loc fieldHaru1-51/+51
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 65536 with "EQP_SHADOW_ARMOR" in the item_db Loc fieldHaru1-46/+46
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 32768 with "EQP_AMMO" in the item_db Loc fieldHaru1-108/+108
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 8192 with "EQP_COSTUME_GARMENT" in the item_db Loc fieldHaru1-9/+9
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 4096 with "EQP_COSTUME_HEAD_LOW" in the item_db Loc fieldHaru1-60/+60
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 2048 with "EQP_COSTUME_HEAD_MID" in the item_db Loc fieldHaru1-82/+82
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 1024 with "EQP_COSTUME_HEAD_TOP" in the item_db Loc fieldHaru1-562/+562
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 512 with "EQP_HEAD_MID" in the item_db Loc fieldHaru1-149/+149
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 256 with "EQP_HEAD_TOP" in the item_db Loc fieldHaru1-972/+972
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 64 with "EQP_SHOES" in the item_db Loc fieldHaru1-198/+198
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 32 with "EQP_SHIELD" in the item_db Loc fieldHaru1-147/+147
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 16 with "EQP_ARMOR" in the item_db Loc fieldHaru1-307/+307
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 4 with "EQP_GARMENT" in the item_db Loc fieldHaru1-207/+207
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 2 with "EQP_WEAPON" in the item_db Loc fieldHaru1-820/+820
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 1 with "EQP_HEAD_LOW" in the item_db Loc fieldHaru1-122/+122
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>
2017-09-17Replace the remaining numbers in the item_db Upper field with bitmask arraysHaru1-10/+10
Replaced: - 3 -> ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER"] - 7 -> ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY"] Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace the recurring 'Upper: 47' value in the item_db with a bitmask arrayHaru1-43/+43
Equivalent: `["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]` Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace 1 with "ITEMUPPER_NORMAL" in the item_db Upper fieldHaru1-108/+108
Signed-off-by: Haru <haru@dotalux.com>