summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-22Implemented SU_TUNABELLY Skill.Dastgir Pojee1-2/+8
2016-10-22Implemented SU_POWEROFSEA.Dastgir Pojee1-0/+5
2016-10-22Implemented SU_LUNATICCARROTBEAT Skill.Dastgir Pojee1-3/+24
2016-10-22Implemented SU_ARCLOUSEDASH Skill.Dastgir Pojee1-0/+1
2016-10-22Implemented SU_PICKYPECK Skill.Dastgir Pojee1-0/+4
2016-10-22Implemented SU_SCAROFTAROU Skill.Dastgir Pojee1-0/+6
2016-10-22Implemented SU_SV_ROOTTWIST Skill.Dastgir Pojee1-0/+30
2016-10-22Implemented SU_CN_METEOR:Dastgir Pojee1-4/+22
2016-10-22Implemented SU_CN_POWDERING Skill.Dastgir Pojee1-1/+3
2016-10-22Implemented SU_SV_STEMSPEAR Skill.Dastgir Pojee1-0/+9
2016-10-22Implemented SU_FRESHSHRIMP Skill.Dastgir Pojee1-2/+6
2016-10-22Implemented SU_LOPE Skill.Dastgir Pojee1-0/+13
2016-10-22Implemented SU_STOOP Skill.Dastgir Pojee1-0/+10
2016-10-22Implemented SU_SCRATCH:Dastgir Pojee1-2/+12
2016-10-22Implemented SU_HIDE Skill.Dastgir Pojee1-2/+15
2016-10-22Implemented SU_BITE Skill:Dastgir Pojee1-1/+7
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas1-1/+42
2016-09-19Add missing checks into skill.cAndrei Karas1-114/+341
2016-09-13Fixed a possile buffer overrun when MAX_SKILL_LEVEL is changedHaru1-2/+2
2016-09-03Add some missing functions in skill.c into interface.Andrei Karas1-6/+9