<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>El&#039;s Extreme Anglin&#039; - WoW Fishing Guide &#187; Tag: Addons and Utilities - Recent Posts</title>
		<link>http://www.elsanglin.com/forums/tags/addons-and-utilities</link>
		<description>Discussion about fishing in World of Warcraft.</description>
		<language>en-US</language>
		<pubDate>Tue, 14 Feb 2012 23:39:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.elsanglin.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.elsanglin.com/forums/rss/tags/addons-and-utilities" rel="self" type="application/rss+xml" />

		<item>
			<title>tarouszars on "Ultimate Fishing Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/ultimate-fishing-macro#post-10469</link>
			<pubDate>Wed, 03 Aug 2011 16:57:46 +0000</pubDate>
			<dc:creator>tarouszars</dc:creator>
			<guid isPermaLink="false">10469@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;For those who don't use Fishing buddy I've found this macro to be very useful.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
#showtooltip Mortal Strike&#60;br /&#62;
/cast [noequipped:Fishing Poles] Mortal Strike; [equipped:Fishing Poles] Fishing&#60;br /&#62;
/startattack [noequipped:Fishing Poles]]&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
(Obviously I'm a Warrior. Change your ability based on class)&#60;/p&#62;
&#60;p&#62;This lets me cast with 1 click using the same convenient button i use for MS.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Osvald on "Ultimate Fishing Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/ultimate-fishing-macro#post-10443</link>
			<pubDate>Fri, 15 Jul 2011 20:52:37 +0000</pubDate>
			<dc:creator>Osvald</dc:creator>
			<guid isPermaLink="false">10443@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;I started thinking about using Equipment manager in the macro.&#60;br /&#62;
My gear sets are named &#34;Standard&#34; and &#34;Fishing&#34;&#60;/p&#62;
&#60;p&#62;#showtooltip&#60;br /&#62;
/equipset [noequipped:Fishing Pole, nomod:alt] Fishing;&#60;br /&#62;
/equipset [mod:alt] Standard;&#60;br /&#62;
/cast [equipped:Fishing Pole, nomod:alt, nomod:ctrl] Fishing;&#60;br /&#62;
/use [mod:ctrl] Weather-Beaten Fishing Hat;&#60;/p&#62;
&#60;p&#62;use: equips the &#34;Fishing&#34; gear set or casts if it is equipped.&#60;br /&#62;
Alt: Re-equips the &#34;Standard&#34; gear set&#60;br /&#62;
Control: Adds the lure from the fishing hat&#60;/p&#62;
&#60;p&#62;The only issue is that &#34;#showtooltip&#34; does not show the icon associated to the equipment set.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Osvald on "Ultimate Fishing Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/ultimate-fishing-macro#post-10434</link>
			<pubDate>Sun, 10 Jul 2011 20:15:07 +0000</pubDate>
			<dc:creator>Osvald</dc:creator>
			<guid isPermaLink="false">10434@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;I use this one&#60;/p&#62;
&#60;p&#62;#showtooltip&#60;br /&#62;
/equip [noequipped:Fishing Pole, nomod:alt] 3 21;&#60;br /&#62;
/equip [mod:alt] 3 21;&#60;br /&#62;
/cast [equipped:Fishing Pole, nomodifier:alt, nomod:ctrl] Fishing;&#60;br /&#62;
/use [mod:ctrl] 3 20;&#60;br /&#62;
/use [mod:ctrl] 16;&#60;/p&#62;
&#60;p&#62;use: equips your fishing pole or casts if it is equipped.&#60;/p&#62;
&#60;p&#62;Alt: Re-equips your weapon and you can add&#60;br /&#62;
     /equip [mod:alt] OffHandItemName;&#60;br /&#62;
     after the 3rd line (/equip [mod:alt] 3 21;)&#60;br /&#62;
     to equip your off hand item&#60;/p&#62;
&#60;p&#62;Control: applies a lure
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VGA Disciple on "Ultimate Fishing Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/ultimate-fishing-macro#post-10408</link>
			<pubDate>Sun, 03 Jul 2011 18:36:03 +0000</pubDate>
			<dc:creator>VGA Disciple</dc:creator>
			<guid isPermaLink="false">10408@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;I've been using a fishing macro that I created sometime ago.  However, I have taken my macro, and have taken bits and pieces of other members' macros to improve upon mine.&#60;/p&#62;
&#60;p&#62;This is the macro I'm using now, and it works awesome... except one minor issue.  Every time you cast, it will make the equip set sound fx... but this is such a minor issue, it doesn't bother me.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
#showtooltip Fishing&#60;br /&#62;
/script UIErrorsFrame:Hide()&#60;br /&#62;
/console Sound_EnableSFX 0&#60;br /&#62;
/equipset Fishing&#60;br /&#62;
/use Weather-Beaten Fishing Hat&#60;br /&#62;
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()&#60;br /&#62;
/console Sound_EnableSFX 1&#60;br /&#62;
/cast Fishing&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hashshashin - Dwarven Tank Warrior - Shu'halo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Samago on "My Fishing Macros"</title>
			<link>http://www.elsanglin.com/forums/topic/my-fishing-macros#post-10255</link>
			<pubDate>Sun, 10 Apr 2011 16:02:48 +0000</pubDate>
			<dc:creator>Samago</dc:creator>
			<guid isPermaLink="false">10255@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;Samurai, that is an excellent addition to any fishing macro. Thank you for sharing it. I'm adding it to my macro now. The popup has been a real pest for most fishermen for a long time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Samurai_of_funk on "My Fishing Macros"</title>
			<link>http://www.elsanglin.com/forums/topic/my-fishing-macros#post-10232</link>
			<pubDate>Wed, 30 Mar 2011 06:55:39 +0000</pubDate>
			<dc:creator>Samurai_of_funk</dc:creator>
			<guid isPermaLink="false">10232@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;This is an old post i know. Just a little twist on one of your macros that i use...&#60;/p&#62;
&#60;p&#62;/click StaticPopup1Button1&#60;br /&#62;
/cast Fishing&#60;br /&#62;
/cast Fishing&#60;br /&#62;
/cast Fishing&#60;br /&#62;
/cast Fishing&#60;/p&#62;
&#60;p&#62;I added the line &#34;/click StaticPopup1Button1&#34; because i was fishing for the Dark Herring for the achievement, since it is BOP you get the pop up asking if you want to loot it. This way if you accidentally click your fishing macro before clicking yes to loot, it will automatically click yes to loot before recasting and you won't lose your achievement!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Oak on "My personal fishing epiphany."</title>
			<link>http://www.elsanglin.com/forums/topic/my-personal-fishing-epiphany#post-10164</link>
			<pubDate>Sat, 05 Mar 2011 06:34:37 +0000</pubDate>
			<dc:creator>Oak</dc:creator>
			<guid isPermaLink="false">10164@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;This is great information and will definitely make long fishing sessions easier for me.&#60;/p&#62;
&#60;p&#62;I wonder if El would consider adding this information in his addon guide.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turkeyface on "My personal fishing epiphany."</title>
			<link>http://www.elsanglin.com/forums/topic/my-personal-fishing-epiphany#post-10113</link>
			<pubDate>Fri, 11 Feb 2011 21:20:15 +0000</pubDate>
			<dc:creator>turkeyface</dc:creator>
			<guid isPermaLink="false">10113@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;Precisely - You conveyed it much more concisely than did I.  &#60;/p&#62;
&#60;p&#62;You can cast, position mouse over bobber, and then let go of mouse - using the hotkey to 'catch' the fish instead.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Christhina on "My personal fishing epiphany."</title>
			<link>http://www.elsanglin.com/forums/topic/my-personal-fishing-epiphany#post-10110</link>
			<pubDate>Fri, 11 Feb 2011 15:01:28 +0000</pubDate>
			<dc:creator>Christhina</dc:creator>
			<guid isPermaLink="false">10110@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;So... effectively, I could make a special toolbar (the second toolbar on all my toons is set up for fishing, with shortcuts to cast, apply Weather Beaten Fishing Hat buff etc), and I could now add another hotkey to that (say the number 2) to actually &#34;catch&#34; my fish?  Requiring me to hit &#34;1&#34; to cast, position mouse, and then &#34;2&#34; to &#34;catch&#34; the fish?&#60;/p&#62;
&#60;p&#62;If so, that is fantastic, and I would be a very very happy camper - I'm off to try get this going now!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turkeyface on "My personal fishing epiphany."</title>
			<link>http://www.elsanglin.com/forums/topic/my-personal-fishing-epiphany#post-10102</link>
			<pubDate>Wed, 09 Feb 2011 18:27:53 +0000</pubDate>
			<dc:creator>turkeyface</dc:creator>
			<guid isPermaLink="false">10102@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;Subject: an easier way to fish and do something else simultaneously.  &#60;/p&#62;
&#60;p&#62;Me: I'm looking for the sea turtle.  &#60;/p&#62;
&#60;p&#62;Method: I fished fangtooth pools till I found the dark herring.  I've since caught 3 bank tabs worth of blackbelly mudfish.  &#60;/p&#62;
&#60;p&#62;Dilemma: I don't find fishing especially enthralling, so I tend to watch movies, netcasts, read novels whilst I fish.  I use a &#34;double-click to cast&#34; addon to cast, then watch the movie, read the page until I hear the bobber splash.  &#60;/p&#62;
&#60;p&#62;The old me: I would frantically search and make sure my cursor was on the bobber, and click, hoping it wasn't the &#34;last second bobber&#34; - (you hearty fishermen all know what I'm talking about).  I would often miss or be too late, even in my haste, making me sad/throwing off my viewing/reading experience.    &#60;/p&#62;
&#60;p&#62;*****Important part******&#60;br /&#62;
The new me: I bound a key to: INTERACT WITH MOUSEOVER in the Targeting Functions section of the default keybinding menu . Now, I cast, check for a pool landing, place my cursor on the bobber, and let go of the mouse.  When I hear the splash, I simply press the keyboard.  No more missed fish.  Ever.  And my eyes never leave the book/movie screen.&#60;br /&#62;
*****End of Importance******&#60;/p&#62;
&#60;p&#62;I hope this helps someone else fish more efficiently/enjoyably.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sarcandosa on "Addon for weight display"</title>
			<link>http://www.elsanglin.com/forums/topic/addon-for-weigh-display#post-9998</link>
			<pubDate>Fri, 14 Jan 2011 14:25:49 +0000</pubDate>
			<dc:creator>Sarcandosa</dc:creator>
			<guid isPermaLink="false">9998@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;Sutorix - That would be awesome and thank you also for the great addon, been using it for years. &#60;/p&#62;
&#60;p&#62;Christhina - I have altoholic, absolutely a must. This request was not from a tooltip standpoint. That is well covered by many addons. This is a visual indication of what is in your bag or bank to tell you the size of your catches without having to mouse over. The fish already look different, however with out mousing over, currently you can't tell the 10lb from the 20lb right next to it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Christhina on "Addon for weight display"</title>
			<link>http://www.elsanglin.com/forums/topic/addon-for-weigh-display#post-9978</link>
			<pubDate>Tue, 11 Jan 2011 12:23:18 +0000</pubDate>
			<dc:creator>Christhina</dc:creator>
			<guid isPermaLink="false">9978@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;I'm not quite clear on what it is you're looking for here, but there is a mod called Altoholic (highly recommended even if you just have a bank toon/guild bank and no alts).&#60;/p&#62;
&#60;p&#62;That will make it so that (say) you have a 22 pound redgill stored in the guild bank tab, and when you catch another, and hover over it, you will see (1) &#38;lt;name of guild&#38;gt; in the tooltip.  Likewise, if that were in your bankers (or alts) bags, you would see (1) &#38;lt;name of toon&#38;gt; in the tooltip.&#60;/p&#62;
&#60;p&#62;It also has the possibility to search for items stored in guild banks, mail, and alts bags.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sutorix on "Addon for weight display"</title>
			<link>http://www.elsanglin.com/forums/topic/addon-for-weigh-display#post-9973</link>
			<pubDate>Tue, 11 Jan 2011 06:11:33 +0000</pubDate>
			<dc:creator>Sutorix</dc:creator>
			<guid isPermaLink="false">9973@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;That sounds like something i could add to Fishing Buddy -- I'll add it to my list :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sarcandosa on "Addon for weight display"</title>
			<link>http://www.elsanglin.com/forums/topic/addon-for-weigh-display#post-9971</link>
			<pubDate>Mon, 10 Jan 2011 17:13:54 +0000</pubDate>
			<dc:creator>Sarcandosa</dc:creator>
			<guid isPermaLink="false">9971@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;I am starting a collection of all my weighed fish catches, keeping one of every size. I even set up a dedicated alt bank tab for it. &#60;/p&#62;
&#60;p&#62;What I was wondering is if anyone has heard of or could make an addon that puts the weight of the fish in the bag and bank space similiar to the way the Tabard addon actually lets you see the tabard image. This would make it so much easier to see what you have and what you still need. &#60;/p&#62;
&#60;p&#62;Then hopefully when your aquarium of weighed fish is complete, you could screen shot and share you wonderful collection.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sutorix on "Ultimate Fishing Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/ultimate-fishing-macro#post-9945</link>
			<pubDate>Wed, 05 Jan 2011 05:16:00 +0000</pubDate>
			<dc:creator>Sutorix</dc:creator>
			<guid isPermaLink="false">9945@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;Fishing Buddy is definitely *not* a bot -- I'm completely against such things. Fishing Buddy plays by all current Blizz add-on rules and just makes it more convenient to fish -- but you still have to do all the &#34;work&#34; yourself. That is, it will cast with a double-click, but you still have to click on the bobber in order to catch anything :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PoMR on "Ultimate Fishing Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/ultimate-fishing-macro#post-9941</link>
			<pubDate>Tue, 04 Jan 2011 15:11:19 +0000</pubDate>
			<dc:creator>PoMR</dc:creator>
			<guid isPermaLink="false">9941@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;Here's a fairly simple fishing/lure macro. I didn't bother with an outfit change macro as I use Outfitter and it does a great job. :)&#60;/p&#62;
