OtherDrops

226k Downloads

[Bug] Fishing events seem bugged in latest versions

charlie1990 opened this issue ยท 3 comments

commented

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
commented

Will check it out tonight.

commented

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?

commented

That appears to have fixed it. :)