GithubHelp home page GithubHelp logo

gofish's People

Contributors

armordecai avatar phanx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gofish's Issues

EnhanceSound when switching to fishing mode

Hi!
Started to use your Addon yesterday. Mainly fishing at Margoss's retreat.
Found it a bit weird, that the music always goes up when the fish cast is over, just to be silenced 2 seconds later when i cast fishing again.

Maybe the calls to Enhance/RestoreSound should be done when entering/leaving Fishing Mode (i.e. at /gofish).

[7.3] PlaySound API changes, toggle options cause error

1x GoFish\Options-Options.lua:92: Usage: PlaySound(soundKitID, optional["SFX","Music","Ambience", "Dialog" or "Master"], [forceNoDuplicates, runFinishCallback]) [C]: in function PlaySound'
GoFish\Options-Options.lua:92: in function <GoFish\Options.lua:90>

Locals:
(*temporary) = nil
`
There are several lines in Options.lua that call PlaySound() and all of them will cause an error. I could not find SOUNDKIT versions of SOUND_ON or SOUND_OFF but perhaps you can find something appropriate from the list.

Addon doesn't work

The only reason I'm trying to find fishing addons is for the sound effects, but yours like many others doesn't actually change anything about the sound with any configuration.

Issue mousing over fishing school while mounted.

Hi,
Due, no doubt, to api changes in the pre-patch I get a spectacularly unhelpful error message about usage for line 389, about UnitBuff.
Replacing
or (IsMounted() and not (UnitBuff("player", FROSTWOLF_WAR_WOLF) or UnitBuff("player", TELAARI_TALBUK)))
with:
or (IsMounted() and not (AuraUtil.FindAuraByName(FROSTWOLF_WAR_WOLF, "player") or AuraUtil.FindAuraByName(TELAARI_TALBUK, "player")))
seems to have fixed the issue.

Fishing mode not auto-activated after combat

Can you please add In combat fishing so this addon wouldn't turns itself off every time I'm in combat. I even created a macro to switch it on but its all so frustrating that every time I aggro some spawned mob around fishing spots I need to press it (cause hovering over pools isn't working in 50% of the time)

No sound with sounds turned off

You can no longer hear fish biting with sounds off, it wasn't the case before, while other addons still have this functionality (weakaura etc), gofish lost it.

I like to play with sounds off, and ability to hear fish bites was the main reason i have used this addon.

I hope for a fix, tnx

Possible quick fixes for Shadowlands compatibility

In FishingBuddy.lua

  • This updates the wow version check for both version 8 (BfA) and version 9 (SL)
    Change line 10 to 'local IS_WOW_8 = GetBuildInfo():match("[8-9]")'

  • Even though the fishing spell ID is 131474
    If using a fishing rod the cast spell ID will be 131490
    If not using a fishing rod the cast spell ID will be 131476

Change line 14 to 'local FISHING_ID = Insert your correct cast spell id here'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.