Jump to content
  • 0

Custom Skills Effect


Byakuran

Question


  • Group:  Members
  • Topic Count:  110
  • Topics Per Day:  0.02
  • Content Count:  229
  • Reputation:   5
  • Joined:  12/16/11
  • Last Seen:  

i already finish creating the custom skill for my server but how can i put effect when i use that skill?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

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...

:)

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...