Jump to content
  • 0

Renewal drops getting applied to pre-renewal server


Iamanewbiehere

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  09/24/22
  • Last Seen:  

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
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1511
  • Reputation:   227
  • Joined:  08/03/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  09/24/22
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1511
  • Reputation:   227
  • Joined:  08/03/12
  • Last Seen:  

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

 

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