summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-15Make skills check if equipped ammunition type is appropriate for equipped weaponKenpachi Developer1-4/+2
2020-03-14Make skills cast by Improvised Song ignore all requirementsKenpachi Developer1-5/+7
2020-03-14Remove IT_DELAYCONSUME related auto-cast codeKenpachi Developer1-19/+0
2020-03-14Remove skillitem and skillitemlv variables and use map_session_data->autocast...Kenpachi Developer1-12/+8
2020-03-14Remove obsolete auto-cast type validation from skill_check_condition_castbegi...Kenpachi Developer1-18/+14
2020-03-14Use map_session_data->autocast.type instead of skillitem variable to check fo...Kenpachi Developer1-13/+13
2020-03-14Remove map_session_data->state.itemskill_* and use map_session_data->autocast...Kenpachi Developer1-3/+3
2020-03-14Remove skill_is_item_skill() function and use map_session_data->autocast.type...Kenpachi Developer1-20/+3
2020-03-14Remove map_session_data->state.abra_flag and use map_session_data->autocast.t...Kenpachi Developer1-5/+3
2020-03-14Remove map_session_data->state.autocast and use map_session_data->autocast.ty...Kenpachi Developer1-15/+5
2020-03-14Add skill_validate_autocast_data() functionKenpachi Developer1-0/+26
2020-03-14Remove misplaced pc_autocast_clear() function callKenpachi Developer1-5/+0
2020-03-14Add pc_autocast_clear() function callsKenpachi Developer1-5/+5
2020-03-14Rename function pc_itemskill_clear() to pc_autocast_clear()Kenpachi Developer1-1/+1
2020-03-14Add map_session_data->autocast.skill_id/_lv assignmentsKenpachi Developer1-0/+4
2020-03-14Add map_session_data->autocast.type assignmentsKenpachi Developer1-0/+24
2020-03-14Add SC_SKF_CAST status changeKenpachi Developer1-0/+4
2020-03-14Add SC_VITALIZE_POTION status changeKenpachi Developer1-0/+2
2020-03-09Merge pull request #2648 from Kenpachi2k13/itemskill_fixHaru1-3/+3
2020-03-08Change the name of all functions which got their return-value meaning changedskyleo1-7/+7
2020-03-08Execute map->freeblock_unlock() if assertion failsLeo Pflug1-6/+24
2020-03-08Undo removal of attack->dir_unknownLeo Pflug1-1/+7
2020-03-08Change returning error-code in unit->walktoxy to obey code-style guidelinesskyleo1-1/+1
2020-03-08Refactor code using directions to use enum unit_dirskyleo1-120/+105
2020-03-06Change validation of itemskill_check_conditions according to new nameKenpachi Developer1-3/+3
2020-03-06Rename itemskill_no_conditions to itemskill_check_conditionsKenpachi Developer1-3/+3
2020-02-09Added skill_is_item_skill() function.Kenpachi Developer1-3/+20
2020-02-09Added pc_itemskill_clear() function.Kenpachi Developer1-0/+5
2020-02-09Moved the WZ_EARTHSPIKE check for TK_SPTIME skill from skill_check_condition_...Kenpachi Developer1-10/+1
2020-02-09Implemented the consumption of 10 SP when using Earth Spike Scroll while SC_E...Kenpachi Developer1-2/+5
2020-02-09Fixed skill conditions check and <flag> parameter in itemskill() script command.Kenpachi Developer1-23/+33
2020-02-09Merge pull request #2586 from Asheraf/madostatueffectHaru1-1/+1
2020-02-09Merge pull request #2618 from Kenpachi2k13/issue#2558Haru1-18/+25
2020-02-09Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (no...Kenpachi Developer1-6/+6
2020-02-09Merge pull request #2248 from guilherme-gm/201810-asurafixHaru1-10/+24
2020-02-09Merge pull request #2596 from dastgirp/skill_idx_refactorHaru1-43/+43
2020-02-08Fixed the number of cells that 'Asura Strike' caster walks when it failsGuilherme G. Menaldo1-8/+18
2020-02-08Makes Asura Strike caster not change look direction at the end of the skillGuilherme G. Menaldo1-1/+4
2020-02-08Fixed duplicated 'Skill Failed' message on Asura StrikeGuilherme G. Menaldo1-1/+2
2020-02-02Changed logic of skill_get_indexDastgir1-43/+43
2020-02-02Applied code style to PR_STRECOVERY.Kenpachi Developer1-11/+14
2020-02-02Updated PR_STRECOVERY to only cure status effects if target's defence element...Kenpachi Developer1-7/+11
2020-01-29Implement support for switching madogear typeAsheraf1-1/+1
2020-01-13Update copyright headers for year 2020Haru1-2/+2
2019-12-15Merge pull request #2589 from HerculesWS/tarot_card_fixHaru1-1/+1
2019-12-01Modified skill_cooldown_save() to ignore guild skills if guild_skill_relog_de...Kenpachi Developer1-9/+9
2019-11-27Fix Tarot Card breaking equipment on Garment and Shoe locations however on Ae...Ibrahim Zidan1-1/+1
2019-11-17Merge pull request #2577 from Asheraf/dehardcodestatusiconsHaru1-8/+8
2019-11-06Dehardcode Status IconsAsheraf1-8/+8
2019-10-29Dehardcode combo skills checkAsheraf1-21/+9