Jump to content
  • 0
Brozan

Can't disable Renewal EXP/DROPs

Question

I have set up my server but I can't disable Renewal EXP/Drop level penalties. I have commented out both lines in /src/config/renewal.h, recompiled the server many times, but when I type @mobinfo, it seems the exp and drop penalties are still in effect.

 

What am I doing wrong? Could it just be the case that @mobinfo is giving me a false reading?

 

Thanks in advance.

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Actually, you can disable one feature.

You might have some settings like this enabled.

conf/battle/gm.conf

// requires RENEWAL_DROP to be enabled (src/map/config/renewal.h)// modifies @mobinfo to display the users' real drop rate as per renewal_drop formula// modifies @iteminfo to not display the minimum item drop rate (since it can't tell the mob level)atcommand_mobinfo_type: 0

Share this post


Link to post
Share on other sites
  • 0

Hi,

Try commenting this lines
#define RENEWAL
#define RENEWAL_CAST
#define RENEWAL_DROP
#define RENEWAL_EXP
#define RENEWAL_LVDMG
#define RENEWAL_EDP
#define RENEWAL_ASPD
 

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.