Page 1 of 1

Need input on my fishing macro

Posted: Thu Jul 16, 2009 9:20 am
by kayla22
Below is my macro. There are about 15 sections in my macro that llok just lik the one below. But it gets stuck on the first section, even after i have moved foward.


Use skill hiding
double click (fishing pole)
wait for target
target RelLoc
pause 10 sec
double click (fishing pole)
wait for target
target RelLoc
pause 10 sec
If ( SysMessage ; the fish don't seem to be biting here' )
say: forwaed
pause 10 sec
say: stop
pause 1 sec



I move forward but then it dumbs up. It stays on this first section, when it is supossed to move on to the next one.

Re: Need input on my fishing macro

Posted: Thu Jul 16, 2009 11:30 am
by Naljier
try putting an 'end if' statement in there after 'pause 1 sec'

Re: Need input on my fishing macro

Posted: Thu Jul 16, 2009 11:53 am
by HardCore
spell forward correctly?

Re: Need input on my fishing macro

Posted: Thu Jul 16, 2009 1:54 pm
by kayla22
LOL HardCore. It is spelled right in the macro but i mistyped on the post. ok. I tried putting the end if in there but it still doesnt work.

Re: Need input on my fishing macro

Posted: Thu Jul 16, 2009 3:25 pm
by Naljier
!Loop
Assistant.Macros.DoubleClickAction|1074328378|3520
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|3|0
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.DoubleClickAction|1074328378|3520
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|-3|-1
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.IfAction|4|0|the fish don't seem to be biting here
Assistant.Macros.SpeechAction|0|52|3|ENU|2|16|69|forward
Assistant.Macros.PauseAction|00:00:10
Assistant.Macros.SpeechAction|0|52|3|ENU|5|48|54|4|241|97|stop
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.EndIfAction



copy and past that into your macro directory

Re: Need input on my fishing macro

Posted: Sat Apr 20, 2013 8:32 am
by Sadistik
how do you copy paste into razor macros?