&#60;p&#62;#showtooltip Fishing&#60;br /&#62;
/cast [equipped:Fishing Pole, nomod, button:1] Fishing;[button:2] Weather-Beaten Fishing Hat;[modifier] Glow Worm&#60;/p&#62;
&#60;p&#62;Nothing too fancy but it lets me pick between the fishing hat and a gloworm and has the lure/fishing in one macro.&#60;/p&#62;
&#60;p&#62;Hope someone finds it useful. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Thay on "LootFilter Addon"</title>
			<link>http://www.elsanglin.com/forums/topic/lootfilter-addon#post-9085</link>
			<pubDate>Wed, 29 Sep 2010 02:06:41 +0000</pubDate>
			<dc:creator>Thay</dc:creator>
			<guid isPermaLink="false">9085@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;&#60;cite&#62;Fishing for chickens &#60;a href=&#34;http://www.elsanglin.com/forums/topic/lootfilter-addon#post-9073&#34; title=&#34;View original post.&#34;&#62;wrote&#60;/a&#62;:&#60;/cite&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;I'm not an engineer, so I can't pop a Jeeves like my son's toon can, darn it.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I know that feeling. To solve it though I saved up for quite a while and bought the Mammoth.&#60;br /&#62;
The ability to just mount up, sell all the vendor stuff, repair restock on reagents, then continue on my way is quite useful.&#60;/p&#62;
&#60;p&#62;Oddly enough the ability to buy reagents turned out to be  the most useful part about the Mammoth.&#60;/p&#62;
&#60;p&#62;Thay
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fishing for chickens on "Ultimate Fishing Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/ultimate-fishing-macro#post-9074</link>
			<pubDate>Tue, 28 Sep 2010 11:26:54 +0000</pubDate>
			<dc:creator>Fishing for chickens</dc:creator>
			<guid isPermaLink="false">9074@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;Does tcomputerchip's macro work as long as the sets in the EM are set up and w/o any other special adjustments like having your things in specific spots in my bags? I'm not great (yet) with macro-coding, so I don't completely understand what all this macro does. &#60;/p&#62;
