• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

FishingAce

 
Project Updated:
Files Updated: Fri, Jan 1 2010
Supports Game Version: 3.3.0
Category: Professions, and Fishing
Tags:

, and [Edit Tags]

Project Manager: Sutorix
Additional Authors: No additional authors
Current Version: Release-0.4.5j
License: All Rights Reserved
Development Site: WowAce.com
Avg Daily DL (last 30 days): 108
Downloads Total: 98,323
Favorites: 212
Comments: 46
  • About FishingAce
  •  

Simple right click casting.

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  FishingAce Release-0.4.5j Release 3.3.0 7,135 1/1/2010
  FishingAce Release-0.4.5i Release 3.3.0 1,922 12/30/2009
  FishingAce 0.45h-RELEASE Release 3.3.0 6,027 12/12/2009
  FishingAce 1.6-RELEASE Release 3.3.0 54 12/12/2009
  FishingAce Release-0.4.5g Release 3.2.0 23,606 8/5/2009
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Alliekilla said

    Can you explain more, with a small video maybe?

    Reply Report Permalink
  • reddix said

    I have used this addon for at least the last year without any problems till I updated to 0.4.5j when double right click casting sopped working. The ambient sound change still works when equipping a fishing rod, but the cast does not.
    I have since rolled back to 0.4.5h and and it works without a hitch again.

    Reply Report Permalink
  • gaitika said

    just wondering if i have missed something. put settings on, double right clicking, tried on multiple characters with multiple types of fishing poles and still can not get it to do anything. is there a specific command i have to type when equipping a fishing pole? do i have to edit the program itself? I am what i call "computer Illiterate" so i do prefer programs that actually work right out of the box with nothing but maybe some settings tweaks.

    Reply Report Permalink
  • Sutorix said

    It should come out of the box with double-right-click casting enabled, along with "enhance sounds". If you type "/fa", what do you see? It should list the status of the addon (normal Ace behavior).

    Reply Report Permalink
  • gaitika said

    i get action, on - auto, on - lure, off - sound, on - profile, default - standby, active

    Reply Report Permalink
  • Gerb said

    Latest version (0.4.5i) doesn't work for me. Double clicking on the water does nothing at all.

    Reply Report Permalink
  • xtoq said

    Are you double RIGHT clicking? Doubling left clicking does nothing at all, at least as far as FishingAce is concerned.

    Reply Report Permalink
  • foreverphk said

    Double-click casting does not work if I equip the fishing rod by changing equipment set.

    I use the following changes to fix the problem.

    self:RegisterEvent("PLAYER_EQUIPMENT_CHANGED") --self:RegisterEvent("ITEM_LOCK_CHANGED")

    function FishingAce:PLAYER_EQUIPMENT_CHANGED() -- function FishingAce:ITEM_LOCK_CHANGED()

    function FishingAce:PLAYER_ENTERING_WORLD()
    self:RegisterEvent("PLAYER_EQUIPMENT_CHANGED") --self:RegisterEvent("ITEM_LOCK_CHANGED")
    self:RegisterEvent("SPELLS_CHANGED")
    end

    function FishingAce:PLAYER_LEAVING_WORLD()
    self:UnregisterEvent("PLAYER_EQUIPMENT_CHANGED") --self:RegisterEvent("ITEM_LOCK_CHANGED")
    self:UnregisterEvent("SPELLS_CHANGED")
    end

    Reply Report Permalink
  • rakkarage said

    /fa

    Reply Report Permalink
  • rakkarage said

    "Simple *_DOUBLE_* right click casting."

    Reply Report Permalink
  • Just DLed this the other day with the curse client, doesn't seem to do anything at all. Can't even find the settings for it in the interface window.

    Reply Report Permalink
  • gaitika said

    ok, still not working for me. is it actually supposed to do anything?

    Reply Report Permalink
  • Matarell said

    This mod keeps breaking for me. No errors, it just does not do anything. I have checked and rechecked the settings, and it is set to cast, but never does.

    Reply Report Permalink
  • personally i have had zero issues with this mod.

    BY FAR the best fishing mod out there. does what it is supposed to and no extra crap to soak memory like a certain buddy program... : p

    Reply Report Permalink
  • Maziel said

    I just commented out the lines with MapWaterSounds and the error has gone away for me. Addon seems to still be working.

    I opened up FishingAce.lua and add -- in front of the following lines: 182, 190, and 196. Those lines end up looking like these:

    -- local ws = tonumber(GetCVar("MapWaterSounds"))
    -- efsv["MapWaterSounds"] = wv
    -- SetCVar("MapWaterSounds", 0)

    Saved the notepad .lua file and reloaded my UI, changed to my fishing rod and no error.

    Reply Report Permalink
  • Maziel said

    Uploaded a temporary fix until the author uploads a fix:
    http://www.elder-rise.com/FishingAce_FIX.zip

    Reply Report Permalink
  • demanacus1 said

    i must be doing something wrong, because its not working for me. i dbl right clicked, and it casts, then just sits there, until the bobber fades away. it wont auto-pick. i normally have auto-loot on, and i've tried both with it on and off. this program simply will not work. any suggestions?

    Reply Report Permalink
  • dekimsey said

    [BUG] EnhancedSounds
    I've noticed the saved audio volume levels are not restored if one switches back to their normal equipment using the wow equipment-manager. I have to specifically go into my inventory, find a weapon, equip it and then go and put on a particular gear set. It would be best if the mod could properly pickup on the equipment-manager's event, wowwiki states it would be "EQUIPMENT_SWAP_FINISHED".

    Reply Report Permalink
  • ChWolfgang said

    Greetings, thank you for this mod.

    It appears that Ace2 Event lib has updated. At least Decursive is using a new version (1097)than FishingAce (1096) and after 3.2.2 (I first noticed) that lib is throwing errors in Fishing Ace when I equip a fishing pole:

    Error: Couldn't find CVar named 'MapWaterSounds'
    AddOn: FishingAce
    File: FishingAce.lua
    Line: 196
    Count: 1
    ...\AddOns\Decursive\libs\AceEvent-2.0\AceEvent-2.0.lua:299: in function `TriggerEvent'
    ...\AddOns\Decursive\libs\AceEvent-2.0\AceEvent-2.0.lua:910: in function <...\AddOns\Decursive\libs\AceEvent-2.0\AceEvent-2.0.lua:903>

    However, the mod does seem to still be working. Just thought you might want to know.

    Thanks again for your time.

    Reply Report Permalink
  • vytae said

    [00:58:54] Interface\AddOns\FishingAce\FishingAce.lua:196: Couldn't find CVar named 'MapWaterSounds'
    Interface\AddOns\Decursive\Decursive.lua:863: in function <Interface\AddOns\Decursive\Decursive.lua:856>
    ...\AddOns\Decursive\libs\AceEvent-2.0\AceEvent-2.0.lua:299: in function `TriggerEvent'
    ...\AddOns\Decursive\libs\AceEvent-2.0\AceEvent-2.0.lua:910: in function <...\AddOns\Decursive\libs\AceEvent-2.0\AceEvent-2.0.lua:903>

    Mod works just throwing out this error since the patch..

    Reply Report Permalink
  • Addon Packs Containing FishingAce
  • Similar Addons
  •  

Average downloads per day

  1. 17,127 Atlasloot Enhanced Arena, Map & Minimap, Professions...
  2. 1,528 Altoholic Guild, Bags & Inventory, Mail...
  3. 1,374 Ackis Recipe List Professions, and Data Export
  4. 1,107 Fishing Buddy Professions, Professions,...
  5. 1,107 Fishing Buddy Professions, Professions,...