<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Fishing Bot  (Filefront World of Warcraft)</title>
	<atom:link href="http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/</link>
	<description>WoW Gold Guides</description>
	<lastBuildDate>Tue, 11 Jan 2011 20:35:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: YoYo</title>
		<link>http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-7699</link>
		<dc:creator>YoYo</dc:creator>
		<pubDate>Fri, 23 Jan 2009 03:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-7699</guid>
		<description>I got it scanning, but it doesnt click the bobber for me either :/</description>
		<content:encoded><![CDATA[<p>I got it scanning, but it doesnt click the bobber for me either :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toxen</title>
		<link>http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-7550</link>
		<dc:creator>Toxen</dc:creator>
		<pubDate>Mon, 15 Dec 2008 13:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-7550</guid>
		<description>I don&#039;t get a shit:S can any1 help me plz</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get a shit:S can any1 help me plz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-5911</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Sun, 09 Nov 2008 22:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-5911</guid>
		<description>ILl Help You But YOu Gotta Tell Me Something. Turn On THe Auto-Loot In The ESC Menu.. Click Auto Loot. Ok, How Do U Make It Automaticaly Click the Bobber? Please Tell me!</description>
		<content:encoded><![CDATA[<p>ILl Help You But YOu Gotta Tell Me Something. Turn On THe Auto-Loot In The ESC Menu.. Click Auto Loot. Ok, How Do U Make It Automaticaly Click the Bobber? Please Tell me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikel</title>
		<link>http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-5759</link>
		<dc:creator>Mikel</dc:creator>
		<pubDate>Sat, 01 Nov 2008 15:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-5759</guid>
		<description>Does this work with the new patch 3.0.2?

ever since this came out, i can no longer catch any fish, it no longer click on the bobber when it &#039;splashes&#039;</description>
		<content:encoded><![CDATA[<p>Does this work with the new patch 3.0.2?</p>
<p>ever since this came out, i can no longer catch any fish, it no longer click on the bobber when it &#8216;splashes&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-4079</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 03 Mar 2008 21:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-4079</guid>
		<description>Figured that part out, in the interface options you need to set it so that no key is required to auto loot (default its shift)
Also, to include a random delay so it doesnt appear so bot-like I changed the bottom part under &quot;main proc&quot; I seems like it makes a delay upon casting while your not logged as afk (i dont know code I just copied it from another forum about delay times)  let me know what you think

///////////////
// Main Proc //
///////////////

Delay 1000
Call CalculateScanBoxConstants

Loop $runCount
Keys 0
Delay 1000
Call FindLureInitial
Call FindBoxCenter

Compute x = $boxMaxX-10
MousePos $x, $boxCenterY
Delay $scanSpeed

Call GetRGBValue
Call WaitForSplash

If $afkAway = 1
Delay 2500
KeyDown {RETURN} 250
KeyDown {RETURN} 250
Delay 2000
Else
Constants
Low = 5000 // Low - The lower bounds of the range.
High = 8000 // High - The upper bounds of the range.
temp = 0
End

compute temp = int(RND($High - $Low + 1)) + $Low
delay $temp
End

End</description>
		<content:encoded><![CDATA[<p>Figured that part out, in the interface options you need to set it so that no key is required to auto loot (default its shift)<br />
Also, to include a random delay so it doesnt appear so bot-like I changed the bottom part under &#8220;main proc&#8221; I seems like it makes a delay upon casting while your not logged as afk (i dont know code I just copied it from another forum about delay times)  let me know what you think</p>
<p>///////////////<br />
// Main Proc //<br />
///////////////</p>
<p>Delay 1000<br />
Call CalculateScanBoxConstants</p>
<p>Loop $runCount<br />
Keys 0<br />
Delay 1000<br />
Call FindLureInitial<br />
Call FindBoxCenter</p>
<p>Compute x = $boxMaxX-10<br />
MousePos $x, $boxCenterY<br />
Delay $scanSpeed</p>
<p>Call GetRGBValue<br />
Call WaitForSplash</p>
<p>If $afkAway = 1<br />
Delay 2500<br />
KeyDown {RETURN} 250<br />
KeyDown {RETURN} 250<br />
Delay 2000<br />
Else<br />
Constants<br />
Low = 5000 // Low &#8211; The lower bounds of the range.<br />
High = 8000 // High &#8211; The upper bounds of the range.<br />
temp = 0<br />
End</p>
<p>compute temp = int(RND($High &#8211; $Low + 1)) + $Low<br />
delay $temp<br />
End</p>
<p>End</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-4078</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 03 Mar 2008 20:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-4078</guid>
		<description>Is there some way to loot the fish as well?  I can get the mouse to stop on the bobber and catch the fish but it won&#039;t loot it automatically which ends up with the fish being discarded...so sad : (</description>
		<content:encoded><![CDATA[<p>Is there some way to loot the fish as well?  I can get the mouse to stop on the bobber and catch the fish but it won&#8217;t loot it automatically which ends up with the fish being discarded&#8230;so sad : (</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skin</title>
		<link>http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-3917</link>
		<dc:creator>skin</dc:creator>
		<pubDate>Wed, 20 Feb 2008 03:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-3917</guid>
		<description>it works like 10% of the time for me</description>
		<content:encoded><![CDATA[<p>it works like 10% of the time for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-3728</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 06 Feb 2008 14:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-3728</guid>
		<description>I&#039;ve figured out how to attach a lure.  Turns out you get almost 30 casts out of each lure, so I&#039;m using 30 as the loop number.  This may be a rather ghetto way of handling this, but this is my first time working with this language.  If you have a better way of doing it, I&#039;d love to see it.

I changed your Misc Variable to include a new one:

// Misc vars
  x = 0
  y = 0
  i = 0
  j = 0
  lureCount = 0

And then inserted this chunk of code just before your AKF Away code:

Compute lureCount = {LoopNo} MOD 30
  
  If $lureCount = 0
    Delay 2500
    KeyDown {RETURN} 250
    KeyDown /use 100
    KeyDown {SPACE} 100
    KeyDown Bright 100
    KeyDown {SPACE} 100
    KeyDown Baubles 100
    KeyDown {RETURN} 250
    KeyDown {RETURN} 250
    KeyDown /use 100
    KeyDown {SPACE} 100
    KeyDown Nat 100
    KeyDown {SPACE} 100
    KeyDown Pagle&#039;s 100
    KeyDown {SPACE} 100
    KeyDown Extreme 100
    KeyDown {SPACE} 100
    KeyDown Angler 100
    KeyDown {SPACE} 100
    KeyDown FC-50 100
    KeyDown 0 100
    KeyDown 0 100
    KeyDown {RETURN} 250
    Delay 2500
  Else
    Delay 2500
  End

Of course, this will only work to attach bright baubles to Nat Pagle&#039;s Extreme Angler FC-5000, but it shouldn&#039;t be too hard for people to change it to meet their own needs.

I&#039;d still like to see some random delay times thrown in there though, since a consistent delay pattern is one of the things that gives BOTs away the easiest.

Thank you for all your work.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve figured out how to attach a lure.  Turns out you get almost 30 casts out of each lure, so I&#8217;m using 30 as the loop number.  This may be a rather ghetto way of handling this, but this is my first time working with this language.  If you have a better way of doing it, I&#8217;d love to see it.</p>
<p>I changed your Misc Variable to include a new one:</p>
<p>// Misc vars<br />
  x = 0<br />
  y = 0<br />
  i = 0<br />
  j = 0<br />
  lureCount = 0</p>
<p>And then inserted this chunk of code just before your AKF Away code:</p>
<p>Compute lureCount = {LoopNo} MOD 30</p>
<p>  If $lureCount = 0<br />
    Delay 2500<br />
    KeyDown {RETURN} 250<br />
    KeyDown /use 100<br />
    KeyDown {SPACE} 100<br />
    KeyDown Bright 100<br />
    KeyDown {SPACE} 100<br />
    KeyDown Baubles 100<br />
    KeyDown {RETURN} 250<br />
    KeyDown {RETURN} 250<br />
    KeyDown /use 100<br />
    KeyDown {SPACE} 100<br />
    KeyDown Nat 100<br />
    KeyDown {SPACE} 100<br />
    KeyDown Pagle&#8217;s 100<br />
    KeyDown {SPACE} 100<br />
    KeyDown Extreme 100<br />
    KeyDown {SPACE} 100<br />
    KeyDown Angler 100<br />
    KeyDown {SPACE} 100<br />
    KeyDown FC-50 100<br />
    KeyDown 0 100<br />
    KeyDown 0 100<br />
    KeyDown {RETURN} 250<br />
    Delay 2500<br />
  Else<br />
    Delay 2500<br />
  End</p>
<p>Of course, this will only work to attach bright baubles to Nat Pagle&#8217;s Extreme Angler FC-5000, but it shouldn&#8217;t be too hard for people to change it to meet their own needs.</p>
<p>I&#8217;d still like to see some random delay times thrown in there though, since a consistent delay pattern is one of the things that gives BOTs away the easiest.</p>
<p>Thank you for all your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-3725</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 06 Feb 2008 12:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.worldofwarcraft-gold.com/fishing-bot-filefront-world-of-warcraft/#comment-3725</guid>
		<description>Love the bot.  Wondering if it would be possible to add a line to add a lure every 20 casts or so.  I could probably do it myself, but I don&#039;t know the language you&#039;re writing in.  It doesn&#039;t seem to understand the modulus operator (%) that you&#039;d use in Java or C++.  Great work.</description>
		<content:encoded><![CDATA[<p>Love the bot.  Wondering if it would be possible to add a line to add a lure every 20 casts or so.  I could probably do it myself, but I don&#8217;t know the language you&#8217;re writing in.  It doesn&#8217;t seem to understand the modulus operator (%) that you&#8217;d use in Java or C++.  Great work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

