Jump to content

Question

Posted

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.

10 answers to this question

Recommended Posts

  • 0
Posted

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)?

  • 0
Posted

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?

  • 0
Posted

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

  • 0
Posted

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?

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...