• 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

Question - /notify windowname leftmouseup

Joined
Aug 26, 2015
RedCents
420¢
I have been looking around for a bit over the past few days trying to find window names.
Merchantwindow is mostly what I see so far.

I would be very interested in understanding if there is a way for me to figure out what the name of one window or another is called for purposes of using this command or others like it. Best info I have at the moment is from http://www.redguides.com/docs/projects/macroquest/reference/commands/notify/

Two windows puzzle me right now:
  • Accept Transport window - When I cast Guild Anchor Port with my Wizzy. Instead of going to all the windows individually and clicking Yes, I want to setup a key on my main /bcga //notify {TransportWindow} LeftMouseUp
  • Accept LogOffWindow - When I am logging all my toons at once in a zone that pops a 30s logoff window. I want a key that will do something like /bcga //notify {LogOffWindow} LeftMouseUp

Bit by bit I'm automating some of my tedious manual processes and beginning to enjoy the game more.
I look forward to any direction you guys and gals might be able to share in this regard! Many thanks in advance.

~TheFiddler~
 
Put your mouse over what window/subwindow your interested in and type:

/echo ${EverQuest.LastMouseOver.Name}

will give you the name of that window/subwindow.

For camping out quickly, it should be a regular confirmation window so it would be something like this

/notify ConfirmationDialogBox CD_Yes_Button leftmouseup

I just tried, but for some reason it was having issues with the ConfirmationDialogBox. But for other windows that worked fine, not sure where the problem is.
 
Last edited:
Hey that's great info right there!
Appreciate you "Teaching me to fish"

FYI - I just tried your string there and it worked perfectly for me. Played around with making a Social with the /echo command also. It's nice to know How to figure out the names of the windows and have a look under the hood.

- - - Updated - - -

So my new Social for this is set and working, thank you Plure:

All Camp (in non-aggro zone):
Rich (BB code):
/pause 7, /bcaa //camp
/bcaa //notify ConfirmationDialogBox CD_Yes_Button leftmouseup

Also for the Guild Hall Anchor:
Rich (BB code):
/TIMER 150
/pause 150, /Alt Act 839 # Teleport to Guild Hall Anchor AA
/bcga //notify ConfirmationDialogBox CD_Yes_Button leftmouseup

Both of these have been tested by me and work great!

~TheFiddler~
 
Last edited:
Question - /notify windowname leftmouseup

Users who are viewing this thread

Back
Top
Cart