Jump to content
  • 0

Separating Card Drop Rate


Ninjamon

Question


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   2
  • Joined:  03/06/12
  • Last Seen:  

How can i seperate the Card Drop Rate of Mini Bosses / MVP and Lhz Cards?

Can anyone share their drop.conf? I am planning to give Mini Bosses Rate at 15%, MVP at 10 and Lhz at 5%

Link to comment
Share on other sites

9 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

you can try make use of this

trunk/db/mob_item_ratio.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   2
  • Joined:  03/06/12
  • Last Seen:  

Anyways, Is it possible to make Mini Bosses 15% and MVP 10% on drops.conf?



Upppppppp



Upppppppppppppppppppppppp

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

swt.....

// Examples:
// 909,100 // Jellopies from monsters will drop with 1x drop rate regardless of global drop rate
// 909,1000 // Jellopies from monsters will drop with 10x drop rate regardless of global drop rate
// 909,100,1002 // Jellopies from Porings will drop with 1x drop rate. Other monsters that drop Jellopies are unaffected (use global drop rate).
//
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   2
  • Joined:  03/06/12
  • Last Seen:  

Its quiet difficult to put all mini bosses one by one on that system. Is it impossible to do it with drops.conf or just a simple script?

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  806
  • Reputation:   232
  • Joined:  01/30/13
  • Last Seen:  

Maybe that's just me personally, but I'd just modify the mob_db.txt (or rather add copies of the monsters to the mob_db2.txt) and increase the base drop rate accordingly. For example I put the drop rate for boss cards to 500x, so they will drop to 5% by default. Then I update MVPs to have a base drop rate of 0.02% instead of 0.01% and then update minibosses to have a base drop rate of 0.03%.

 

If you want it automatically calculated you'd need to do modifications to the source code. Not sure how familiar you are with C++, but you could find the part in mob.c that reads the rates from the config and where it reads the rate from the boss card config you make an adjustment based on the type or ID range of the monster.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

I think this is the one you are looking for.

It adds a separate setting for MVPs.

http://rathena.org/board/topic/61883-mini-mvp-and-mvp-card-drop-rate/#entry93786

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   2
  • Joined:  03/06/12
  • Last Seen:  

I try to patch that but this error suddenly appears:



uppp



uppppppppp

post-2914-0-37747300-1361229095_thumb.png

Edited by Tantrums
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

Diff it manually, the patch is way too old for auto patching.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   2
  • Joined:  03/06/12
  • Last Seen:  

Ok now that i added them. How can i separate their drop rates now?



Successfully added but baphomet is not a boss? LOL. </3 Anyways thanks

Edited by Tantrums
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...