boeyskie Posted June 3, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 33 Reputation: 3 Joined: 09/16/15 Last Seen: June 5, 2022 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 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: Monday at 09:07 AM 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 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 33 Reputation: 3 Joined: 09/16/15 Last Seen: June 5, 2022 Author Share Posted June 3, 2019 thanks alot! Quote Link to comment Share on other sites More sharing options...
Question
boeyskie
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
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.