Jump to content
  • 0

Skill Animation !!


Bringer

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  746
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

Hello How to add skill animation on this code ?

Edited by Bringer
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  120
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   6
  • Joined:  12/02/11
  • Last Seen:  

try to use clif_specialeffect

i use some existing effect using that command

Edited by hakuren
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  746
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  822
  • Reputation:   237
  • Joined:  01/30/13
  • Last Seen:  

Skill animation is already there:

clif_skill_nodamage(src,bl,skill_id,skill_lv,i);
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  746
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  822
  • Reputation:   237
  • Joined:  01/30/13
  • Last Seen:  

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