<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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: macro - Recent Posts</title>
		<link>http://www.elsanglin.com/forums/tags/macro</link>
		<description>Discussion about fishing in World of Warcraft.</description>
		<language>en-US</language>
		<pubDate>Sat, 20 Mar 2010 11:28:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</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/macro" rel="self" type="application/rss+xml" />

		<item>
			<title>Samago on "My &#34;Winner&#34; Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/my-winner-macro#post-7820</link>
			<pubDate>Mon, 15 Feb 2010 23:13:28 +0000</pubDate>
			<dc:creator>Samago</dc:creator>
			<guid isPermaLink="false">7820@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;This technique no longer works. Regardless if the bobber doesn't land in the water, Cast Fishing will overwrite your current Cast Fishing every time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Micha on "conditional macro - apply the right lure"</title>
			<link>http://www.elsanglin.com/forums/topic/conditional-macro-apply-the-right-lure#post-7301</link>
			<pubDate>Thu, 19 Nov 2009 14:10:53 +0000</pubDate>
			<dc:creator>Micha</dc:creator>
			<guid isPermaLink="false">7301@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;I'm pretty sure this can't be done with macros.  You have to realize that WoW macros are intentionally limited to prevent the macro from making decisions that Blizzard feels the player should be making.  The problem is wanting a macro to use different items when specific items are equipped.  As far as I know, there isn't even any such thing as a macro conditionl for a specific item being equipped.&#60;/p&#62;
&#60;p&#62;It may be possible, but I don't think so.  You can ask on the macro &#38;amp; UI forums.  Here's a workaround that does work.&#60;/p&#62;
&#60;p&#62;/cast [nomod] Fishing&#60;br /&#62;
/use [mod:alt] Weather-Beaten Fishing Hat&#60;br /&#62;
/use [mod:shift] Sharpened Fish Hook&#60;br /&#62;
/use [mod:shift] Arcanite Fishing Pole&#60;/p&#62;
&#60;p&#62;Holding alt uses hat, holding shift uses hook, regular fishes.  Reverse the instances of alt and shift if you want the reverse.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bluewire on "conditional macro - apply the right lure"</title>
			<link>http://www.elsanglin.com/forums/topic/conditional-macro-apply-the-right-lure#post-7287</link>
			<pubDate>Sat, 14 Nov 2009 20:44:33 +0000</pubDate>
			<dc:creator>bluewire</dc:creator>
			<guid isPermaLink="false">7287@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;I'd like a macro that will:&#60;/p&#62;
&#60;p&#62;On CLICK - cast (or start fishing)&#60;/p&#62;
&#60;p&#62;On SHIFT-CLICK (or right-click, either way)&#60;br /&#62;
- apply to my fishing pole (already equipped) a lure from Weather-Beaten Fishing Hat if equipped&#60;br /&#62;
- apply to my fishing pole (already equipped) a Sharpened Fish Hook if no Weather Beaten Fishing Hat is equipped&#60;/p&#62;
&#60;p&#62;Note - I use ItemRack with a fishing gear set to equip a pole (and a fishing hat for my toons that have one).&#60;/p&#62;
&#60;p&#62;Thanks in advance for your help - i know I fail at writing macro's
&#60;/p&#62;</description>
		</item>
		<item>
			<title>renork on "Macro for turn-in"</title>
			<link>http://www.elsanglin.com/forums/topic/macro-for-turn-in#post-6852</link>
			<pubDate>Sun, 09 Aug 2009 20:36:35 +0000</pubDate>
			<dc:creator>renork</dc:creator>
			<guid isPermaLink="false">6852@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;Well it worked like a charm for me today and another fisherman came up before the achievement had even left my screen so I think this macro is mandatory for anyone trying to win this thing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nonameform on "Macro for turn-in"</title>
			<link>http://www.elsanglin.com/forums/topic/macro-for-turn-in#post-6720</link>
			<pubDate>Sun, 26 Jul 2009 20:05:23 +0000</pubDate>
			<dc:creator>nonameform</dc:creator>
			<guid isPermaLink="false">6720@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;You can't start the conversation with a macro. Else there would be bots running around WoW not only grinding, but also doing quests on their own.&#60;/p&#62;
