Jump to content
  • 0

Raid Boss Drop...


Question

Posted (edited)

Hi to all im test 1 and half hour the drops list...if somenone can help me plz post...I want more than 15items who can drop with 100% change the raid boss...And more than 20 items with 60% change..

 

here is drop list (BAIUM) i had make with this way....THANKS...!!!

 

 

<drops>

   <category id="1">

    <drop itemid="25800" min="1" max="1" chance="1000000"/>

    <drop itemid="25801" min="1" max="1" chance="1000000"/>

    <drop itemid="25802" min="1" max="1" chance="1000000"/>

    <drop itemid="25803" min="1" max="1" chance="1000000"/>

    <drop itemid="25804" min="1" max="1" chance="1000000"/>

    <drop itemid="25805" min="1" max="1" chance="1000000"/>

    <drop itemid="25806" min="1" max="1" chance="1000000"/>

    <drop itemid="25807" min="1" max="1" chance="1000000"/>

    <drop itemid="25808" min="1" max="1" chance="1000000"/>

    <drop itemid="25809" min="1" max="1" chance="1000000"/>

    <drop itemid="25810" min="1" max="1" chance="1000000"/>

    <drop itemid="25811" min="1" max="1" chance="1000000"/>

    <drop itemid="25812" min="1" max="1" chance="1000000"/>

    <drop itemid="25813" min="1" max="1" chance="1000000"/>

    <drop itemid="25814" min="1" max="1" chance="1000000"/>

    <drop itemid="11112" min="1" max="1" chance="600000"/>

    <drop itemid="11113" min="1" max="1" chance="600000"/>

    <drop itemid="11114" min="1" max="1" chance="600000"/>

    <drop itemid="11115" min="1" max="1" chance="600000"/>

   </category>

   <category id="2">

    <drop itemid="11116" min="1" max="1" chance="600000"/>

    <drop itemid="9382" min="1" max="1" chance="600000"/>

    <drop itemid="9377" min="1" max="1" chance="600000"/>

    <drop itemid="9374" min="1" max="1" chance="600000"/>

   </category>

   <category id="3">

    <drop itemid="11117" min="1" max="1" chance="600000"/>

    <drop itemid="11118" min="1" max="1" chance="600000"/>

    <drop itemid="11119" min="1" max="1" chance="600000"/>

   </category>

   <category id="4">

    <drop itemid="11120" min="1" max="1" chance="600000"/>

    <drop itemid="11121" min="1" max="1" chance="600000"/>

    <drop itemid="11122" min="1" max="1" chance="600000"/>

    <drop itemid="11123" min="1" max="1" chance="600000"/>

    <drop itemid="11124" min="1" max="1" chance="600000"/>

    <drop itemid="11125" min="1" max="1" chance="600000"/>

    <drop itemid="11126" min="1" max="1" chance="600000"/>

    <drop itemid="11127" min="1" max="1" chance="600000"/>

    <drop itemid="11128" min="1" max="1" chance="600000"/>

   </category>

  </drops>

Edited by Reborn12

5 answers to this question

Recommended Posts

  • 0
Posted (edited)

If you want to set an item for 100%, you should use X category. Another item 100%, another category. If you put few items under one category, the 100% should be divided, for example

            <category id="1">
                <drop itemid="45" min="1" max="1" chance="1000000"/> // 100%
            </category>
            <category id="2">
                <drop itemid="1867" min="1" max="1" chance="100000"/> //10%
                <drop itemid="1872" min="1" max="1" chance="300000"/> //30%
                <drop itemid="1875" min="1" max="1" chance="550000"/> //55%
                <drop itemid="1881" min="1" max="1" chance="50000"/> //5%
            </category>

So, category 1 drop rate is 100% for that item, however for category 2 you have following chances (10 + 30 + 55 + 5 = 100), so there are various chances to drop random item (obviously, higher %, higher possibility for that item to be dropped).

Edited by SweeTs
  • 0
Posted

<drop itemid="ID" min="x" max="y" chance=1000000 for drop 100%, because 1000000 = 100%
<drop itemid="ID" min="x" max="y" chance=600000   for drop 60%,   because 600000 = 60%

 

where  "x"quantity minimum and "y"quantity maximum

is that what you want?

  • 0
Posted

<drop itemid="ID" min="x" max="y" chance=1000000 for drop 100%, because 1000000 = 100%

<drop itemid="ID" min="x" max="y" chance=600000   for drop 60%,   because 600000 = 60%

 

where  "x"quantity minimum and "y"quantity maximum

is that what you want?

no i know what is min and max...

  • 0
Posted

You need new category for each drop if you want it to be 100%.

somethink like this???

<category id="1">

    <drop itemid="25800" min="1" max="1" chance="1000000"/>

<category id="2">

   <drop itemid="25801" min="1" max="1" chance="1000000"/> and i need to make to all items?? each item with new category???and what is than with 60% this needs only one category??

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...