Katrina Mishow Posted May 22, 2018 Posted May 22, 2018 Random question: Where would I look to put in something like a kill bounty on mobs? Like getting a small percent of the mob's exp per kill. Or something to that affect? Thank you~ Quote
0 AnnieRuru Posted May 22, 2018 Posted May 22, 2018 conf\battle\monster.conf // Zeny from mobs zeny_from_mobs: yes its a yes/no condition though, because the formula is hard-coded ... mob.cpp if(battle_config.zeny_from_mobs && md->level) { // zeny calculation moblv + random moblv [Valaris] zeny=(int) ((md->level+rnd()%md->level)*per*bonus/100.); if(md->db->mexp > 0) zeny*=rnd()%250; } Quote
0 Katrina Mishow Posted May 23, 2018 Author Posted May 23, 2018 Of course. One place I forgot to look. Thank you! Quote
Question
Katrina Mishow
Random question: Where would I look to put in something like a kill bounty on mobs? Like getting a small percent of the mob's exp per kill. Or something to that affect?
Thank you~
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.