GM Takumirai Posted August 17, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Share Posted August 17, 2012 how to setup mob_item_ratio.txt example GTB card i want it 0.01% drop rate?.. in mob_item_ratio.txt - what do i need to input inside?.. do i need to remove anything in mob_db.txt ??? example GTB card ID do i need to remove it there?.. Quote Link to comment Share on other sites More sharing options...
Mystery Posted August 17, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted August 17, 2012 Very simple: // Overrides for global item_rate* values from conf/battle/drops.conf // Database format: // ItemID,Ratio{,MonsterID} // Result: // ItemID base drop rates defined in mob_db will not get multiplied // by global item_rate* values (aka drop rates) from // conf/battle/drops.conf. Instead Ratio will be used (100 = 1x). // If no MonsterID is specified, all monsters will be affected, // otherwise only listed ones. // 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). Follow the examples and you'll be fine, the last one in particular is what you're looking for. Quote Link to comment Share on other sites More sharing options...
GM Takumirai Posted August 17, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 592 Reputation: 31 Joined: 11/14/11 Last Seen: July 29, 2015 Author Share Posted August 17, 2012 do i need to delete something in mob_db.txt?? do i need to configure in /conf/battle/drop ??? do the 100x rate is equal to 1%? Quote Link to comment Share on other sites More sharing options...
Mystery Posted August 17, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted August 17, 2012 do i need to delete something in mob_db.txt?? do i need to configure in /conf/battle/drop ??? do the 100x rate is equal to 1%? 1) No 2) No 3) : // 909,100,1002 // Jellopies from Porings will drop with 1x drop rate. Other monsters that drop Jellopies are unaffected (use global drop rate). 909 is the item ID, 100 is the rate.. which in this case will be 1x - 1000 will be 10x etc. and then 1002 is the monster. So, for your case, set this properly for GTB. // Overrides for global item_rate* values from conf/battle/drops.conf // Database format: // ItemID,Ratio{,MonsterID} Doesn't matter what your configurations are in the drops.conf because this specific file will overwrite it. Quote Link to comment Share on other sites More sharing options...
Question
GM Takumirai
how to setup mob_item_ratio.txt
example GTB card i want it 0.01% drop rate?..
in mob_item_ratio.txt - what do i need to input inside?..
do i need to remove anything in mob_db.txt ???
example GTB card ID do i need to remove it there?..
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.