&#60;p&#62;Even though I was far away from winning today thanks to level 19 twinks who think it's fine to fish in pools during the competition and make it harder for leveled characters to get 40 fishes, I did come to Booty Bay after the competition and had to turn in 200x &#60;a href=&#34;http://www.wowhead.com/?item=19807&#34; title=&#34;Wowhead - Speckled Tastyfish.&#34; class=&#34;nocolor&#34;&#62;Speckled Tastyfish&#60;/a&#62;. Clicking all dialogue options every time was boring, so I copied a macro from WoWWiki:&#60;/p&#62;
&#60;p&#62;/script SelectGossipAvailableQuest(1)&#60;br /&#62;
/script SelectGossipActiveQuest(1)&#60;br /&#62;
/script CompleteQuest()&#60;br /&#62;
/script SelectGossipOption(1)&#60;br /&#62;
/script AcceptQuest()&#60;br /&#62;
/script GetQuestReward(1)&#60;/p&#62;
&#60;p&#62;Even though some parts of this macro are not needed to complete &#60;em&#62;Apprentice Angler&#60;/em&#62;, I hope it should work fine with &#60;em&#62;Master Angler&#60;/em&#62;, selecting &#60;a href=&#34;http://www.wowhead.com/?item=19970&#34; title=&#34;Wowhead - Arcanite Fishing Pole.&#34; class=&#34;nocolor&#34;&#62;Arcanite Fishing Pole&#60;/a&#62; as a reward.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>renork on "Macro for turn-in"</title>
			<link>http://www.elsanglin.com/forums/topic/macro-for-turn-in#post-6719</link>
			<pubDate>Sun, 26 Jul 2009 19:53:52 +0000</pubDate>
			<dc:creator>renork</dc:creator>
			<guid isPermaLink="false">6719@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;Ok so I just lost the MOST annoying way EVER. I had the quest completion window open, had selected the item and had my mouse over the complete and someone else won.  ARRGHH!!!!!!!!!!!!!!!!&#60;/p&#62;
&#60;p&#62;So it led me to my realization that I need to macro that turn-in.  Preferably even with a target macro so I can do it the instant I hearth.  &#60;/p&#62;
&#60;p&#62;I have the following macro:&#60;/p&#62;
&#60;p&#62;/script SelectGossipAvailableQuest(1)&#60;br /&#62;
/script SelectGossipActiveQuest(1)&#60;br /&#62;
/script CompleteQuest()&#60;br /&#62;
/script SelectGossipOption(2)&#60;br /&#62;
/script AcceptQuest() &#60;/p&#62;
&#60;p&#62;Which i believe will complete the quest (selecting the trinket) once I've right clicked on the quest giver.  Can anyone comment on it?  Is there a way to /tar and initiate conversation with the questgiver?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>donquixote235 on "Equipment Manager Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/equipment-manager-macro#post-6301</link>
			<pubDate>Thu, 21 May 2009 13:58:58 +0000</pubDate>
			<dc:creator>donquixote235</dc:creator>
			<guid isPermaLink="false">6301@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;I like to have Find Fish active when I'm in my fishing gear, and my main gathering skill active when I'm geared normally.  I found that this helps me a lot with the new Equipment Manager:&#60;/p&#62;
