Jump to content
  • 0

Acis - Droplist


Question

Posted

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

  • 0
Posted

Each drop have different chance what you mean? Since droplist is located at xmls u have to edit them one by one (moblist)

  • 0
Posted (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 by Reborn12
  • 0
Posted (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 by giannisdx
  • 0
Posted

Yea i understand how add/edit droplist. I thought there is such a soft to edit drop list. 

 

Thanks everyone for attention.

Guest
This topic is now closed to further replies.
×
×
  • Create New...