boeyskie Posted June 3, 2019 Share Posted June 3, 2019 Hello how can I remove an animation of a specific skill in the source code? Specifically the skill 'Heal' Quote Link to comment Share on other sites More sharing options...
1 Playtester Posted June 3, 2019 Share Posted June 3, 2019 Remove the call of "clif_skill_nodamage" in skill.cpp. In case of AL_HEAL that would be here: clif_skill_nodamage (src, bl, skill_id, heal, 1); If you don't want to remove it for HLIF_HEAL and AB_HIGHNESSHEAL then you need to write an "if". 2 Quote Link to comment Share on other sites More sharing options...
0 boeyskie Posted June 3, 2019 Author Share Posted June 3, 2019 thanks alot! Quote Link to comment Share on other sites More sharing options...
Hello how can I remove an animation of a specific skill in the source code? Specifically the skill 'Heal'
Link to comment
Share on other sites