summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-05Use the skill DB accessors where possible/appropriateHaru1-46/+50
2017-11-05Reduce confusion between skill IDs and skill DB indexes (part 1)Haru1-68/+444
2017-11-05Fix a subtle error in case skill->unit_group_newid overflowsHaru1-7/+8
2017-10-21Merge pull request #1854 from Asheraf/skillHaru1-1/+2
2017-10-21Add packets for 64 bit exp.Andrei Karas1-2/+2
2017-10-21Change skill_init_unit_layout to report skill id instead of indexAsheraf1-1/+2
2017-09-21Convert some functions from int32 types to int64.Andrei Karas1-2/+2
2017-09-19remove trailing whitespaces from sourcegumi1-16/+16
2017-09-17Differentiate variables that hold a ViewSprite and a Subtype (part 2)Haru1-1/+1
2017-09-17Differentiate variables that hold a ViewSprite and a weapon SubtypeHaru1-5/+5
2017-09-17Split 'View' in two different fields in the item databaseHaru1-1/+1
2017-06-09Merge pull request #1139 from SamuelHercules/WarlockCLFixsmokexyz1-1/+1
2017-06-06Fixed assert report when arrow shower(skill) was used on traps.Dastgir1-3/+3
2017-05-21Refine rate correction from kRO.smokexyz1-1/+1
2017-04-10Monster Vulture's Eye and Snake's Eye removed.Smokexyz1-2/+2
2017-03-16Correct Castling skill to use cooldownAsheraf1-2/+8
2017-03-16Official status change base durations for Stun (#1234) (#1632)Flipp1-3/+3
2016-12-03Change the argument to pc->famerank() to a rank type (instead of job mapid)Haru1-2/+3
2016-12-03Ensure that pc->addfame() increments the correct fame pointsHaru1-14/+15
2016-12-03Clarify some Job Class vs MapID confusion (2/2)Haru1-32/+30
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-12/+13
2016-11-20Synchronized the AegisNames to the in-source ITEMID_ constantsHaru1-15/+15
2016-11-07Corrected an issue causing WZ_HEAVENDRIVE to be ineffectiveHaru1-4/+4
2016-10-22Fix incorrect coding style used in char/char.c and map/skill.cDastgir Pojee1-4/+4
2016-10-22Minor Typo fixes, also added tsc declarationDastgir Pojee1-3/+4
2016-10-22Implemented UNT_CATNIPPOWDER.Dastgir Pojee1-0/+7
2016-10-22Increases SkillID Range on skill_get_index.Dastgir Pojee1-1/+1
2016-10-22Implemented SC_BITESCAR:Dastgir Pojee1-1/+5
2016-10-22Implemented SU_BUNCHOFSHRIMP Skill.Dastgir Pojee1-0/+10
2016-10-22Implemented SU_TUNAPARTY Skill.Dastgir Pojee1-0/+1