canditw 0 Posted May 19, 2016 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. Quote Share this post Link to post Share on other sites
0 fxfreitas 102 Posted May 19, 2016 9 drops, 1 card, 3 mvp drops Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted May 19, 2016 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) 1 fxfreitas reacted to this Quote Share this post Link to post Share on other sites
0 canditw 0 Posted May 20, 2016 @@DastgirSo are there any side effects if I increase it to 20? Quote Share this post Link to post Share on other sites
0 LCD 8 Posted May 20, 2016 (edited) 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 May 20, 2016 by lilcooldude69 Quote Share this post Link to post Share on other sites
0 canditw 0 Posted May 20, 2016 @@lilcooldude69Was planning to make 5 extra drops to all mobs XD hope it doesn't take up much resources Quote Share this post Link to post Share on other sites
0 fxfreitas 102 Posted May 20, 2016 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. Quote Share this post Link to post Share on other sites
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.
Share this post
Link to post
Share on other sites