OtherDrops

226k Downloads

[Bug] Can't add drops to mobs with high(custom) hp values

charlie1990 opened this issue · 2 comments

commented

I thought I had opened a ticket for this a few months ago but I can't seem to find it so I'm adding it again.

I mentioned this problem when we were first able to modify a mobs hp value with OD because I was trying to set up an ender dragon "age" system with different kinds of dragons with different hp values, powers and drops but ran into the problem of if you have a mob with an hp value much higher than 200(not exactly 200 but a bit higher, can't remember exact number) and try and set up its drops they don't work and the mob only drops its default items.

In the example the dragon with 600h will not drop the diamond and will only drop the dragons default XP amount. The dragon with 50h however does drop the diamond.

EX:

ENDER_DRAGON@600h:
    - tool: PLAYER
      drop: DIAMOND
ENDER_DRAGON@50h:
    - tool: PLAYER
      drop: DIAMOND
commented

Have you tried the same thing with other mobs, eg zombie?
On 30/04/2013 1:33 PM, "charlie1990" [email protected] wrote:

I thought I had opened a ticket for this a few months ago but I can't seem
to find it so I'm adding it again.

I mentioned this problem when we were first able to modify a mobs hp value
with OD because I was trying to set up an ender dragon "age" system with
different kinds of dragons with different hp values, powers and drops but
ran into the problem of if you have a mob with an hp value much higher than
200(not exactly 200 but a bit higher, can't remember exact number) and try
and set up its drops they don't work and the mob only drops its default
items.

In the example the dragon with 600h will not drop the diamond and will
only drop the dragons default XP amount. The dragon with 50h however does
drop the diamond.

EX:

ENDER_DRAGON@600h:
- tool: PLAYER
drop: DIAMOND
ENDER_DRAGON@50h:
- tool: PLAYER
drop: DIAMOND


Reply to this email directly or view it on GitHubhttps://github.com//issues/235
.

commented

Yes, same problem. Tried with a spider@400h and skeleton@325h