• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Coding question (short)

Joined
Oct 6, 2005
RedCents
120¢
I am working on perfecting a macro that hangs when you are on a laggy machine, or poor connectivity.

The piece of code I am looking at is:

/if (${Window[TaskSelectWnd].Open}) /notify TaskSelectWnd AcceptButton leftmouseup

I know what this does, but what would be the code to use to remove from a quest if the window is open and the remove button is lit?

Thanks

:drink
 
Give this a whirl ...

Rich (BB code):
/if (${Window[TaskWnd].Open}) /notify TaskWnd TASK_AbandonButton leftmouseup
 
Alatyami said:
Give this a whirl ...

Rich (BB code):
/if (${Window[TaskWnd].Open}) /notify TaskWnd TASK_AbandonButton leftmouseup


Thank you Ala, I shall give it a go tomorrow.

And to joo moderators, diddnt look up, thought i was in help :P. neener neener

:drink
 
Alatyami said:
Give this a whirl ...

Rich (BB code):
/if (${Window[TaskWnd].Open}) /notify TaskWnd TASK_AbandonButton leftmouseup


That code worked superbly, of course then there is the confirmation yes/no box... Mind hooking me up with that one?

:drink
 
Rich (BB code):
/if (${Window[ConfirmationDialogBox].Open}) /squelch /notify ConfirmationDialogBox OK_Button leftmouseup
 
Coding question (short)

Users who are viewing this thread

Back
Top
Cart