Can anyone explain to a newbie if/how I can use this to tell if the PC Trade window has been openned, or how I use this to click TRADE in the PC window?
Hmm its really too bad MQ2 cant tell if that trade window is open... There must be a way... It occurs to me that an unwanted trade window openning would be fatal to 90% of macros since you cannot cast spells & do other stuff when it's open. The only way I see is /press esc built into a loop or /...
Yes its the same spot every time (left-middle). I am using the default UI. It is not attempting to click a button, just a specific location, which does not serve my purposes because when you put that into a loop it causes trouble, someone may walk in front of you and it starts trying to click them, ...
Hiya.. I can't seem to find an answer from searching, is there some way to use /click to complete a trade with a PC? Or is there a way to tell if a PC trade window is up?
Can someone give me a bit more information about the $gm function? I'm curious how reliable is it, etc, specifically can it tell if there's an invisible GM, or just visible ones? Second quesiton, I am running a script that does alot of searching using the bazaar pluggin. IE my baz script might 60 se...
I gave your macro a quick test and I got errors regarding fail to parse IF command starting from this line (55): /if ("$target()"="FALSE" || n $target(hp,pct)<=95) { So I commented out that unnecessary IF command out to see if it would run, I got a bad variable error regarding l...
I gave your macro a quick test and I got errors regarding fail to parse IF command starting from this line (55): /if ("$target()"="FALSE" || n $target(hp,pct)<=95) { So I commented out that unnecessary IF command out to see if it would run, I got a bad variable error regarding li...
I've also re-written this and gotten it working fairly well. My version is specifically for level 65 druids hunting Hill Giants in Rathe Mountains. It combines some stuff from the necro hill giant hunter and some from Genbot. In keeping with the original author's style my version reeks of basic even...