0cter Posted January 11, 2017 Posted January 11, 2017 Hello everyone! Who can tell me, how can i change whole drop chance of items? or how to change droplist of mobs? Via notepad++ its not so comfortable to edit one by one. Thanks.
0 melron Posted January 11, 2017 Posted January 11, 2017 Each drop have different chance what you mean? Since droplist is located at xmls u have to edit them one by one (moblist)
0 giannisdx Posted January 11, 2017 Posted January 11, 2017 (edited) You can change it from confings server.properties "RateDropItems" Edited January 11, 2017 by giannisdx
0 Accountant Posted January 11, 2017 Posted January 11, 2017 droplist for each mob by xmls, rates from configs.
0 Reborn12 Posted January 11, 2017 Posted January 11, 2017 (edited) Go to data/xml/npcs open the files find the npc you want to add there is droplist Inside <drop> </drop> Id min max chance You will understand when you will find the line its pretty easy 1000000 its 100% 900000 90% You got the point now.. Except if you want custom drop list for all the mobs you need a code Edited January 11, 2017 by Reborn12
0 giannisdx Posted January 11, 2017 Posted January 11, 2017 (edited) It should be like this <drops> <category id="0"> <drop itemid="57" min="80000000" max="100000000" chance="1000000(Now its 100%)"/> </category> </drops> But i think you mean the drop rate because you say "how can i change whole drop chance of items" Edited January 11, 2017 by giannisdx
0 0cter Posted January 12, 2017 Author Posted January 12, 2017 Yea i understand how add/edit droplist. I thought there is such a soft to edit drop list. Thanks everyone for attention.
Question
0cter
Hello everyone!
Who can tell me, how can i change whole drop chance of items? or how to change droplist of mobs? Via notepad++ its not so comfortable to edit one by one.
Thanks.
6 answers to this question
Recommended Posts