Scylla Posted April 4, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: 3 hours ago Share Posted April 4, 2013 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! Quote Link to comment Share on other sites More sharing options...
Scylla Posted April 6, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: 3 hours ago Author Share Posted April 6, 2013 change src to bl Thank you very much Ghostring! Quote Link to comment Share on other sites More sharing options...
naaaan Posted April 4, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 244 Reputation: 11 Joined: 09/02/12 Last Seen: August 7, 2017 Share Posted April 4, 2013 texture/effect/ Quote Link to comment Share on other sites More sharing options...
Scylla Posted April 4, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: 3 hours ago Author Share Posted April 4, 2013 texture/effect/ Not that, i already know it :/ What i mean is putting the special effects of the skill. Quote Link to comment Share on other sites More sharing options...
naaaan Posted April 4, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 244 Reputation: 11 Joined: 09/02/12 Last Seen: August 7, 2017 Share Posted April 4, 2013 you mean in the source? sorry D: not clearly understand Quote Link to comment Share on other sites More sharing options...
Scylla Posted April 4, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: 3 hours ago Author Share Posted April 4, 2013 you mean in the source? sorry D: not clearly understand Well yeah sorry. Okay thanks. Quote Link to comment Share on other sites More sharing options...
PewN Posted April 5, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted April 5, 2013 you can done by source or via lualuagoto skilleffectinfo/then just add there Quote Link to comment Share on other sites More sharing options...
Scylla Posted April 5, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: 3 hours ago Author Share Posted April 5, 2013 (edited) 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 April 5, 2013 by Mary Magdalene Quote Link to comment Share on other sites More sharing options...
PewN Posted April 6, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted April 6, 2013 clif_specialeffect(src,34,AREA); // just change the 34 to the effect you want Quote Link to comment Share on other sites More sharing options...
Scylla Posted April 6, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: 3 hours ago Author Share Posted April 6, 2013 clif_specialeffect(src,34,AREA); // just change the 34 to the effect you want In skill.c right? Quote Link to comment Share on other sites More sharing options...
PewN Posted April 6, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted April 6, 2013 yup where your skill Quote Link to comment Share on other sites More sharing options...
Scylla Posted April 6, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: 3 hours ago Author Share Posted April 6, 2013 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) Quote Link to comment Share on other sites More sharing options...
PewN Posted April 6, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted April 6, 2013 change src to bl Quote Link to comment Share on other sites More sharing options...
Scylla Posted April 6, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: 3 hours ago Author Share Posted April 6, 2013 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? Quote Link to comment Share on other sites More sharing options...
PewN Posted April 6, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted April 6, 2013 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 Quote Link to comment Share on other sites More sharing options...
Scylla Posted April 6, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: 3 hours ago Author Share Posted April 6, 2013 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! Quote Link to comment Share on other sites More sharing options...
PewN Posted April 6, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted April 6, 2013 no problem Quote Link to comment Share on other sites More sharing options...
Scylla Posted April 9, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: 3 hours ago Author Share Posted April 9, 2013 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. Quote Link to comment Share on other sites More sharing options...
Dastgir Posted April 9, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 331 Reputation: 63 Joined: 11/29/11 Last Seen: Saturday at 10:21 AM Share Posted April 9, 2013 (edited) animations are in grf file(data.grf) Edited April 9, 2013 by Dastgir Quote Link to comment Share on other sites More sharing options...
Scylla Posted April 9, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: 3 hours ago Author Share Posted April 9, 2013 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. Quote Link to comment Share on other sites More sharing options...
PewN Posted April 9, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted April 9, 2013 (edited) 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 April 9, 2013 by TrojanWorm Quote Link to comment Share on other sites More sharing options...
Scylla Posted April 11, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: 3 hours ago Author Share Posted April 11, 2013 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! Quote Link to comment Share on other sites More sharing options...
Question
Scylla
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.