summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2018-07-24Merge pull request #2130 from mekolat/reloadconstHaru1-7/+1
reload the const db on script reload
2018-07-13remove the param documentationgumi1-7/+1
2018-07-12Fix date part2Unknown3-3/+3
2018-06-29Merge pull request #2098 from Asheraf/pairshipupdateHaru1-0/+89
update private airship map list to match main kRO servers
2018-06-25Update Pet DatabaseDastgir3-0/+585
2018-06-25Implemented Pet AutofeedingDastgir2-0/+2
2018-06-21Update Maps DatabaseAsheraf1-0/+89
2018-06-07Fix a crash caused by removing entries in job_dbAsheraf2-0/+4
2018-06-03Merge pull request #2004 from Asheraf/stylistHaru3-2/+385
Implementation of stylist ui
2018-06-03Conversion of exp.txt to libconfigSmokexyz6-116/+894
2018-06-02Implementation of stylist uiAsheraf3-2/+385
2018-05-04Implementation of Private AirShipAsheraf1-0/+2
2018-04-19Convert mob_skill_db into libconf formatAsheraf6-16079/+155808
2018-04-07Merge pull request #1990 from Asheraf/attendance_uiHaru1-0/+119
Implementation of Attendance system
2018-04-07Implementation of Attendance systemAsheraf1-0/+119
2018-04-07Add missing item Snow_Rabbit_Egg in pre-re dbAsheraf1-1/+15
2018-04-07Convert Pet db to LibconfigAsheraf6-309/+3257
2018-04-03Merge pull request #1965 from dastgir/2018/3-hateffectHaru2-2/+60
Implemented HatEffect
2018-02-17New mapcache systemhemagx2-0/+0
* Now each map is in separated file so now it will be easier to know which map got updated or delete on updates * Now there's md5 checksum check for each map * Now the map cache is platform safe, the old format was not packed which may result in undefined behavior * The map cache tool got converted into hercules plugin Signed-off-by: hemagx <ibrahem.h.basyone@gmail.com>
2018-02-09Added Constants of Hat effects.Dastgir2-2/+60
Changed Blossom Fluttering to hateffect.
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares4-0/+168
All official features work including the autokick for inactive members And the system is completely customizable.
2018-01-14Merge pull request #1939 from Asheraf/zero_drop_packetHaru2-0/+4
Add support for new drop packet 0xadd for zero clients
2017-12-23Replace the use of skill_reproduce_db with AllowReproduce flagAsheraf3-204/+704
2017-12-23Add support for new drop packet 0xadd for zero clientsAsheraf2-0/+4
2017-11-16update skill db entries to support ShowSkillScaleAsheraf2-0/+34
2017-11-16Implement skill scale packet for client versions >= 20151223.Asheraf2-0/+2
2017-11-04Add into setunitdata/getunitdata new options UDT_ROBE and UDT_BODY2.Andrei Karas1-0/+2
2017-11-02update qtype constants to support new 2017 client icons.Asheraf1-9/+14
2017-10-21Merge pull request #1833 from Emistry/mapflag_noautolootHaru1-1/+2
Add NoAutoloot mapflag
2017-10-22Add NoAutoloot mapflagEmistry Haoyan1-1/+2
- Enable server to disable autoloot settings for certain maps.
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 arrayHaru2-411/+411
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 arrayHaru2-30/+30
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 arrayHaru2-2/+2
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 arrayHaru2-203/+203
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 arrayHaru2-139/+139
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 arrayHaru2-59/+59
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 arrayHaru2-7/+7
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 fieldHaru3-781/+781
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace recurring value 43 with "EQP_ARMS" in the item_db Loc fieldHaru2-703/+703
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 fieldHaru2-186/+186
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>