Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-16 | update skill db entries to support ShowSkillScale | Asheraf | 2 | -0/+34 | |
2017-11-16 | Implement skill scale packet for client versions >= 20151223. | Asheraf | 2 | -0/+2 | |
2017-11-04 | Add into setunitdata/getunitdata new options UDT_ROBE and UDT_BODY2. | Andrei Karas | 1 | -0/+2 | |
2017-11-02 | update qtype constants to support new 2017 client icons. | Asheraf | 1 | -9/+14 | |
2017-10-21 | Merge pull request #1833 from Emistry/mapflag_noautoloot | Haru | 1 | -1/+2 | |
Add NoAutoloot mapflag | |||||
2017-10-22 | Add NoAutoloot mapflag | Emistry Haoyan | 1 | -1/+2 | |
- Enable server to disable autoloot settings for certain maps. | |||||
2017-09-17 | Add a FIXME comment next to an unknown 'Loc: 16384' value in the item_db | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 1023' value in the item_db with a bitmask array | Haru | 2 | -411/+411 | |
Equivalent: `["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 7168' value in the item_db with a bitmask array | Haru | 1 | -23/+23 | |
Equivalent: `["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 6144' value in the item_db with a bitmask array | Haru | 2 | -30/+30 | |
Equivalent: `["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 5120' value in the item_db with a bitmask array | Haru | 2 | -2/+2 | |
Equivalent: `["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_LOW"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 3072' value in the item_db with a bitmask array | Haru | 1 | -21/+21 | |
Equivalent: `["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_MID"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 769' value in the item_db with a bitmask array | Haru | 2 | -203/+203 | |
Equivalent: `["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 768' value in the item_db with a bitmask array | Haru | 2 | -139/+139 | |
Equivalent: `["EQP_HEAD_TOP", "EQP_HEAD_MID"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 513' value in the item_db with a bitmask array | Haru | 2 | -59/+59 | |
Equivalent: `["EQP_HEAD_LOW", "EQP_HEAD_MID"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 257' value in the item_db with a bitmask array | Haru | 2 | -7/+7 | |
Equivalent: `["EQP_HEAD_LOW", "EQP_HEAD_TOP"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace recurring value 136 with "EQP_ACC" in the item_db Loc field | Haru | 3 | -781/+781 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace recurring value 43 with "EQP_ARMS" in the item_db Loc field | Haru | 2 | -703/+703 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 2097152 with EQP_SHADOW_ACC_L in the item_db Loc field | Haru | 1 | -33/+33 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 1048576 with EQP_SHADOW_ACC_R in the item_db Loc field | Haru | 1 | -34/+34 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 524288 with EQP_SHADOW_SHOES in the item_db Loc field | Haru | 1 | -38/+38 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 262144 with EQP_SHADOW_SHIELD in the item_db Loc field | Haru | 1 | -44/+44 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 131072 with "EQP_SHADOW_WEAPON" in the item_db Loc field | Haru | 1 | -51/+51 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 65536 with "EQP_SHADOW_ARMOR" in the item_db Loc field | Haru | 1 | -46/+46 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 32768 with "EQP_AMMO" in the item_db Loc field | Haru | 2 | -186/+186 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 8192 with "EQP_COSTUME_GARMENT" in the item_db Loc field | Haru | 1 | -9/+9 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 4096 with "EQP_COSTUME_HEAD_LOW" in the item_db Loc field | Haru | 2 | -61/+61 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 2048 with "EQP_COSTUME_HEAD_MID" in the item_db Loc field | Haru | 2 | -83/+83 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 1024 with "EQP_COSTUME_HEAD_TOP" in the item_db Loc field | Haru | 2 | -564/+564 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 512 with "EQP_HEAD_MID" in the item_db Loc field | Haru | 2 | -229/+229 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 256 with "EQP_HEAD_TOP" in the item_db Loc field | Haru | 3 | -1676/+1676 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 64 with "EQP_SHOES" in the item_db Loc field | Haru | 2 | -286/+286 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 32 with "EQP_SHIELD" in the item_db Loc field | Haru | 2 | -232/+232 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 16 with "EQP_ARMOR" in the item_db Loc field | Haru | 3 | -496/+496 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 4 with "EQP_GARMENT" in the item_db Loc field | Haru | 2 | -300/+300 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 2 with "EQP_WEAPON" in the item_db Loc field | Haru | 2 | -1377/+1377 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 1 with "EQP_HEAD_LOW" in the item_db Loc field | Haru | 3 | -189/+189 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Add support for bitmask arrays in the item_db Loc field | Haru | 3 | -3/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the remaining numbers in the item_db Upper field with bitmask arrays | Haru | 1 | -10/+10 | |
Replaced: - 3 -> ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER"] - 7 -> ["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY"] Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Upper: 47' value in the item_db with a bitmask array | Haru | 1 | -43/+43 | |
Equivalent: `["ITEMUPPER_NORMAL", "ITEMUPPER_UPPER", "ITEMUPPER_BABY", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDBABY"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 1 with "ITEMUPPER_NORMAL" in the item_db Upper field | Haru | 1 | -108/+108 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Upper: 56' value in the item_db with a bitmask array | Haru | 2 | -243/+243 | |
Equivalent: `["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Upper: 58' value in the item_db with a bitmask array | Haru | 1 | -182/+182 | |
Equivalent: `["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Remove redundant 'Upper: 63' (ITEMUPPER_ALL) values from the item_db | Haru | 2 | -14/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 8 with "ITEMUPPER_THIRD" in the item_db Upper field | Haru | 2 | -87/+87 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 2 with "ITEMUPPER_UPPER" in the item_db Upper field | Haru | 2 | -158/+158 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Add support for bitmask arrays in the item_db Upper field | Haru | 3 | -3/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Fixes wrong Type values on db\re\item_db.conf | AtlantisRO | 1 | -26/+27 | |
- Adds Subtype "A_SHURIKEN" to 13295 - Light_Shuriken - Changes "IT_WEAPON" to "IT_ARMOR" in some armors, shoes and accessory for Summoner Class. Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Replaced Number 18 in Type for Constant "IT_CASH" on item_db.conf | AtlantisRO | 2 | -1914/+1914 | |
Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Replaced Number 11 in Type for Constant "IT_DELAYCONSUME" on item_db.conf | AtlantisRO | 2 | -269/+269 | |
Signed-off-by: Ragno <ragno@atlantis-ro.net> |