Jump to content
  • 0

skill_cast_db


rayleigh

Question


  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  220
  • Reputation:   0
  • Joined:  09/05/13
  • Last Seen:  

My server is not reading the re/skill_cast_db.txt

instead 

Its still reading pre-re/skill_cast_db.txt

 

Because the casting formula for renewal is still not working after i did all of the uncommenting thing in renewal.h

 

How can I check if my server is still ready the pre-re/db?

 

Thanks in advance.

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

i forgot the place but i think its locate in mmo.h define there Pre-re or renewal . 

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  805
  • Reputation:   230
  • Joined:  01/30/13
  • Last Seen:  

If you wanted full renewal, you should actually not change anything in renewal.h. It's renewal by default. If you uncomment the PRERE define there, it will actually be pre-renewal.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  220
  • Reputation:   0
  • Joined:  09/05/13
  • Last Seen:  

If you wanted full renewal, you should actually not change anything in mmo.h. It's renewal by default. If you uncomment the PRERE define there, it will actually be pre-renewal.

 

I cant understand. So how can i make my server read the re instead of pre re . (skill_cast_db)?

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  805
  • Reputation:   230
  • Joined:  01/30/13
  • Last Seen:  

Remove all your custom changes to renewal.h, recompile, start?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  220
  • Reputation:   0
  • Joined:  09/05/13
  • Last Seen:  

Remove all your custom changes to renewal.h, recompile, start?

I do not have any customs on my renewal.h

 

My server is not reading the renewal db

 

I already check it on the items it still reading the pre re folder.

 

How can i fix this?

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  805
  • Reputation:   230
  • Joined:  01/30/13
  • Last Seen:  

Sorry, but the issue must come from some of your changes. When I check out default rAthena and do no changes it certainly reads from the re folder.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  220
  • Reputation:   0
  • Joined:  09/05/13
  • Last Seen:  

Sorry, but the issue must come from some of your changes. When I check out default rAthena and do no changes it certainly reads from the re folder.

 

Do you have any idea sir. On how will I set my server to read the re folder db instead of the pre-re db?

Help sir please...

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

https://github.com/rathena/rathena/blob/master/src/config/renewal.h

This file on your server edit

//#Define PRERE

removing the //

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  220
  • Reputation:   0
  • Joined:  09/05/13
  • Last Seen:  

https://github.com/rathena/rathena/blob/master/src/config/renewal.h

This file on your server edit

//#Define PRERE

removing the //

My renewal.h

is like this

 

#define PRERE

#ifndef PRERE

 

It doesnt have "//" You mean i need to put "//" to disable prere effects?

Thank you so much sir. Problem solve!

 

One last thing... What is really the casting formula for renewal? Can you give link or explanation about it?

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

Basically increasing damage of certain skill based off of level if level is 100 or higher.

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