Category: TradeSkill Mods
Addon Information
Works with 3.1
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Ammo's Portal Bug Reports Feature Requests
Author:
Version:
r92-release
Date:
05-30-2009 02:44 AM
Size:
120.75 Kb
Downloads:
10,561
Favorites:
370
MD5:
Pictures
He's your friend!
FishermansFriend   Popular! (More than 5000 hits)
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
  Change Log - FishermansFriend
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 - FishermansFriend
Sorry, there are currently no optional files available.
  Archived Versions - FishermansFriend
File Name
Version
Size
Author
Date
r89-release
121kB
Ammo
05-29-2009 04:41 AM
r87-release
121kB
Ammo
05-24-2009 07:06 AM
r82-release
119kB
Ammo
05-12-2009 03:51 AM
r79-release
119kB
Ammo
04-30-2009 01:39 AM
r69-release
108kB
Ammo
10-26-2008 07:49 AM
  Comments - FishermansFriend
Post A Reply
Author Comments Comment Options
Old 05-19-2009, 01:59 AM  
Ammo
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 114
Uploads: 24
Quote:
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
Ammo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-18-2009, 06:23 PM  
Caldar
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 33
Uploads: 2
Any chance of an option to exclude using Glow Worms? Don't really need to waste an hour lure for a 5 min daily.
Caldar is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-12-2009, 03:12 PM  
joshwill80
A Murloc Raider

Forum posts: 5
File comments: 118
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.
joshwill80 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-11-2009, 02:15 AM  
Ammo
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 114
Uploads: 24
Quote:
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.
Ammo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-10-2009, 08: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.
ofdeath is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-05-2009, 02:19 AM  
Ammo
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 114
Uploads: 24
Quote:
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
Ammo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-04-2009, 11:28 PM  
Jzar
A Black Drake
 
Jzar's Avatar
Interface Author - Click to view interfaces

Forum posts: 86
File comments: 161
Uploads: 4
Quote:
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-2009 at 11:29 PM.
Jzar is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-04-2009, 01:55 AM  
Ammo
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 114
Uploads: 24
Quote:
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
Ammo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-03-2009, 09:43 PM  
Jzar
A Black Drake
 
Jzar's Avatar
Interface Author - Click to view interfaces

Forum posts: 86
File comments: 161
Uploads: 4
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?
Jzar is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-30-2009, 02:18 AM  
Normal
A Murloc Raider

Forum posts: 7
File comments: 31
Uploads: 0
Thanks for the update, Ammo. You're my hero.

Well, one of them.
Normal is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-28-2009, 11:53 AM  
fullerton
A Murloc Raider

Forum posts: 6
File comments: 5
Uploads: 0
Lua line?

I would like to see this updated for 3.1. I hope you have time to do this, for I really like this addon.

I do see where you have said to just add a lua?

I, unfortunately, have no idea what you are talking about. What is a lua? And how do you add it.

I hope you can keep it real simple because I don't know squat about programing.

Thanks, Fullerton
fullerton is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-20-2009, 02:53 AM  
Frayol
A Deviate Faerie Dragon
 
Frayol's Avatar
Interface Author - Click to view interfaces

Forum posts: 10
File comments: 100
Uploads: 4
With the advent of 3.1 there is yet another new pole "Nat's Lucky Fishing Pole". Add the following to the LUA file and it works fine with it.

[45858] = true, -- Nat's Lucky Fishing Pole
Frayol is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-03-2008, 01:12 PM  
Kalec
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
if you have the new epic fishing pole from the Kalu'ak, just add this to your lua

[44050] = true, -- Mastercraft Kalu'ak Fishing Pole
Kalec is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-04-2008, 02:59 AM  
Ammo
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 114
Uploads: 24
Disabling:
/script FishermansFriend.db.profile.autolure = false
/script FishermansFriend.db.profile.autoitem = false

Enabling:
/script FishermansFriend.db.profile.autolure = true
/script FishermansFriend.db.profile.autoitem = true
Ammo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-03-2008, 06:37 PM  
qwksilver
A Kobold Labourer

Forum posts: 0
File comments: 41
Uploads: 0
slash command to enable/disable Lures and Items

like this, i use a few macro's and these would be usefull
/fmf lure for lures on/off
and
/fmf item for item on/off
qwksilver is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.