Byakuran Posted August 8, 2012 Posted August 8, 2012 i already finish creating the custom skill for my server but how can i put effect when i use that skill? Quote
malufett Posted August 8, 2012 Posted August 8, 2012 use this function void clif_specialeffect(struct block_list* bl, int type, enum send_target target); example: clif_specialeffect(bl, 523, AREA); here is list of effects https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/effect_list.txt but you may also use clif_skill_nodamage, cliff_skill_damage, clif_poseffect if you want to imitation some existing skills... 1 Quote
Question
Byakuran
i already finish creating the custom skill for my server but how can i put effect when i use that skill?
1 answer 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.