&#60;p&#62;I have FB installed, but I'm using it less and less. Installed Spartan UI, and the ` key uses a specific spot in the bar, so I just put my pole in that slot on all my toons, and hit that key w/ my left hand and right-click the bobber with my mouse - auto-loot is already turned on in my interface, so it's a rather automated process. The only thing FB does for me now is enhance the sounds (and I'm often listening to music instead anyway) and auto-lure. If this could be adjusted to auto-lure, I could uninstall FB entirely. &#60;/p&#62;
&#60;p&#62;The way I have it set up, it doesn't matter if I am on my main (which has the Kalu'ak Fishing Pole,) a new lvl 1 toon, or any of my toons in-between, it's all set the same on my bar.&#60;/p&#62;
&#60;p&#62;Now if someone ever made an add-on that auto-added to the mini-map the vendor or trainer for getting the RECIPE for COOKING any particular fish I fish up, THAT I'd add in a HEARTBEAT!! I hate tabbing out to go look it up! Better, one that would *auto-buy* a fish cooking recipe you have the skill for if you VISIT any of those vendors!! I don't always check the vendors, and I HATE having to go *back* to an area just cause I didn't know the vendor had it at the end of their inventory.. Would it be hard to program something that checked your skill and popped up a dialog asking you if you wanted to &#34;buy X recipe&#34;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fishing for chickens on "LootFilter Addon"</title>
			<link>http://www.elsanglin.com/forums/topic/lootfilter-addon#post-9073</link>
			<pubDate>Tue, 28 Sep 2010 10:59:40 +0000</pubDate>
			<dc:creator>Fishing for chickens</dc:creator>
			<guid isPermaLink="false">9073@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;Actually... I even keep the &#34;trash&#34; because all that copper eventually adds up.&#60;br /&#62;
