Jump to content
  • 0

Where to put skill animation?


Scylla

Question


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

I've made a custom skill for my custom class. Please just anyone tell me where to put the skill animations and i'll be the one to figure it out on how to put them.

 

Thanks!

Link to comment
Share on other sites

21 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

change src to bl

 

Thank you very much Ghostring! :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  244
  • Reputation:   11
  • Joined:  09/02/12
  • Last Seen:  

texture/effect/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

texture/effect/

 

Not that, i already know it :/

 

What i mean is putting the special effects of the skill.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  244
  • Reputation:   11
  • Joined:  09/02/12
  • Last Seen:  

you mean in the source? sorry D: not clearly understand

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

you mean in the source? sorry D: not clearly understand

 

Well yeah sorry. Okay thanks.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

you can done by source or via lua

lua

goto skilleffectinfo/

then just add there

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

you can done by source or via lua

lua

goto skilleffectinfo/

then just add there

 

Yeah thanks for the guide bro!

 

EDIT: But on src, where to put in there? Just tell me where and i'll be the one to figure it out. Thanks!

Edited by Mary Magdalene
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

clif_specialeffect(src,34,AREA); // just change the 34 to the effect you want
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

clif_specialeffect(src,34,AREA); // just change the 34 to the effect you want

 

In skill.c right?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

yup where your skill

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

yup where your skill

 

Yeah i did it! Thanks! Last more question, what about when i hit the enemy, the skill animation will come out on him.

(Like for example on fire bolt skill, when you casted it on the target, the fire bolt animation skill comes out at the target)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

change src to bl

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

Oh one more thing Ghostring, about the another way of putting skill effects on lua. That means i need to update my client so it can read skilleffectinfo right?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

Oh one more thing Ghostring, about the another way of putting skill effects on lua. That means i need to update my client so it can read skilleffectinfo right?

yup and im not ghostring

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

Oh one more thing Ghostring, about the another way of putting skill effects on lua. That means i need to update my client so it can read skilleffectinfo right?

yup and im not ghostring

 

Oh i mean trojan. Anyway thank you very much! :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

no problem

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

you can done by source or via lua

lua

goto skilleffectinfo/

then just add there

 

By the way trojan, where can i see the source codes of other skill's animation effects?

 

I wanna change my Holy Light skill animation to a different one.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  331
  • Reputation:   63
  • Joined:  11/29/11
  • Last Seen:  

animations are in grf file(data.grf)

Edited by Dastgir
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

animations are in grf file(data.grf)

 

I'm not asking on where are the files of the skill animations. I'm asking on where on the src folder are the source codes of the skill animations so i can set another skill animation to Holy Light skill.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

animations are in grf file(data.grf)

 

I'm not asking on where are the files of the skill animations. I'm asking on where on the src folder are the source codes of the skill animations so i can set another skill animation to Holy Light skill.

on texture/effect i think

Edited by TrojanWorm
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

 

animations are in grf file(data.grf)

 

I'm not asking on where are the files of the skill animations. I'm asking on where on the src folder are the source codes of the skill animations so i can set another skill animation to Holy Light skill.

on texture/effect i think

 

I already found it. Thanks!

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