Jump to content
  • 0

Acis - Droplist


0cter

Question

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.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0

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
Link to comment
Share on other sites

  • 0
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
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...