I just wish some of those items stacked more. Things like Scrollcases, trunks, and crates don't stack, and fill your bags pretty quickly, and they have different items in them, so opening them doesn't save you much space. IF however the holders stacked (like a clamshell before you open it and get your meet and/or pearl) it would make fishing a LOT nicer.&#60;br /&#62;
Just my thought. I'm not an engineer, so I can't pop a Jeeves like my son's toon can, darn it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tcomputerchip on "Ultimate Fishing Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/ultimate-fishing-macro#post-8635</link>
			<pubDate>Sun, 27 Jun 2010 19:36:46 +0000</pubDate>
			<dc:creator>tcomputerchip</dc:creator>
			<guid isPermaLink="false">8635@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;In this macro, I have two sets made in the Equipment Manager, one called Fish and one called Raid. &#60;/p&#62;
&#60;p&#62;The script UI line disables errors and console line turns off the warning sounds. I do this because slot &#34;1&#34; is the Weather-Beaten Fishing Hat. Because blizzards has a limit of 255 chars per macro, I chose to /use 1 instead of spelling out the name of the item.&#60;/p&#62;
&#60;p&#62;Click the Macro: to Equipt, Use the Fishing Hat, and Cast Fishing&#60;br /&#62;
Right Click: to equipt Raid gear (or PVP gear or default gear of choosing)&#60;/p&#62;
&#60;p&#62;If you don't know about the equipment manager, its a great thing :) Read up about it.&#60;/p&#62;
&#60;p&#62;#showtooltip Fishing&#60;br /&#62;
/equipset [btn:1] Fish&#60;br /&#62;
/equipset [btn:3] Raid&#60;br /&#62;
/script UIErrorsFrame:Hide()&#60;br /&#62;
/console Sound_EnableSFX 0&#60;br /&#62;
/use [btn:1] 1&#60;br /&#62;
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show()&#60;br /&#62;
/console Sound_EnableSFX 1&#60;br /&#62;
/cast [btn:1] Fishing
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

