Search found 6 matches

by EQCat
Thu Aug 26, 2004 9:01 pm
Forum: MQ2::Macros::Help
Topic: Help with linking an item
Replies: 11
Views: 1513

Well I apologize, it looks as if I didn't have the MQ2ChatWnd plugin loaded... it seems to work just fine now.

Thank you for the help tho!
by EQCat
Thu Aug 26, 2004 1:45 pm
Forum: MQ2::Macros::Help
Topic: Auto-Casting Shield of Maelin
Replies: 3
Views: 795

You should be able to use /if (${Me.Buff["Focus of Seven"].Duration} == NULL) { /if (${Me.Buff["Shield of Maelin"].Duration}<5) { cast it etc } } So if you don't have focus it will check duration on sheild and recast if less than 5 ticks left Guess for a one line /if you could us...
by EQCat
Thu Aug 26, 2004 1:28 pm
Forum: MQ2::Macros::Help
Topic: Help with linking an item
Replies: 11
Views: 1513

Thanks Wassup, I'll try that when I get home from work tonight. I did find this code which I tried just to see what would happen (It was originally trying to search a tradeskill recipe box): #turbo Sub Main /notify ChatWindow CWChatInput leftmouseup /delay 5 /call Type "steel boning" /dela...
by EQCat
Thu Aug 26, 2004 3:34 am
Forum: MQ2::Macros::Help
Topic: Help with linking an item
Replies: 11
Views: 1513

That was actually one of the very first things I tried :cry:

It's driving me nuts, lol.
by EQCat
Thu Aug 26, 2004 2:37 am
Forum: MQ2::Macros::Help
Topic: Help with linking an item
Replies: 11
Views: 1513

Tried that and got the following error:
Syntax: <window|"item"> <contorl|0> <notification> [notification data]

Thanks for the suggestion tho!
by EQCat
Thu Aug 26, 2004 1:27 am
Forum: MQ2::Macros::Help
Topic: Help with linking an item
Replies: 11
Views: 1513

Help with linking an item

I have searched for every combination of keywords I can think of but haven't found anything that answers my question. (Although I have learned quite a bit :) What I'm trying to do is autloot a corpse and have any no drop items automatically linked in group chat. I can get it to do the link but I can...