Ernest90 Posted November 14, 2014 Posted November 14, 2014 Hi, im trying to find how to edit bio lab MVP Spawn rate. Example : Bio lap level 3 have Lord knight , White smith , High Priest , Sinx , High Wizard , Sniper. So i like to change only have Sniper and sinx will be spawn only. Thank you. Quote
Capuche Posted November 14, 2014 Posted November 14, 2014 https://github.com/rathena/rathena/blob/master/npc/re/mobs/dungeons/lhz_dun.txt replace set .@mob2,rand(1640,1645); by setarray .@tmp[0], 1641,1644; set .@mob2, .@tmp[rand(2)]; Quote
Ernest90 Posted November 15, 2014 Author Posted November 15, 2014 i checked 1641 and 1644 is not the correct mvp? drop nothing from it Quote
Capuche Posted November 15, 2014 Posted November 15, 2014 Ha you're right the mvp are here set .@mob,rand(1646,1651); btw same method, put your mvp in the array then rand index Quote
Question
Ernest90
Hi, im trying to find how to edit bio lab MVP Spawn rate.
Example :
Bio lap level 3 have Lord knight , White smith , High Priest , Sinx , High Wizard , Sniper. So i like to change only have Sniper and sinx will be spawn only.
Thank you.
3 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.