boeyskie Posted June 3, 2019 Posted June 3, 2019 Hello how can I remove an animation of a specific skill in the source code? Specifically the skill 'Heal' Quote
1 Playtester Posted June 3, 2019 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
Question
boeyskie
Hello how can I remove an animation of a specific skill in the source code? Specifically the skill 'Heal'
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.