Jump to content
  • 0
canditw

Max number of item drops from monster?

Question

6 answers to this question

Recommended Posts

  • 0

src/map/mob.h

#define MAX_MOB_DROP 10

#define MAX_MVP_DROP 3

^ You can increase it too

(@@fxfreitas it's 10 drop, card is included in drop list, it's not necessary that 10th item is a card)

Share this post


Link to post
Share on other sites
  • 0

no? maybe useing slightly more resource usage xD? you won't feel it unless you make every mob in game have 20 drops.

@@canditw

Edited by lilcooldude69

Share this post


Link to post
Share on other sites
  • 0

src/map/mob.h

#define MAX_MOB_DROP 10

#define MAX_MVP_DROP 3

^ You can increase it too

(@@fxfreitas it's 10 drop, card is included in drop list, it's not necessary that 10th item is a card)

I Just separated because last slot is even reserved for card (and last slots are protected from steal skill)

 

Yes we can increase and this didn't affect the game at all.

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.