Jump to content
  • 0

Bio Lab


Ernest90

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   0
  • Joined:  09/04/14
  • Last Seen:  

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


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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)];
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   0
  • Joined:  09/04/14
  • Last Seen:  

i checked 1641 and 1644 is not the correct mvp? drop nothing from it

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...