I'm merely doing this for practice, as I just got back in the game. But anyway, I updated all the offsets but haven't touched any of the structures yet. You don't have to tell me exactly what's wrong but how I use this information to figure out what's wrong myself. I used to know how to do this myse...
http://www.macroquest2.com/wiki/index.php/Declare (I think that I will need to be using a declare to constantly declare current location) Edit (ieatacid): Hi! This command you speak of, and the associated plugin, is considered an active hack and therefore not supported here. Thread locked, warning o...
Thanks, could you post the control as well? I can't seem to find anywhere on the wiki where there's a list of controls. I entered GH to test this and when it asked would I like to zone into dragonscale or whatever I just type /notify LargeDialogWindow Yes_Button leftmouseup and YesButton and Accept_...
Not for an AFK macro, but I have several bots that I run missions with (mostly thal) for XP. I have a macro set up for each one so I can send tells telling them exactly what to do like (heal, follow, thorns, etc.) Now I want to be able to send them a tell saying "zone in" and it moves to t...
I still can't figure this out been working on it forever, I'm pretty sure I found out that DynamicZoneWnd is the window that you get when you get a DZ, not when your zoning into an instanced version of a static zone. I don't see ANYTHING in the windowslist that looks like it would work, but I know i...
http://www.macroquest2.com/wiki/index.php/WindowsList http://www.macroquest2.com/wiki/index.php/Notify I wish to add something in my macro so that it auto runs to a group task mission and when the window comes up that says would you like enter the instanced version of your zone then it auto hits yes...
#event Summoned "You have been summoned!"
Sub Main
:mainloop
/doevents
/goto :mainloop
/return
Sub Event_Summoned
/echo You have been summoned, trigger activated
/alert
http://www.macroquest2.com/wiki/index.php/If I am trying to figure out the /if command to give me an alert if I get summoned. I am trying to make it so if there is something in chat box that says 'You have been summoned!' then it will auto play an alert for me, here's what I have so far... /if (${Ch...