summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-15Remove hard-coded required item amounts and update skill DBs accordinglyKenpachi Developer1-60/+0
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-13/+17
2020-09-12This is Hercules v2019.09.22Jesusaves1-2/+2
2019-07-24Update mob_db - DamageTakenRate fieldEmistry Haoyan1-0/+12
2019-05-06Merge pull request #2232 from guilherme-gm/201810-trap-visibilityHaru1-9/+31
2019-05-05Removal of refine database code from status.c and moving it respectfully to i...Ibrahim Zidan1-1/+2
2019-02-28Adds configuration for Magic Rod behavior (official/eAthena).EyesOfAHawk1-6/+9
2018-12-14Add inventory size field into db and using it in server.Andrei Karas1-10/+10
2018-11-14Use an enum as flag for status->heal() and related functionsHaru1-52/+53
2018-10-21Merge pull request #2182 from guilherme-gm/201808-trapfixHaru1-16/+37
2018-10-20Added setting to keep traps invisible when triggeredGuilherme G. Menaldo1-1/+3
2018-10-20Added option to make hunter traps invisibleGuilherme G. Menaldo1-9/+29
2018-09-19Update inventory packet for 2018-09-12 RE.Andrei Karas1-3/+3
2018-08-30Fixed Blastime and Claymore Trap damage that wasn't being split by the number...Guilherme G. Menaldo1-16/+37
2018-08-26Merge pull request #2164 from mekolat/addvariableHaru1-8/+8
2018-08-11Supresses warning in skill_attack when MAGIC_REFLECTION_TYPE is 0.EyesOfAHawk1-0/+6
2018-07-30always set the type when doing script->add_strgumi1-8/+8
2018-07-26Fix Venom Splasher consuming its gemstome requirement twiceHaru1-0/+5
2018-07-26Merge pull request #2143 from dastgirp/plugin/unit_layoutHaru1-2/+2
2018-07-24Correct wrong attribute used for pet evolution egg hidingAsheraf1-0/+3
2018-07-24Added missing parameter to init_unit_layout_unknownDastgir1-2/+2
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-2/+2
2018-07-15Update packet PACKET_CZ_REQ_ITEMREPAIR.Andrei Karas1-1/+1
2018-07-12Split btype and item_id parameters in function clif_skill_fail.Andrei Karas1-235/+235
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-246/+260
2018-07-01Merge pull request #2091 from AnnieRuru/46-novendingHaru1-0/+13
2018-06-30add support for send target in unittalkAsheraf1-1/+1
2018-06-25Merge pull request #2076 from dastgirp/3-skill_pluginHaru1-3/+5
2018-06-18Fix novending cause player gets stuckAnnieRuru1-0/+13
2018-06-12Changed returntype of skill_check_condition_castend_unknown.Dastgir1-3/+5
2018-06-03Fix the skill element for levels above the MAX_SKILL_LEVELHaru1-4/+0
2018-06-02Merge pull request #2038 from 4144/msiHaru1-10/+23
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-05-29Add autogenerated messages list headers with original strings and translation.Andrei Karas1-5/+18
2018-05-29Fix wrong values in clif_messages enum.Andrei Karas1-5/+5
2018-05-01Replace "--ja--" and "--en--" with constants (source only)Haru1-2/+2
2018-05-01Fix the name of the monsters summoned by SA_SUMMONMONSTERHaru1-1/+2
2018-04-23Merge pull request #2005 from guilherme-gm/guildskillcdHaru1-6/+10
2018-04-08Allow guild skills cooldown to continue when logged outGuilherme G. Menaldo1-6/+10
2018-04-08Prevent a null pointer failure when TK_JUMPKICK is used by a non-playerHaru1-8/+6
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+2
2018-01-14Merge pull request #1939 from Asheraf/zero_drop_packetHaru1-10/+10
2017-12-23Replace the use of skill_reproduce_db with AllowReproduce flagAsheraf1-18/+7
2017-12-23Add support for new drop packet 0xadd for zero clientsAsheraf1-10/+10
2017-11-26Fix handling of the special case of SplashRange < 0 meaning AREA_SIZEHaru1-3/+6
2017-11-24Allow using the skill DB accessors on non-skill attacks (skill_id = 0)Haru1-53/+182
2017-11-18Merge pull request #1903 from Asheraf/skill_scaleHaru1-0/+6
2017-11-16Implement skill scale packet for client versions >= 20151223.Asheraf1-0/+6
2017-11-05Fix/clarify various incorrect modulo operationsHaru1-23/+24
2017-11-05Reduce confusion between skill IDs and skill DB indexes (part 2)Haru1-4/+4