Search found 15 matches

by Spliffeh
Thu Mar 25, 2004 6:06 pm
Forum: MQ2::General
Topic: SOE strategy for dealing with MQ2:
Replies: 0
Views: 1335

SOE strategy for dealing with MQ2:

PATCH.... PATCH.... PATCH......


PATCHES EVERY HOUR, ON THE HOUR...


:)


(my compliments & my thanks to the people who have to patch MQ2 everytime EQ patches, which is alot lately...)
by Spliffeh
Sun Feb 29, 2004 7:41 pm
Forum: Macro Help (MQ1)
Topic: /press CTRL
Replies: 2
Views: 655

doh... thanks :)
by Spliffeh
Sun Feb 29, 2004 6:28 pm
Forum: Macro Help (MQ1)
Topic: /press CTRL
Replies: 2
Views: 655

/press CTRL

Stupid question of the day, how do I get it to press ctrl-d (disband) in a script?

/press ctrl d
/press ctrl-d
/press ctrl+d
/press ctrl
/press d

???

Thanks
by Spliffeh
Sun Feb 29, 2004 5:57 pm
Forum: Macro Help (MQ1)
Topic: [pc_trade_yes]
Replies: 2
Views: 671

[pc_trade_yes]

Looking at locations.txt I see they have added a new section

[pc_trade_yes]
UILabel=TradeWnd
XMLFile=EQUI_TradeWnd.xml
ScreenID=TRDW_Trade_Button

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?
by Spliffeh
Sun Feb 29, 2004 5:47 pm
Forum: Macro Help (MQ1)
Topic: /click left pctrade
Replies: 11
Views: 1938

Deleted
by Spliffeh
Fri Feb 27, 2004 6:19 pm
Forum: Macro Help (MQ1)
Topic: /click left pctrade
Replies: 11
Views: 1938

I'm newbish & I don't fully understand the previous post. Can someone tell me, as of the February version is there a way to handle PC trades?
by Spliffeh
Fri Jan 16, 2004 6:21 pm
Forum: Macro Help (MQ1)
Topic: /click left pctrade
Replies: 11
Views: 1938

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 /...
by Spliffeh
Fri Jan 16, 2004 3:19 pm
Forum: Macro Help (MQ1)
Topic: /click left pctrade
Replies: 11
Views: 1938

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, ...
by Spliffeh
Fri Jan 16, 2004 12:48 am
Forum: Macro Help (MQ1)
Topic: /click left pctrade
Replies: 11
Views: 1938

Hmm that doesnt work, it seems to just left click a certain location on the screen.

Any help is appreciated..
by Spliffeh
Thu Jan 15, 2004 10:21 pm
Forum: Macro Help (MQ1)
Topic: /click left pctrade
Replies: 11
Views: 1938

/click left pctrade

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?

tia
by Spliffeh
Tue Jan 13, 2004 10:10 pm
Forum: Macro Help (MQ1)
Topic: $gm and gm's detecting MQ
Replies: 2
Views: 1117

$gm and gm's detecting MQ

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...
by Spliffeh
Fri Jan 09, 2004 6:14 pm
Forum: Macro Depot (MQ1)
Topic: Hunter bot for druids
Replies: 40
Views: 10520

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...
by Spliffeh
Fri Jan 09, 2004 5:02 pm
Forum: Macro Depot (MQ1)
Topic: Hunter bot for druids
Replies: 40
Views: 10520

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...
by Spliffeh
Wed Jan 07, 2004 5:03 pm
Forum: Macro Depot (MQ1)
Topic: genbot.mac Generic Bot macro for any class. V9.3 with ini
Replies: 258
Views: 84797

Just a quick note to say thanks to the author(s) of this awesome Macro. It's an excellent contribution. THANKS!

:P
by Spliffeh
Wed Jan 07, 2004 4:57 pm
Forum: Macro Depot (MQ1)
Topic: Hunter bot for druids
Replies: 40
Views: 10520

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...