Ernest90 Posted November 14, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 46 Reputation: 0 Joined: 09/04/14 Last Seen: April 2, 2021 Share 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 Link to comment Share on other sites More sharing options...
Capuche Posted November 14, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
Ernest90 Posted November 15, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 46 Reputation: 0 Joined: 09/04/14 Last Seen: April 2, 2021 Author Share Posted November 15, 2014 i checked 1641 and 1644 is not the correct mvp? drop nothing from it Quote Link to comment Share on other sites More sharing options...
Capuche Posted November 15, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.