&#60;p&#62;1. Create two new sets - your main gear set (call it Main) and your fishing set (call it Fishing)&#60;/p&#62;
&#60;p&#62;2. Create the following two macros (use the '?' icon for them; it's the first icon on the list):&#60;/p&#62;
&#60;p&#62;#showtooltip [your main weapon name here]&#60;br /&#62;
/equipset Main&#60;br /&#62;
/cast Find Herbs (or Find Minerals, or whatever)&#60;/p&#62;
&#60;p&#62;#showtooltip [your fishing pole name here]&#60;br /&#62;
/equipset Fishing&#60;br /&#62;
/cast Find Fish&#60;/p&#62;
&#60;p&#62;When I say &#34;your main weapon name here&#34; or &#34;your fishing pole name here&#34;, I mean replace the bracketed area with the exact name of your weapon or pole... e.g. &#34;#showtooltip Mastercraft Kalu'ak Fishing Pole&#34;&#60;/p&#62;
&#60;p&#62;3. Save these two macros, call one 'Main' and the other 'Fishing', and place them on your toolbar.  Ta-da, you can now easily switch from fighting to fishing with the click of a button!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>heathisrael on "My &#34;Winner&#34; Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/my-winner-macro#post-4501</link>
			<pubDate>Wed, 25 Feb 2009 18:26:58 +0000</pubDate>
			<dc:creator>heathisrael</dc:creator>
			<guid isPermaLink="false">4501@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;this is actually pretty good for fishing in the dalaran fountain as well. it'll help you get the most out of your lucky coin buff.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dasim on "My Fishing Macros"</title>
			<link>http://www.elsanglin.com/forums/topic/my-fishing-macros#post-4439</link>
			<pubDate>Tue, 17 Feb 2009 19:54:02 +0000</pubDate>
			<dc:creator>Dasim</dc:creator>
			<guid isPermaLink="false">4439@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;So I started playing around with macros a while ago.  I settled on the following 2 for my fishing stuff.&#60;/p&#62;
&#60;p&#62;First off I use the Fishingx4 one described other places on site (&#60;a href=&#34;http://www.elsanglin.com/forums/topic/my-winner-macro&#34; rel=&#34;nofollow&#34;&#62;http://www.elsanglin.com/forums/topic/my-winner-macro&#60;/a&#62;) but I modified it to fit my needs:&#60;/p&#62;
&#60;p&#62;/cast [button:1] Fishing&#60;br /&#62;
/cast [button:1] Fishing&#60;br /&#62;
/cast [button:1] Fishing&#60;br /&#62;
/cast [button:1] Fishing&#60;br /&#62;
/use [button:2] Sharpened Fish Hook&#60;br /&#62;
/use [button:2] Nat Pagle's Extreme Angler FC-5000&#60;/p&#62;
&#60;p&#62;For those of you who don't speak Macro.  By clicking the left mouse button (or pressing the hotkey) I will cast. And if I hit the right mouse button it will attach a lure (I have to have my fishing pole.  I realize that you can set it up to not display the error messages (again &#60;a href=&#34;http://www.elsanglin.com/forums/topic/my-winner-macro)&#34; rel=&#34;nofollow&#34;&#62;http://www.elsanglin.com/forums/topic/my-winner-macro)&#60;/a&#62; but it was more important to me to use the button for attaching lure.  Naturally if you want to use this replace the pole and lure with the one you're using.  You can also set it up for Alt+click or Shift+click or Ctrl+click but I didn't want to have to remember which one was which.&#60;/p&#62;
&#60;p&#62;The second is so I don't have to think about equipping my pole and back again...with a twist:&#60;/p&#62;
&#60;p&#62;#show Speckled Tastyfish&#60;br /&#62;
/equipslot 16 Victorious Spellblade&#60;br /&#62;
/equipslot 17 Vile Tome of Tenets&#60;br /&#62;
/equipslot 16 Nat Pagle's Extreme Angler FC-5000&#60;/p&#62;
&#60;p&#62;First off the button itself acts as a counter during the Fishing Extravaganza.  Second off it will equip my pole (or regular gear) by clicking it.  I was reading all kinds of macro guilds on how to switch from one-handed to two-handed weapons to make this one.  Then found out it's as simple as shown above.  If I click it when I have my regular gear equipped it will equip fishing pole.  If I click it when I have fishing pole equipped it will equip my regular gear.  The downside to this is I have to change the main hand and off hand everytime I upgrade...which since I'm still leveling it happens quite often.  Naturally to adapt this one to your use simply replace the &#34;Victorious Spellblade&#34; with your main hand weapon (or 2-handed weapon) and &#34;Vile Tome of Tenets&#34; with your off hand (or remove it completely if you are a 2-hander).  And replace your fishing pole and even the fish if you want it to count something else (lures or other fish you're catching).&#60;/p&#62;
&#60;p&#62;Hope this gives you guys looking for macros some more ideas.  It's all about how you want stuff to work....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Norrinir on "My &#34;Winner&#34; Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/my-winner-macro#post-3987</link>
			<pubDate>Tue, 20 Jan 2009 14:53:45 +0000</pubDate>
			<dc:creator>Norrinir</dc:creator>
			<guid isPermaLink="false">3987@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;Well, there are more pools where this macro can help. Fishing has 10-20 yards range, pools are circles with radius 2.5 - 3 yards (Extravaganza pools have only 2.5 yards radius, I think). So, if pool takes 5 yards, then you have to deal with the other 5.&#60;/p&#62;
