I've been seeing alot of repeated questions in the http://www.mmowned.com/forums/bots-p...fishbuddy.html
and decided to write an FAQ / Troubleshooting guide.
Q. Iwana won't click on bobber / clicks as soon as the bobber lands.
A. Set Spell Detail to high and all other video sliders to low.

Q. Iwana won't loot.
A. Turn off auto-looting and make sure that "shift" is selected for auto-loot key

Q. Iwana won't cast.
A. Make sure your fishing skill is in the 1 slot of the current action bar.
A2. Some areas require higher than 375 fishing skill...replace the fishing skill with this macro:
Code:
/cast "lure"
/use "fishing pole"
/cast fishing
-note replace "___" with your lure and pole
Q. The cursor keeps going to the top left corner of my screen
A. Make sure your UI is turned off...your global settings in profiles.cfg should look like this:
Code:
[Globals]
randomtitle=1
sound=0
toggleinterface=1
Q. Iwana won't take a screenshot / screenshot is gray when setting up new profile.
A. This could be due to severe lag...however in most cases it's probably due to bindings having been changed or an addon interfering. Try disabling all addons and reseting key-bindings to default


Alternately you can manually take a screenshot with ctrl-printscreen and paste it into a photo editor and get the html code for the part of the bobber that you want to click then place that into the profiles.cfg
Code:
[Places]
Stormwind Day=0x43170F
the six digits after 0x is the html code itself.
That should cover most of the usual problems...I may add more as I come across them.