Jump to content
  • 0
pojiejapan

[Request]Full Guide from A to Z How to Make a New Skill

Question

Hello everybody,

I've been searching for 2 weeks and I only come up with minor details. For example the RO Wiki. I've searched the eathena.ws also. I still can't make a use skill to work.

I would love if someone can come up with a full guide from 0 how to make a skill including putting a spr on skill. ( you can use ready spr. )

and if can't I wanted to make a skill that have Duration and Cooldown

For example :

Vanish

Duration : 4second

Cooldown :15second

I gladly appreciate the help from you guys.

Thanks in regards,

DoTARO Administrator

Edited by DoTARO Administrator
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

wiki page: [wiki]Custom_skill[/wiki]

Server part is explained very well and since this is the "Source" section I don't think you'll get an answer on how to add an effect for the skill or any other client related questions.

Link to comment
Share on other sites

  • 0

thanks for the quick reply sir, but since I wanted to do a non learned skill I skipped the skill tree.txt but when I put the script at the item for example S_VANISH into an item. I cant find the skill sprite. I been wondering, all these step he never teach how to connect the skill ID with skill sprite in the client right?

Sorry if I'm wrong

Link to comment
Share on other sites

  • 0

Even quest skill must be added to the skill tree.

Let's use Holy Light as example...

skillinfolist.lua

[sKID.AL_HOLYLIGHT] = {

"AL_HOLYLIGHT";

SkillName = "Holy Light",

MaxLv = 1,

Type = "Quest",

},

And for icon/effect/sprite: Sorry I don't know.

(Again, this is not the "Client" section. @[email protected])

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.