Jump to content
  • 0

Custom MVP / Mini Boss card drop rate


keanchris

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  09/17/14
  • Last Seen:  

i am new on scripting / server files thingy can somebody help me i want to my server to have custom mvp card drop rate

for example all mvp / mini boss card rate will be 20% except Ifrit,Fallenbishop,Kiel,ValkyrieRandris,Gloom they're card drop rate will be 3% and for Thanatos and LHZ boss it would be 1%

can somebody help me? or can anyone give me the text file that show where to edit the card rate for mvp / mini boss

thank you in advance. and more power to rathena

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  98
  • Reputation:   4
  • Joined:  10/14/12
  • Last Seen:  

Here 's 2 solutions about this : 

 

- modify the drop rate in the config>battle>drop.conf look for this lines 

 

 

 

/ The rate at which cards are dropped

item_rate_card: 100
item_rate_card_boss: 100
item_drop_card_min: 1
item_drop_card_max: 10000

But it will change all the MPV card to the drop you adjust.

 

- if you want custom drop you have to edit the mobdb.txt and edit this line for ifrit

 

 

1832,IFRIT,Ifrit,Ifrit,146,6935000,1,6696000,4860000,3,5375,8764,436,218,180,201,156,190,199,77,10,12,2,0,83,0x37B5,130,212,384,360,3348000,603,5500,617,5000,616,2000,994,10000,2677,3000,2678,200,2679,200,1471,2000,1133,2000,2345,100,0,0,0,0,4430,1

 
on the exemple 4430 is the ifrit card ID and 1 behind is the drop.
 
if you don't edit the drop.config, the drop is 0.01 so for Ifrit like you want you have to put 300
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  09/17/14
  • Last Seen:  

thank you for you're reply lynes. so can i do like this. i will edit the drop.conf and make it 20% to all then i will edit the mobdb.txt for custom drop rate?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  98
  • Reputation:   4
  • Joined:  10/14/12
  • Last Seen:  

Warning!! If you edit the drop.config to 20% like you told, you cannot downgrade to a drop lower thant 20 % for your MVP card , Cause your 

4430,1

 

 to the ifrit Line will be equal to 20% ;)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1533
  • Reputation:   236
  • Joined:  08/03/12
  • Last Seen:  

easy, drop.conf is for your rate multiplication, and if u want to edit to custom drop rate for specific mvps, u can edit it in mobdb
 

get it ? /heh

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  333
  • Reputation:   67
  • Joined:  09/05/12
  • Last Seen:  

Much better to use this file when you want to be more specific on MVP Card Drop Rates.

https://github.com/rathena/rathena/blob/master/db/mob_item_ratio.txt

 

Ex:

4399,100 // Thanatos Card from monsters will drop with 1x drop rate regardless of global drop rate

By using this file, you will be less work by searching and editing MVP Cards from 1% to your decided drop rate.

Hope it helps!

Edited by GodKnows Jhomz
  • MVP 1
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...