&#60;p&#62;There are few pools that are completly in fishable water but very close to land. I'll disregard the 2nd dimension and will only work in one; for the purpose of example.&#60;/p&#62;
&#60;p&#62;10 - 20 yards range gives you 10 yards where the bobber can land (20 - 10 = 10). You want to place yourself 15 yards away from pool in order to improve your chances, that the bobber will land in pool. 10 - 12.5 yards is land and shallow water, 12.5 - 17.5 yards is pool and 17.5 - 20 yards is open water. 25% of your casts will land in unfishable water, 50% will land in pool and remaining 25% will land in normal open water.&#60;/p&#62;
&#60;p&#62;Unless you're very unlucky, this macro will help you to avoid those 25% casts that landed in unfishable water.&#60;/p&#62;
&#60;p&#62;I can only remember one or two pools at Ruins of Aboraz which are very near land. However, you can find plenty of similar pools on the other parts of coast.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Els Pagle on "My &#34;Winner&#34; Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/my-winner-macro#post-3984</link>
			<pubDate>Tue, 20 Jan 2009 05:53:55 +0000</pubDate>
			<dc:creator>Els Pagle</dc:creator>
			<guid isPermaLink="false">3984@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;I have not implemented a macro like this but I can confirm that IF you have a bobber active in fishable water, recasting will NOT have any effect besides the error message IF the recast would not have given you a clickable bobber. That is, if the water is too  shallow or whatever. This is tested, observed, and true for hotbar-clicked and keybound casts (which I have been using in Dalaran).&#60;/p&#62;
&#60;p&#62;Casting while you have an active bobber  WILL move the bobber and restart the timer if the recast also lands in fishable water.&#60;/p&#62;
&#60;p&#62;I don't see much use for this in the Extravaganza, where you are trying to hit the Tastyfish school and are casting into generally fishable waters. You loose time in the  Extravaganza if you recast  a &#34;good&#34; bobber. However it would work nicely in places like the Dalaran fountain and  fishing  Iornforge lava, especially from a &#34;poor&#34; angle (one in which you get lots of miscast errors). There's at least one Tastyfish pool I recall which is in a buggy spot, lots of shallow water errors making the school hard to hit -- I may rev this macro up next time I go to the Extravaganza.&#60;/p&#62;
&#60;p&#62;So.. it could just as easily look like this:&#60;/p&#62;
&#60;p&#62;1st cast lands in shallow water and gives error message.&#60;br /&#62;
2nd cast lands in fishable water, bobber appears.&#60;br /&#62;
3rd cast lands in shallow water and gives error message, however, because it didn't land in fishable water, the bobber from 2nd cast remains active&#60;br /&#62;
4th cast lands in fishable water, bobber moves (dissapears from second-cast spot and reappears with fresh timer).&#60;/p&#62;
&#60;p&#62;...Or four shallow water errors if you're REALLY badly situated or unlucky; or four separate casts, each with  a &#34;new&#34; bobber and a new channeling timer, if you don't hit  an unfishable spot. Thus, a timesaver (and nerve-preserver) in hard-to-fish spots.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Norrinir on "My &#34;Winner&#34; Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/my-winner-macro#post-3965</link>
			<pubDate>Sun, 18 Jan 2009 12:08:16 +0000</pubDate>
			<dc:creator>Norrinir</dc:creator>
			<guid isPermaLink="false">3965@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;It's the same, really. I have been fishing partially accessible pools for months, so I have good experience with this.&#60;/p&#62;
