zhaosin Posted October 16, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 172 Reputation: 0 Joined: 07/07/12 Last Seen: May 22, 2016 Share Posted October 16, 2012 How to discount drop rate of Mavka ( Rose )? Because some member use bot to find Rose for exchange -> zeny Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 16, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted October 16, 2012 edit your trunk/db/re/mob_db.txt or make use of this file trunk/db/mob_item_ratio.txt 1 Quote Link to comment Share on other sites More sharing options...
zhaosin Posted October 16, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 172 Reputation: 0 Joined: 07/07/12 Last Seen: May 22, 2016 Author Share Posted October 16, 2012 Can you help me fix and post code here ? Quote Link to comment Share on other sites More sharing options...
Bin4ry Posted October 16, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share Posted October 16, 2012 (edited) Open up /db/mob_item_ratio.txt and add this line: 748,50,1261 Explanation: 748 is the Item ID, 50 is the rate and 1261 is Mob ID that will be affected by this line. Change the 50 to the rate you want. // 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). Edited October 16, 2012 by darristan 1 Quote Link to comment Share on other sites More sharing options...
zhaosin Posted October 16, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 172 Reputation: 0 Joined: 07/07/12 Last Seen: May 22, 2016 Author Share Posted October 16, 2012 (edited) oh? Just edit on that file, make line or enter right ? Maybe like // Specific Item Drop Ratio Database // Overrides for global item_rate* values from conf/battle/drops.conf // // Structure of Database: // 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). // // Notes: // - By default you can list up to 10 MonsterIDs per ItemID. // It can be changed in src/map/mob.c by adjusting MAX_ITEMRATIO_MOBS. // - Only ItemIDs up to MAX_ITEMDB are supported (default: 32768). // - Does not override item_drop_*_min/max settings. // - Does not affect card/item-granted drops. To adjust card/item-granted // drops, edit them in item_db. // - Does affect MVP prizes and Treasure Boxes. // - You can add only ONE line per ItemID. If you need various ratios // for different monsters, override drop rate with Ratio=100 and edit // base drop rates in mob_db. // - This file is reloaded by @reloadmobdb. 748,50,1884 747,50,1884 748,50,1970 748,50,2069 748,50,1261 748,50,1044 747,50,2069 747,50,1260 747,50,1320 Right? And after Save, Need to @reloadmobdb? or something for it active ? Edited October 16, 2012 by zhaosin Please use [CODEBOX] or Attachments for long contents. Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted October 16, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted October 16, 2012 (edited) If you want to affect item drop for Witherless Rose from all monsters with 1x drop rate, then write like this: 748,100 If you want to make it 0.1x, then write like this: 748,10 Edited October 16, 2012 by nanakiwurtz Quote Link to comment Share on other sites More sharing options...
Question
zhaosin
How to discount drop rate of Mavka ( Rose )? Because some member use bot to find Rose for exchange -> zeny
Link to comment
Share on other sites
5 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.