FishingAce

Simple right click casting.

You must login to post a comment. Don't have an account? Register to get one!

  • Avatar of cyberon2002 cyberon2002 Fri, 20 Nov 2009 15:20:57

    I have the same Problem... If i switch to my Fishing Gear I got this Error:

    AceEvent-2.0-91097 (AtlasLootFu):299: Couldn't find CVar named 'MapWaterSounds'

  • Avatar of Theetjuh Theetjuh Tue, 20 Oct 2009 16:14:38

    Dunno if this has any effect ... But since 3.2.2 i constant get an error when switching to my fishing gear.

    The below casting problem is still there aswell.

  • Avatar of Zulah Zulah Fri, 14 Aug 2009 18:20:54

    I do have the same problem. You can also click a macro or cast a spell to 'reset' it so you can right click again or it seems you can just wait as well. I have a random pet macro that I click in between casts now. I do not know how to duplicate it or else I would have put in a ticket. I just assumed it was another add-on interfering. Sometimes I can cast 10 times in a row sometimes I get just 1.

  • Avatar of Theetjuh Theetjuh Fri, 07 Aug 2009 17:34:36

    Got the same problem as Gigi ... using 0.4.5g, the right click casting doesn't work 'all' the times. Selecting an enemy target worked for me tho to reset it.

  • Avatar of Gigi Gigi Mon, 13 Jul 2009 22:12:08

    Is anyone having a problem with the right click casting in this new version? It doesn't work when using both of my poles.

  • Avatar of Takika Takika Mon, 29 Jun 2009 15:23:20

    Please don't add Ace2 as Required dependency, if you embed parts of Ace2. CurseClient now download the unneeded Ace2 with the current FishingAce.

  • Avatar of romracer romracer Fri, 26 Jun 2009 12:36:00

    Yea, I get an error about LibFishing not being able to find an instance of LibCrayon-3.0 with the latest version. Looks like the .pkgmeta or whatever needs to include LibCrayon-3.0 as well.

    Thanks for update!

  • Avatar of grum grum Fri, 26 Jun 2009 07:09:52

    If you use LibFishing-1.0 make sure you also include LibCrayon-3.0 in your package as MINOR_VERSION 2 of LibFishing-1.0 uses it on line 51.

  • Avatar of Sutorix Sutorix Thu, 18 Jun 2009 04:08:50

    I apologize for the long delay between updates the latest version of FishingAce! uses the same code as Fishing Buddy for figuring out the pole, so it should work with everything.

    I'm trying to get it marked as a release version, but even after following the instructions for a release on WoWAce it's still showing up as a beta...

  • Avatar of doxxx doxxx Sun, 24 May 2009 13:39:43

    The following replacement for the IsFishingPole function makes it work for all known poles as well as any poles added in future patches:

    local function IsFishingPole()
    	local slot = GetInventorySlotInfo("MainHandSlot")
    	local link = GetInventoryItemLink("player", slot)
    	local _, _, _, _, _, _, itemSubType = GetItemInfo(link)
    	return itemSubType == "Fishing Poles"
    end
    

Facts

Date created
18 Jul 2008
Categories
Last update
05 Aug 2009
Development stage
Release
Language
  • deDE
  • enUS
  • esES
  • frFR
  • koKR
  • zhCN
  • zhTW
License
All Rights Reserved
Curse link
FishingAce
Recent files

Authors

Relationships

Required dependency
Ace2
Embedded library
LibBabble-Zone-3.0
LibCrayon-3.0
LibStub
LibTourist-3.0