donkeyg Posted February 3, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share Posted February 3, 2013 Hi, i am making Custom drop rate on certain item, my server min EQ drop rate is 5% . but i wan to make Bone helm drop rate is 2% on my custom monster. so, i add it in mob_item_ratio 5017,100.3011 "3011 is my custom mob id" and then i @reloadmobdb, and type @mi 3011, the mob still drop with 5%... please help me Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 3, 2013 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 February 3, 2013 trunk/db/mob_item_ratio.txt 5017,100,3011 Quote Link to comment Share on other sites More sharing options...
donkeyg Posted February 4, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted February 4, 2013 ? trunk/db/mob_item_ratio.txt 5017,100,3011 hmm. did u see my previous post, i had written it and tried @reloadmobdb=.= Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 4, 2013 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 February 4, 2013 ... your trunk/db/mob_item_ratio.txt 5017,100.3011 my trunk/db/mob_item_ratio.txt 5017,100,3011 you are the 1 who should see your 1st post clearly... 1 Quote Link to comment Share on other sites More sharing options...
donkeyg Posted February 5, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted February 5, 2013 (edited) ... your trunk/db/mob_item_ratio.txt 5017,100.3011 my trunk/db/mob_item_ratio.txt 5017,100,3011 you are the 1 who should see your 1st post clearly... oh sorry, in my itemratio db it nos put "." , is put "," lol.. but when i post here i dono why it change to "full stop" haha. sorry. by the way, stil same even i @reloadmobdb my mob_db 3011,CHUNG_E,Chung E,Green 3011,CHUNG_E,Chung E,Green Maiden,49,23900,0,2156,894,1,460,1050,8,15,38,65,43,30,90,15,10,12,1,7,40,0x3695,170,1728,816,1188,0,0,0,0,0,0,0,5690,50,30723,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 mob item ratio 5690,10,3011 battle conf // The rate at which equipment is dropped. item_rate_equip: 50000 item_rate_equip_boss: 100 item_drop_equip_min: 500 item_drop_equip_max: 10000 Edited February 5, 2013 by donkeyg Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 5, 2013 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 February 5, 2013 i belive it should be 5690,1000,3011 1 Quote Link to comment Share on other sites More sharing options...
donkeyg Posted February 5, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted February 5, 2013 i belive it should be 5690,1000,3011 still the same.. 5% drop rate from Green maiden. 3011 monsterid is my custom monster ID Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 5, 2013 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 February 5, 2013 5690,400,3011 just play around with the calculations.. 0.50% x 4.00 = 2.00% Quote Link to comment Share on other sites More sharing options...
donkeyg Posted February 6, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted February 6, 2013 5690,400,3011 just play around with the calculations.. 0.50% x 4.00 = 2.00% eveni make 5690,50,3011 still the same.. it still makes the lowest drop rate is 5%=.=......... Bumpp.. need it urgent.. Quote Link to comment Share on other sites More sharing options...
donkeyg Posted February 8, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted February 8, 2013 bump[ppp Quote Link to comment Share on other sites More sharing options...
Capuche Posted February 8, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted February 8, 2013 (edited) mob_item_ratio.txt // Specific Item Drop Ratio Database ... // - Does not override item_drop_*_min/max settings. That means drop rate can't be lower than your item_drop_*_min, you must change your item_drop_*_min setting Edited February 8, 2013 by Capuche Quote Link to comment Share on other sites More sharing options...
donkeyg Posted March 18, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted March 18, 2013 mob_item_ratio.txt // Specific Item Drop Ratio Database ... // - Does not override item_drop_*_min/max settings. That means drop rate can't be lower than your item_drop_*_min, you must change your item_drop_*_min setting then what's the different modify in mob_db and item_ratio.txt? Quote Link to comment Share on other sites More sharing options...
Capuche Posted March 18, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted March 18, 2013 None. But you can change one item drop rate for all monster in one go in mob_item_ratio.txt. Much faster than modify in mob_db I just read the comment in mob_item_ratio file, no more. Quote Link to comment Share on other sites More sharing options...
Question
donkeyg
Hi, i am making Custom drop rate on certain item, my server min EQ drop rate is 5% . but i wan to make Bone helm drop rate is 2% on my custom monster.
so, i add it in mob_item_ratio
"3011 is my custom mob id"
and then i @reloadmobdb, and type @mi 3011, the mob still drop with 5%... please help me
Link to comment
Share on other sites
12 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.