Jump to content
  • 0
Sign in to follow this  
Ehwaz

disable @autoloot @autolootid for mvp ?

Question

1 answer to this question

Recommended Posts

  • 0

mob.c

inside function  mob_item_drop()

 

find

&& (drop_rate <= sd->state.autoloot || pc->isautolooting(sd, ditem->item_data.nameid))

 

change to

 

&& ((drop_rate <= sd->state.autoloot || pc->isautolooting(sd, ditem->item_data.nameid)) && !md->db->mexp)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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