Jump to content
  • 0

MVP drops depends on respawn time


mathibas

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  09/07/14
  • Last Seen:  

Hi,

 

I would like to request a script that drops a specific item on each mvp boss per respawn time?

 

For example.

 

Baphomet respawn time is 1-2 hours. It will drop a poring coin then Valkyrie respawn time different will drop a gold coin and so on..

 

Thanks in advance.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  80
  • Reputation:   1
  • Joined:  10/08/13
  • Last Seen:  

Why not just change mvp drops in mob_db.txt?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  09/07/14
  • Last Seen:  

Why not just change mvp drops in mob_db.txt?

 

Is it possible to add in the mvp auto loot items in there?  I am confused how the mob_db is working.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  80
  • Reputation:   1
  • Joined:  10/08/13
  • Last Seen:  

ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper

I know it's cluttered but this is the order in which things are organized for each monster.

1001,SCORPION,Scorpion,Scorpion,16,153,1,108,81,1,33,40,16,5,12,15,10,5,19,5,10,12,0,4,23,0x3191,200,1564,864,576,0,0,0,0,0,0,0,[990,70,904,5500,757,57,943,210,7041,100,508,200,625,20,0,0,0,0,4068,1]

That last bit of code are the numbers for the drops. The first one being the item id and the second one being the rate at which you want the item to drop. If you're just changing drops those two numbers are the only ones you need to change.

 

 

This link will explain each part of the db structure if you need to change anything else.

 

http://rathena.org/wiki/Custom_Mobs

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  09/07/14
  • Last Seen:  

Hi, I have changed the drop and make it 100% but unfortunately it still random drops. Can you help me?

 

1115,EDDGA,Eddga,Eddga,65,152000,0,25025,12870,1,1215,1565,15,15,78,70,85,66,90,85,10,12,2,2,23,0x37B5,300,872,1344,432,12512,1029,5000,1030,1000,13909,10000,1133,150,2268,250,518,10000,1258,500,1030,250,985,2300,13046,100,0,0,0,0,0,1
 
Example for eddga the 13909,10000 is supposed to be 100% drop. But it still drop randomly.
Edited by mathibas
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...