Jump to content
  • 0

Disable MVP slave drops?


Question

Posted

Hi Guys,

 

Is there any quick solution to disable MVP slaves/ summons to stop dropping items?

 

<Cause it can be abused by just farming from them and not killing the mvp>

 

2 answers to this question

Recommended Posts

  • 0
Posted

Note: I know this question is old, but I don't see the answer on the boards, and my version of rAthena doesn't have a quick solution, so I made one, and I imagine it will help people.

You can go into mob.cpp and find the section that talks about mob drops and add in slave mobs as a section there. Mine looked like this:

 

	if( !(type&1) && !map_getmapflag(m, MF_NOMOBLOOT) && !md->state.rebirth && (
		!md->special_state.ai || //Non special mob
		battle_config.alchemist_summon_reward == 2 || //All summoned give drops
		(md->special_state.ai==AI_SPHERE && battle_config.alchemist_summon_reward == 1) //Marine Sphere Drops items.
		) )

And I changed the top line to look like this:

	if( !(type&1) && !map_getmapflag(m, MF_NOMOBLOOT) && !md->state.rebirth && !md->master_id && (


My slave mobs are no longer giving drops.

  • Love 2

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