&#60;p&#62;If you have bobber in fishable water (successful cast) and then cast again and the cast hits unfishable water, it gives you error message, but it doesn't remove the bobber from successful cast.&#60;/p&#62;
&#60;p&#62;Just did check in Crystalsong Forrest and I can confirm it works exactly this way.&#60;/p&#62;
&#60;p&#62;To answer Utopia's question: if you don't fish near shallow water or close to land, this macro will work just like normal fishing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Talathan on "My &#34;Winner&#34; Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/my-winner-macro#post-3964</link>
			<pubDate>Sun, 18 Jan 2009 08:54:37 +0000</pubDate>
			<dc:creator>Talathan</dc:creator>
			<guid isPermaLink="false">3964@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;&#60;cite&#62;Norrinir &#60;a href=&#34;http://www.elsanglin.com/forums/topic/my-winner-macro#post-3957&#34; title=&#34;View original post.&#34;&#62;wrote&#60;/a&#62;:&#60;/cite&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;OK, OK, example:&#60;br /&#62;
You use this macro.&#60;br /&#62;
1st cast lands in shallow water and gives error message.&#60;br /&#62;
2nd cast lands in fishable water, bobber appears.&#60;br /&#62;
3rd cast lands in shallow water and gives error message, however, because it didn't land in fishable water, the bobber from 2nd cast remains active&#60;br /&#62;
4th cast... same as above.&#60;br /&#62;
This is done almost in zero time and game only shows you three error messages and active bobber from 2nd cast. If cast doesn't land in fishable water, it doesn't cancel the previous cast.&#60;br /&#62;
Is it clear now?&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;What you are describing is NOT the same as pressing the hotbar button four times. Here is what would happen if the hotbar button is pressed four times in rapid succession:&#60;/p&#62;
&#60;p&#62;1st cast lands in fishable water, bobber appears.&#60;br /&#62;
2nd cast causes 1st cast bobber to disappear. 2nd cast lands in fishable water, bobber appears.&#60;br /&#62;
3rd cast causes 2nd cast bobber to disappear. 3rd cast lands in fishable water, bobber appears.&#60;br /&#62;
4th cast causes 3rd cast bobber to disappear. 4th cast lands in shallow water and gives error message.&#60;/p&#62;
&#60;p&#62;What you appear to be saying, again, is that if any of the first three casts lands in fishable water, the remaining &#34;/cast Fishing&#34; commands are not implemented. If true, I can see the merits of this macro.&#60;/p&#62;
&#60;p&#62;I'd also suspect that this is unintended by Blizzard, and will eventually be &#34;corrected&#34; by them. :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Utopia on "My &#34;Winner&#34; Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/my-winner-macro#post-3958</link>
			<pubDate>Sat, 17 Jan 2009 23:13:13 +0000</pubDate>
			<dc:creator>Utopia</dc:creator>
			<guid isPermaLink="false">3958@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;&#60;cite&#62;Norrinir &#60;a href=&#34;http://www.elsanglin.com/forums/topic/my-winner-macro#post-3957&#34; title=&#34;View original post.&#34;&#62;wrote&#60;/a&#62;:&#60;/cite&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;OK, OK, example:&#60;br /&#62;
You use this macro.&#60;br /&#62;
1st cast lands in shallow water and gives error message.&#60;br /&#62;
2nd cast lands in fishable water, bobber appears.&#60;br /&#62;
3rd cast lands in shallow water and gives error message, however, because it didn't land in fishable water, the bobber from 2nd cast remains active&#60;br /&#62;
4th cast... same as above.&#60;br /&#62;
This is done almost in zero time and game only shows you three error messages and active bobber from 2nd cast. If cast doesn't land in fishable water, it doesn't cancel the previous cast.&#60;br /&#62;
Is it clear now?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;But if the 1st cast does land in fishable water,and then the macro recasts,if the 2nd cast also lands in fishable water,it will cancel the first cast,so I'm sorry,but how is this any better/faster than normal casting?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Norrinir on "My &#34;Winner&#34; Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/my-winner-macro#post-3957</link>
			<pubDate>Sat, 17 Jan 2009 17:56:42 +0000</pubDate>
			<dc:creator>Norrinir</dc:creator>
			<guid isPermaLink="false">3957@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;OK, OK, example:&#60;/p&#62;
