I got to GM fishing this past week using a macro that was basically:
use Fishing pole -> target cursor
wait for target
last target
delay 8 sec
repeat
I would first fish a spot, then run the macro. it worked great.
This morning, it's not working. Instead, it prompts me to click on the water every time.
Here is the XML for it from my user file. I think that showing this is the best way that we can all see the true macros. That part I wrote above is very prone to misinterpretation.
<UserAction type="Macro" id="9" iconId="2019" name="Fish" repeatEnabled="false" repeatCount="10" binding="">
<UserAction type="LastObject" id="0" iconId="629" targetType="Cursor" />
<UserAction type="CursorTargetLast" id="0" iconId="644" targetType="Current" />
<UserAction type="Delay" id="0" iconId="623" targetType="Current" delay="8.00" />
</UserAction>
use Fishing pole -> target cursor
wait for target
last target
delay 8 sec
repeat
I would first fish a spot, then run the macro. it worked great.
This morning, it's not working. Instead, it prompts me to click on the water every time.
Here is the XML for it from my user file. I think that showing this is the best way that we can all see the true macros. That part I wrote above is very prone to misinterpretation.
<UserAction type="Macro" id="9" iconId="2019" name="Fish" repeatEnabled="false" repeatCount="10" binding="">
<UserAction type="LastObject" id="0" iconId="629" targetType="Cursor" />
<UserAction type="CursorTargetLast" id="0" iconId="644" targetType="Current" />
<UserAction type="Delay" id="0" iconId="623" targetType="Current" delay="8.00" />
</UserAction>