adding a skill effect to a skill

Blinzer

New member
Messages
131
Points
0
Hello, today I am trying to add the aura blade effect to the skill NPC_INVINCIBLE because it makes monsters look cool. before you ask, yes, I have read the previous topics about this and tried things for a very long time before posting.

i have tried to list under the case of NPC_INVINCIBLE clif->specialeffect(bl,367,AREA) and clif->skill_nodamage(bl,bl,355,1,1) in every spot it is defined as a case, both to no avail. 367 is the aura blade effect, 355 is the aura blade skill. What am I doing wrong?

 
Last edited by a moderator:
Back
Top