Jump to content
  • 0

Skill delay, Skill damage


Aureon

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  281
  • Reputation:   14
  • Joined:  10/14/13
  • Last Seen:  

Hello rAthena!
Can you teach me how to change skill delay and skill damage?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  281
  • Reputation:   14
  • Joined:  10/14/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  281
  • Reputation:   14
  • Joined:  10/14/13
  • Last Seen:  

Ohh i see :) thanks a lot sir, it really helped me a lot
- problem solved

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