pajodex Posted January 27, 2018 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: April 14 Share Posted January 27, 2018 (edited) So, I was planning on adding some NPC_Skills in my server, however some skills doesn't have skill effects such as the ff: case NPC_ACIDBREATH: case NPC_DARKNESSBREATH: case NPC_FIREBREATH: case NPC_ICEBREATH: case NPC_THUNDERBREATH: Where can I add this code: clif_specialeffect(bl, <EF_ID>, AREA); for each of those skills listed? Thanks in advance~ Edit SOLVED: Thanks to @Stolao (discord) for suggesting to put it on where it defines the damage. Edited January 27, 2018 by pajodex Quote Link to comment Share on other sites More sharing options...
Question
pajodex
So,
I was planning on adding some NPC_Skills in my server, however some skills doesn't have skill effects such as the ff:
case NPC_ACIDBREATH: case NPC_DARKNESSBREATH: case NPC_FIREBREATH: case NPC_ICEBREATH: case NPC_THUNDERBREATH:
Where can I add this code:
for each of those skills listed? Thanks in advance~
Edit SOLVED:
Thanks to
Edited by pajodex@Stolao (discord) for suggesting to put it on where it defines the damage.
Link to comment
Share on other sites
0 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.