summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-14Update pc_steal_coin parameterEmistry1-1/+1
2016-07-19Add skill atributes for allow moving while casting skill.Andrei Karas1-3/+14
2016-07-17Removed Leftover of skill_db.txtDastgir1-7/+0
2016-07-14Changed mmo_charstatus::base_level and mmo_charstatus::job_level to intHaru1-2/+2
2016-07-12Add into skill.c some handling for unknown skills/skill units.Andrei Karas1-42/+58
2016-07-12Interface random.chemagx1-2/+2
2016-07-12Fix reading skill_db.confAndrei Karas1-27/+34
2016-07-09Merge pull request #1333 from Smokexyz/SkillDBLibHaru1-231/+1297
2016-07-09SkillDB TXT to Libconfig + converterSmokexyz1-231/+1297
2016-07-05Move static methods into interface in skill.cAndrei Karas1-27/+32
2016-07-02Trivialities: indentation fixesHaru1-18/+18
2016-07-01Merge pull request #1328 from HerculesWS/exp_fixesHaru1-2/+2
2016-06-30Use item attribute as flags varible. Now only ATTR_BROKEN flag exists.Andrei Karas1-4/+5
2016-06-29Fix EXP modifiers to match aegis modifiers calclution.hemagx1-2/+2
2016-05-08Fixed various issues pointed out by cppcheckHaru1-4/+4
2016-04-29Fix issues found by new warnings.Andrei Karas1-1/+1
2016-04-23Changed map_session_data::chatID to int (and renamed to chat_id)Haru1-3/+4