Jump to content
  • 0
Aureon

Skill delay, Skill damage

Question

4 answers to this question

Recommended Posts

Hello, here you can edit the delay and cool down of the skills

 

trunk/db/pre-re/skill_cast_db.txt if you are using pre-renewall

https://github.com/rathena/rathena/blob/master/db/pre-re/skill_cast_db.txt

 

trunk/db/re/skill_cast_db.txt if you are using renewall

https://github.com/rathena/rathena/blob/master/db/re/skill_cast_db.txt

 

To modify the skills damage and so on you will require to do src modification for everyone (look at skill files)

https://github.com/rathena/rathena/tree/master/src/map

 

You will need to know about C and minor edit. After you mod. the skills you want, you have to recompile so they will take effect.

 

Please make a backup before doing, in case that something goes wrong, because if it goues, you won't be able to run the server D:

  • Upvote 1
Link to comment
Share on other sites

ahh i see, so i need to recompile everytime i make changes? btw, thanks for the reply :)

Link to comment
Share on other sites

ahh i see, so i need to recompile everytime i make changes? btw, thanks for the reply :)

 

nope, you need to recompile every time you edit something inside the folder src D:

 

for the others, you just @reload and see options there

 

sometimes resart the server will be enough

 

but always you need to recompile after editing something inside the SRC folder o;!

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.