Max number of item drops from monster?

canditw

New member
Messages
78
Points
0
Hi, I was wondering what was the max item a monster can drop? I heard there is a limit in rathena but I'm not sure about it here.

 
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)

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

@@canditw

 
Last edited by a moderator:
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.

 
Back
Top