Sum1
Warriors are inferior (read: crybaby) tanks
- Joined
- Jul 30, 2006
- RedCents
- 6,302¢
If you click the [Start] button manually and restart the macro does it continue past?
Hint: You can start the macro at any point, so can re-pick it up at the Do-All-Available-Quests part with the [general] parameter and it'll jump to starting there.
/mac overseer general
I'll experiment some to see if there's a potential timing issue in the mix.
Sum1 if you care to add some logging to help see, you can replace ClickConfirmationYes with the code below. The only change is adding some logging outputs. Could let us see where it's hanging up.
INI:Sub ClickConfirmationYes :ConfirmWait /echo Opening confirmation dialog box /delay 10s ${Window[ConfirmationDialogBox].Open} /if (!${Window[ConfirmationDialogBox].Open}) /goto :ConfirmWait /delay 2s /echo Clicking [Yes] /nomodkey /notify ConfirmationDialogBox Yes_Button leftmouseup /doevents /delay 5 /echo ...clicked Yes /return
I can't do this right now because my server is down, but i can give this a go later.
To get this to work I basically have to run the macro over and over and click "start" manually. That doesn't seem to be the intention here, right?



