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] Fishing events seem bugged in latest versions #249

Closed charlie1990 closed 11 years ago

charlie1990 commented 11 years ago

I'm not sure which version this started happening in but this no longer produces any of the fish I have it set to, it only gives default fish(349:0)

Using OtherDrops Build 90

PLAYER:
    - trigger: FISH_CAUGHT
      tool: FISHING_ROD
      lorename: "&dBroken Rod"
      drop: {RAW_FISH@5/50%, RAW_FISH@6/25%, RAW_FISH@7/15%, RAW_FISH@8/7%, RAW_FISH@9/3%}
      damagetool: 1
      chance: 100
      permission: fishing.sardine
      flag: UNIQUE
      commands: /!*addxp %p fishing 800
Zarius commented 11 years ago

Will check it out tonight.

Zarius commented 11 years ago

This might be related to #247. If you're using a number of different include files it was only registering events for the last file. Fixed in dev build 91 - can you confirm if this fixes this issue too?

charlie1990 commented 11 years ago

That appears to have fixed it. :)