Jump to content
  • 0

Renewal drops getting applied to pre-renewal server


Question

Posted (edited)

Hey everyone!

I am getting crazy with this, I don't know what else to try. Seems like the pre-renewal calculations for drops are getting applied to my server, which is pre-renewal.

I have uncommented the option on renewal.hpp to make the server pre-renewal

#define PRERE

I have run

./configure --enable-prere=yes

And I can see a bunch of this warnings when I made make clean && make server

 warning: "PRERE" redefined

So I am guessing that the pre-renewal configurations are applied. But, when I am ingame and I do @mi for a monster that is 20 levels above me, the drop % is higher than if the mob is just 10 levels above me.

Am I missing something? Doing something wrong? I am completely lost

Edited by Iamanewbiehere

4 answers to this question

Recommended Posts

  • 0
Posted
11 minutes ago, Iamanewbiehere said:

Hey everyone!

I am getting crazy with this, I don't know what else to try. Seems like the pre-renewal calculations for drops are getting applied to my server, which is pre-renewal.

I have uncommented the option on renewal.hpp to make the server pre-renewal

#define PRERE

I have run

./configure --enable-prere=yes

And I can see a bunch of this warnings when I made make clean && make server

 warning: "PRERE" redefined

So I am guessing that the pre-renewal configurations are applied. But, when I am ingame and I do @mi for a monster that is 20 levels above me, the drop % is higher than if the mob is just 10 levels above me.

Am I missing something? Doing something wrong? I am completely lost

src/config/renewal.hpp

 

use comment // to all listed config for renewal.

//#define RENEWAL

//#define RENEWAL_CAST

//#define RENEWAL_DROP

//#define RENEWAL_EXP

//#define RENEWAL_LVDMG

//#define RENEWAL_ASPD

//#define RENEWAL_STAT

and recompile.

  • 0
Posted
2 hours ago, Iamanewbiehere said:

Already tried that. Still doesn't work. Either @mi is wrong and it's actually the same, or it just keeps pulling that from somewhere

get a clean files. dont edit the 

#define PRERE

or anything.

Just comment // to all listed config for renewal.

//#define RENEWAL

//#define RENEWAL_CAST

//#define RENEWAL_DROP

//#define RENEWAL_EXP

//#define RENEWAL_LVDMG

//#define RENEWAL_ASPD

//#define RENEWAL_STAT

and recompile.

./configure

make clean

make sql

make server

 

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