Download
(127Kb)
Download
Updated: 10-24-10 02:16 PM
Pictures
File Info
Updated:10-24-10 02:16 PM
Created:unknown
Downloads:30,090
Favorites:411
MD5:

FishermansFriend  Popular! (More than 5000 hits)

Version: r109-release
by: Ammo [More]

FishermansFriend is a fishing helper addon inspired by FishingAce and improved upon.

FishermansFriend does the following when you equip a fishing rod:
- Enhance Sounds so you can hear the fishing bobber better, and ofcourse restore your original settings when you remove the rod.
- Add doublerightclick autocasting.
- When attempting to doublerightclick autocast FishermansFriend can also use the Weather-Beaten Fishing Hat or automatically apply your best lure.
- Automatically turn on Auto-Looting items when you have a fishing rod equipped.

FishermansFriend uses the itemids for lures etc, and should work on every language client even though the configuration might not be translated in your language yet.

You can open the options panel by /fmf or /fishermansfriend or via Esc -> Interface Options -> AddOns.

Enjoy.

-Ammo

r109-release
- fix autoloading with addonloader
- fix slashcommands
- add option to set individual sound levels for fishing mode enabled

r107-release
- 4.0 compatible release

r101-release
- Fix sound related errors, sound enhancing is not perfect anymore due to blizzard removing a CVar :(
- Add checking for form changing, so when you equip your pole while in bird form it will enable fmf upon switching out of it

r94-release
- 3.2 toc

r92-release
- Improve X-LoadOn-InterfaceOptions support

r89-release
- Add support for X-LoadOn-InterfaceOptions, allowing you to load fishermansfriend by clicking on the options in interface addons

r87-release
- ruRU support added
- zhTW updated
- AddonLoader support added, will now load when using the slashcommand or having a fishing pole equipped
- Only attempt to use item lures when cooldown isn't active (fishing hat)

r82-release
- Rework the fishing pole detection to nolonger use itemid's but spell availability.

r79-release
- Update for 3.1

r69-release
- Update for WotLK

r75536
- Fix tainting issues when moving bag items in combat.

r75073
- Do not immediately enable fishing mode when in combat. Wait till out of combat.

r68595
- Initial release on wowinterface
Optional Files (0)


Post A Reply Comment Options
Unread 05-03-09, 08:43 PM  
Jzar
A Chromatic Dragonspawn
 
Jzar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 158
File comments: 281
Uploads: 5
Woot! I finally got my Fisherman's Hat from the daily fishing quests. I've been looking forward to that cuz now I can let FF apply the hate lure automatically, and never run out of consumable lures again!

There's only one problem: FF doesn't appear to be successfully applying the hat lure, and with the hat on, double-right clicking to cast is broken! Can you fix it?
Report comment to moderator  
Reply With Quote
Unread 05-04-09, 12:55 AM  
Ammo
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 137
Uploads: 22
Originally posted by Jzar
Woot! I finally got my Fisherman's Hat from the daily fishing quests. I've been looking forward to that cuz now I can let FF apply the hate lure automatically, and never run out of consumable lures again!

There's only one problem: FF doesn't appear to be successfully applying the hat lure, and with the hat on, double-right clicking to cast is broken! Can you fix it?
Is it throwing errors?

My problem is, I don't have the hat, so it's hard to test for me.

-Ammo
Report comment to moderator  
Reply With Quote
Unread 05-04-09, 10:28 PM  
Jzar
A Chromatic Dragonspawn
 
Jzar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 158
File comments: 281
Uploads: 5
Originally posted by Ammo
Is it throwing errors?

My problem is, I don't have the hat, so it's hard to test for me.

-Ammo
No, it wasn't generating any errors.

Ah, with more testing it, I found that it worked just fine, even with my fishing hat equipped ... if I put it on and went in and stared at your code long enough. In fact, it takes about 30s of staring at your code for it to start working. Which happens to be the exact cooldown of the Weather-beaten Fishing Hat from first putting it on to when you can use it.

Can you just put in a check for the GetBestLure() result being off of cooldown as well as there being no weapon enchant on the fishing pole? That ought to fix it, I think. Thanks, Ammo!
Last edited by Jzar : 05-04-09 at 10:29 PM.
Report comment to moderator  
Reply With Quote
Unread 05-05-09, 01:19 AM  
Ammo
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 137
Uploads: 22
Originally posted by Jzar
No, it wasn't generating any errors.

Ah, with more testing it, I found that it worked just fine, even with my fishing hat equipped ... if I put it on and went in and stared at your code long enough. In fact, it takes about 30s of staring at your code for it to start working. Which happens to be the exact cooldown of the Weather-beaten Fishing Hat from first putting it on to when you can use it.

Can you just put in a check for the GetBestLure() result being off of cooldown as well as there being no weapon enchant on the fishing pole? That ought to fix it, I think. Thanks, Ammo!
Haha, ok I'll go and add that check

-Ammo
Report comment to moderator  
Reply With Quote
Unread 05-10-09, 07:26 PM  
ofdeath
A Kobold Labourer

Forum posts: 1
File comments: 5
Uploads: 0
Next code is simple way to check 'using fishing pole'.

FishermansFriend.lua:264
Code:
	local usingFishingPole = IsUsableSpell((GetSpellInfo(7620)))
Be careful not to put 'GetSpellInfo(7620)' in parenthesis.
Report comment to moderator  
Reply With Quote
Unread 05-11-09, 01:15 AM  
Ammo
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 137
Uploads: 22
Originally posted by ofdeath
Next code is simple way to check 'using fishing pole'.

FishermansFriend.lua:264
Code:
	local usingFishingPole = IsUsableSpell((GetSpellInfo(7620)))
Be careful not to put 'GetSpellInfo(7620)' in parenthesis.
Thanks, I put in a variant of that, will push with next release.
Report comment to moderator  
Reply With Quote
Unread 05-12-09, 02:12 PM  
joshwill80
A Murloc Raider

Forum posts: 5
File comments: 144
Uploads: 0
Feature Request

Could we get a way to temporarily bypass applying lures? I was thinking of something like holding in shift while double rightclicking could ignore applying a lure. There are a few occasions where you don't want to use a lure, and a modifier key seems like a good way of handling it.
Report comment to moderator  
Reply With Quote
Unread 05-18-09, 05:23 PM  
Caldar
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 48
Uploads: 1
Any chance of an option to exclude using Glow Worms? Don't really need to waste an hour lure for a 5 min daily.
Report comment to moderator  
Reply With Quote
Unread 05-19-09, 12:59 AM  
Ammo
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 137
Uploads: 22
Originally posted by Caldar
Any chance of an option to exclude using Glow Worms? Don't really need to waste an hour lure for a 5 min daily.
rightclick your 5 minute lure before fishing?

-Ammo
Report comment to moderator  
Reply With Quote
Unread 09-22-09, 04:55 PM  
kalvin
A Defias Bandit
 
kalvin's Avatar

Forum posts: 2
File comments: 24
Uploads: 0
I just got this error when i put my fishing pole on then try to double right click to start a cast

FishermansFriend-r94-release\FishermansFriend.lua:409: Couldn't find CVar named 'MapWaterSounds'
FishermansFriend-r94-release\FishermansFriend.lua:409: in function `EnhanceSound'
FishermansFriend-r94-release\FishermansFriend.lua:380: in function `StartFishingMode'
FishermansFriend-r94-release\FishermansFriend.lua:257: in function `?'
CallbackHandler-1.0-5 (Ace3):146: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
<string>:"safecall Dispatcher[2]":4: in function <[string "safecall Dispatcher[2]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[2]":13: in function `?'
CallbackHandler-1.0-5 (Ace3):91: in function `Fire'
AceEvent-3.0-3 (Ace3):119: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:118>
Report comment to moderator  
Reply With Quote
Unread 09-23-09, 12:56 AM  
Ammo
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 137
Uploads: 22
Originally posted by kalvin
I just got this error when i put my fishing pole on then try to double right click to start a cast

FishermansFriend-r94-release\FishermansFriend.lua:409: Couldn't find CVar named 'MapWaterSounds'
FishermansFriend-r94-release\FishermansFriend.lua:409: in function `EnhanceSound'
FishermansFriend-r94-release\FishermansFriend.lua:380: in function `StartFishingMode'
FishermansFriend-r94-release\FishermansFriend.lua:257: in function `?'
CallbackHandler-1.0-5 (Ace3):146: in function <...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
<string>:"safecall Dispatcher[2]":4: in function <[string "safecall Dispatcher[2]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[2]":13: in function `?'
CallbackHandler-1.0-5 (Ace3):91: in function `Fire'
AceEvent-3.0-3 (Ace3):119: in function <Interface\AddOns\Ace3\AceEvent-3.0\AceEvent-3.0.lua:118>
I'm aware of the issue, I need to find the new list of cvars for 3.2.2 to fix it.

-Ammo
Report comment to moderator  
Reply With Quote
Unread 09-23-09, 12:17 PM  
walkingdead
A Kobold Labourer
 
walkingdead's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 15
Uploads: 1
There is an update at wowace for this but i believe it is a temporary fix

http://www.wowace.com/projects/fishermans-friend/files/
Report comment to moderator  
Reply With Quote
Unread 09-30-09, 08:17 AM  
Oziah
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
The auto cast on double click isn't working for me. And I'm getting same errors as below.
Report comment to moderator  
Reply With Quote
Unread 10-01-09, 03:48 AM  
Ammo
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 137
Uploads: 22
Originally posted by Oziah
The auto cast on double click isn't working for me. And I'm getting same errors as below.
latest release fixes this
Report comment to moderator  
Reply With Quote
Unread 10-01-09, 05:05 AM  
Normal
A Murloc Raider

Forum posts: 7
File comments: 37
Uploads: 0
Originally posted by Ammo
latest release fixes this
You rock! No more hacking in vi(1) and /reloadui each time I try and do my daily after doing a global update of my addons :P
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.