Zarius / Bukkit-OtherBlocks

OtherBlocks (now known as OtherDrops) plugin for Bukkit (dev build: https://www.mediafire.com/?i6ows1g6kus2o0l)
http://dev.bukkit.org/server-mods/otherdrops/
GNU General Public License v3.0
17 stars 17 forks source link

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

Closed charlie1990 closed 11 years ago

charlie1990 commented 11 years ago

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
Zarius commented 11 years ago

Have you tried the same thing with other mobs, eg zombie? On 30/04/2013 1:33 PM, "charlie1990" notifications@github.com 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/Zarius/Bukkit-OtherBlocks/issues/235 .

charlie1990 commented 11 years ago

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