&#60;p&#62;You use this macro.&#60;br /&#62;
1st cast lands in shallow water and gives error message.&#60;br /&#62;
2nd cast lands in fishable water, bobber appears.&#60;br /&#62;
3rd cast lands in shallow water and gives error message, however, because it didn't land in fishable water, the bobber from 2nd cast remains active&#60;br /&#62;
4th cast... same as above.&#60;/p&#62;
&#60;p&#62;This is done almost in zero time and game only shows you three error messages and active bobber from 2nd cast. If cast doesn't land in fishable water, it doesn't cancel the previous cast.&#60;/p&#62;
&#60;p&#62;Is it clear now?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Talathan on "My &#34;Winner&#34; Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/my-winner-macro#post-3955</link>
			<pubDate>Sat, 17 Jan 2009 16:12:39 +0000</pubDate>
			<dc:creator>Talathan</dc:creator>
			<guid isPermaLink="false">3955@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;If a single cast requires manually reacting to an error message, how is it any faster to have to manually react to the last of the 4 casts? Isn't the fourth of four casts just as likely to be in unfishable waters as a single cast is?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Norrinir on "My &#34;Winner&#34; Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/my-winner-macro#post-3952</link>
			<pubDate>Sat, 17 Jan 2009 12:19:36 +0000</pubDate>
			<dc:creator>Norrinir</dc:creator>
			<guid isPermaLink="false">3952@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;Maybe I haven't explained it well, but never mind.&#60;/p&#62;
&#60;p&#62;Basically, you're right. It's the same as casting Fishing four times manually. But, imagine this situation:&#60;/p&#62;
&#60;p&#62;You're trying to fish from partially accessible pool, you cast and get error message. Between error message and recasting, you have to notice the message, react and cast Fishing again. This macro just saves you time and, well, time is pretty important in Extravaganza.&#60;/p&#62;
&#60;p&#62;The active bobber is just the last cast that landed in fishable water.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Talathan on "My &#34;Winner&#34; Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/my-winner-macro#post-3950</link>
			<pubDate>Sat, 17 Jan 2009 04:10:43 +0000</pubDate>
			<dc:creator>Talathan</dc:creator>
			<guid isPermaLink="false">3950@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;If I understand you, you're saying that it will ignore any remaining &#34;/cast Fishing&#34; commands if fishable water has been found. &#60;/p&#62;
&#60;p&#62;What I had pictured was more along the lines of what would happen if I pressed my hotbar button 4 times in rapid succession. A rather pointless endeavor. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Norrinir on "My &#34;Winner&#34; Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/my-winner-macro#post-3946</link>
			<pubDate>Fri, 16 Jan 2009 19:12:13 +0000</pubDate>
			<dc:creator>Norrinir</dc:creator>
			<guid isPermaLink="false">3946@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;Fishing itself isn't on GCD. So basically, this gives you 4 spots, where the bobber lands. Although only the last one will remain active, this can be very useful when fishing from pools, which contain unfishable water (=shallow water). If one of your four casts lands in fishable water, the bobber will remain active and you'll avoid recasting because of &#34;Water is too shallow&#34; errors.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Talathan on "My &#34;Winner&#34; Macro"</title>
			<link>http://www.elsanglin.com/forums/topic/my-winner-macro#post-3943</link>
			<pubDate>Fri, 16 Jan 2009 16:10:45 +0000</pubDate>
			<dc:creator>Talathan</dc:creator>
			<guid isPermaLink="false">3943@http://www.elsanglin.com/forums/</guid>
			<description>&#60;p&#62;Although I've done some computer programming, I'm new to macros. Could you please explain why &#34;/cast Fishing&#34; is used four times?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
