[MECH] BigCatch v0.7 - making Fishing more interesting. [818]

Discussion in 'Inactive/Unsupported Plugins' started by spoonikle, Feb 20, 2011.

  1. Offline

    spoonikle

    BigCatch - Fishing, Made fun:

    I dont have much time for MC, or coding for fun. So i am going to have to throw in the towel. Anyone is welcome to Pick up the plug-in if they would like. I am just to busy for this kind of work. Here is the source <3

    by: Spoonikle
    with special thanks to...
    Yurij - great code
    FullWall - Good advice, and spotting big problems before they hurt my head
    darknesschaos - Words of encouragement
    Edward Hand - great code
    and to Samkio - For his Tutorials and helping me when my head hurt
    the most.

    Version: v0.7

    BigCatch, adds to the Fishing mechanic in Minecraft. With random catch events, and making it easier to get a fish, even when the server is laggy. Using the plug-in is simple, just throw it in your plug-in folder. when ever a player starts fishing, its working!

    All events are simple, there is no gold - or unobtainable items - in fact most of the fishing events created in BigCatch are well balanced for any traditional survival server.

    BigCatch Makes a great and FUN addition to any server!

    Features:
    • Added random events, such as catching a leather hat, with a fish inside.
    • Added the BIG CATCH, where a player gets 4 fish for the price of 1!
    • Events range from Saving a drowning Pig, to catching a Squid!!
    When a player has been fishing for 10 seconds, and fails to catch a fish he is then given a 45% chance to catch a fish, and then a range of other random events.

    but, if a player has been fishing for 5 seconds or more, and catches a fish, they will receive a BIGCATCH - 3 additional fish.

    The Drop Table (open)
    "item" - "chance"
    dirt and failure - 2 in 30
    Leather boots - 1 in 10
    leather boots and a fish - 2 in 30
    a fish - 5 in 40
    a leather hat - 1 in 10
    a leather hat with a fish - 1 in 30
    a fish and a bone - 1 in 30
    a fish and 2 bones - 1 in 30
    BigCatch (3 fish) - 1 in 90
    nothing - 1 in 10
    a squid - 2 in 60
    a squid with a fish - 1 in 90
    String - 2 in 30
    A skeleton - 0.333%
    a near miss with a skeleton and broken bones - 2.997 %
    a pig - 0.666%
    The pig drowns and you get a piece of pork - 2.667%

    Planned additions:
    • More random events.
    • Configurable parameters
    • Configurable events, and event messages
    • Even more, cooler Fishing events! Keep sending them to me!
    known bugs:
    • Event catches involving mobs do not work properly (minor)
    Download BigCatch! v0.7 for Craftbukkit!

    Source Code

    Changelog:

    Version 0.7
    • Made the migration to latest CB-RB
    • Ate your Cake, it was delicious.
    • fixed DropFish bug - again
    • increased the distance away water can be from a players cross-hair and still be considered fishing. (now = 20 blocks)
    • reduced time required for BigCatch and Catch Event calculations
    • Fixed bug that stacked 3 fish in the inventory instead of 3 separate fish during a BigCatch
    • Tested method of catching radioactive woolly Mammoths with new quantum entanglement tangle angler and uranium 238 tackle box, to make space holes - failed
    • redesigned the Miscast, improper fishing line use, check.
    • Conformed to new ItemPickup standards
    • Ignored government regulations that apply to human testing
    Version 0.5
    • Fixed a bug where players fishing at the same time, would interferer with each-others event calculations.
    • Fixed a glitch that would occur when you cast a line at dirt, then reeled in facing water.
    • Fixed a glitch that would allow the generation of an insane number of timer threads by anyone with a large amount of fish.
    • Added miss cast checks to the fishing rod.
    • increased the overall efficiency of the program
    Version 0.4
    • Major Bug fix, warranting new version number. Fixed Major exploit.
    • Added wooden Bowls and gold to the table. (A tribute to my new plug-in project)
    Version 0.3_1
    • Fixed minor bug - Skeleton spawning instead of a pig :p surprise!
    Version 0.3
    • Removed TSLPC
    • conformed to new Drop item event standards
    • BigCatch! event confirmed to be 100% operational!!
     
    Undrtakr, Litt, Montag and 2 others like this.
  2. Offline

    sintri

    Part of the updates past 561. At any rate, could use an update for this.
     
  3. Offline

    CorneliousJD

    An update would be great for this, love using it.
     
  4. Offline

    cheepz

    does this work for 612?
     
  5. Offline

    StClaus

    No :(
     
  6. Offline

    Raspberry

    broken in 621

    Code:
    00:33:37 [SEVERE] PLAYER_ITEM loading BigCatch v0.5 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_ITEM
            at com.hotmail.spoonikle.bigcatch.BigCatch.onEnable(BigCatch.java:50)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:115)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:93)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:285)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:196)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:246)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:391)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    
     
  7. Offline

    Kiim

    Update it for 1.4 [612] ? :)
     
  8. Offline

    Adam Hrynewycz

    Please up date great little plugin makes the server more fun then normal fishing!!
     
  9. Offline

    PandaVidya

    why no update? :(
     
  10. Offline

    spoonikle

    This is a rather unusual thing... because of the new hash maps logging out of the server wont reset the plug-in for the player anymore - so that wont work... I will try to see where everything is going wrong.

    I will be releasing a new version for the latest build in 1-2 days, I will attempt to patch this issue with that release.

    Because i need more people to come to this topic and ask for one! :p, motivate me with your plee's!

    I will be updating shortly...

    I have been unaware of all of the comments left on this forum (when they switched to the new server, my emails stopped coming)

    I am working on a small patch to a few bugs, then i will release a version to work with the latest builds.
     
  11. Offline

    TehSeph

    ~PLEE~
     
  12. Offline

    Deadchicken

    I was very much interested in trying this before the update, but never got the chance, I'll be the first to try it out if you were to update it, Thanks for the continued support!
     
  13. Offline

    wikee

    bumping for an update ;)
    thanks a lot for your plugin that make people fishing !
     
  14. Offline

    Triton74

    bump for the update :D
    Great plugin! Let us catch squids again. :)
     
  15. Offline

    Kahl

    I am really missing this plugin :(

    Update please
     
  16. Offline

    Adam Hrynewycz

    Thx for the great support, in the next installments could you try to make a GUI for the set up of what you can fish for? Make your plug just that much more appealing.
     
  17. Offline

    dak393

    yay update :D
     
  18. Offline

    Triton74

    Is it posible to catch Wolfies? lol :D
     
  19. Offline

    spoonikle

    OK! i am gonna need some brave fellows to test the update to CB 601+

    http://dl.dropbox.com/u/19143385/bigcatch test.jar

    This is just an update to the latest Cbukkit, i am still working on bug fixes... The cause of most issues elude me, as they are logic errors in my code, not miss used methods.

    Please report any errors, i do not have a server configured with the latest CB, i am still constructing a custom RP, and am slow to update due to its complexity...
     
  20. Offline

    Montag

    Using CB 617, no errors show up in the server log, but the fishing plugin does not appear to be working. Fishing works as if no plugin is installed. On server startup, it does say that the plugin is enabled.
     
  21. Offline

    spoonikle

    Okay, i will look into this, thanks.
     
  22. Want to try :D!
     
  23. Offline

    Jinzou

    Update! There's motivation? xD I love this plugin and yeah it really does making fishing less boring and more fun for users on my server :)
     
  24. Offline

    spoonikle

  25. Offline

    manura133

    Doesn't seem to work for me. 30+ tries and no "BigCatch". Only one fish per catch.
    But no errors in the log and it says BigCatch is enabled.
    CB RB #617
     
  26. Offline

    Zarius

    Fun plugin :) Hope there's an update.
     
  27. Offline

    spoonikle

    tis very annoying... I don't really know why its not working...
     
  28. Offline

    wikee

    Same here :/ the test versions isnt working either (#617]
     
  29. Offline

    Gea

    You recently put in a check to see if someone is fishing on land or water. Disable the check and test. Make the events happen 100% of the time. Narrow it down from there.
     
    jasonznack likes this.
  30. Offline

    leetgamer

    *nag, nag, nag, plea, plea, plea* :D
     
  31. Offline

    Phaedrus

    looking forward to a working update. keep up the good work.
     

Share This Page