Bringer Posted February 13, 2017 Posted February 13, 2017 (edited) Hello How to add skill animation on this code ? Edited February 14, 2017 by Bringer Quote
0 hakuren Posted February 13, 2017 Posted February 13, 2017 (edited) try to use clif_specialeffect i use some existing effect using that command Edited February 13, 2017 by hakuren Quote
0 Bringer Posted February 13, 2017 Author Posted February 13, 2017 5 hours ago, hakuren said: try to use clif_specialeffect i use some existing effect using that command Thanks thats special effect i want to add the skill animation Quote
0 Playtester Posted February 13, 2017 Posted February 13, 2017 Skill animation is already there: clif_skill_nodamage(src,bl,skill_id,skill_lv,i); Quote
0 Bringer Posted February 13, 2017 Author Posted February 13, 2017 1 hour ago, Playtester said: Skill animation is already there: clif_skill_nodamage(src,bl,skill_id,skill_lv,i); My stalker hand sprite is not moving when the skill is done but when i change clif_blown(src); To Clif_blown(bl); skill hand animation is there but the skill is not working Quote
0 Playtester Posted February 13, 2017 Posted February 13, 2017 (edited) The skill is supposed to move the caster to the target, right? Did you try to exchange the two lines? First call clif_blown(src) and then clif_skill_nodamage(...). Edited February 13, 2017 by Playtester Quote
Question
Bringer
Hello How to add skill animation on this code ?
Edited by Bringer5 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.