Search found 17 matches

by Paradigm68
Sun Feb 22, 2009 4:30 pm
Forum: MQ2::Macros::Snippets
Topic: Ninjaloot.inc
Replies: 47
Views: 24421

Try increasing the /delay #'s
by Paradigm68
Thu Feb 19, 2009 6:43 pm
Forum: MQ2::Macros::Snippets
Topic: Ninjaloot.inc
Replies: 47
Views: 24421

Works like a charm =) thanks so much!
by Paradigm68
Thu Feb 19, 2009 6:16 pm
Forum: MQ2::Macros::Snippets
Topic: Ninjaloot.inc
Replies: 47
Views: 24421

So, the following change should fix it then? Sub LootItem(int lootslot, string handling) /if (${handling.Equal[KEEP]}) /echo Autoloot: Keeping a ${InvSlot[loot${lootslot}].Item.Name}... WOOT! /if (${handling.Equal[DESTROY]}) /echo Autoloot: Destroying a ${InvSlot[loot${lootslot}].Item.Name}... Bubby...
by Paradigm68
Wed Feb 18, 2009 3:12 pm
Forum: MQ2::Macros::Snippets
Topic: Ninjaloot.inc
Replies: 47
Views: 24421

hmmm - guess I can map the different WinEQ instances without using the ALT key. I currently switch between them with Alt + 1, Alt + 2 and Alt + 3. Can map it to something else.

With the /nomodkey command, is there a way to pick up stacks of items?
by Paradigm68
Tue Feb 17, 2009 11:57 pm
Forum: MQ2::Macros::Snippets
Topic: Ninjaloot.inc
Replies: 47
Views: 24421

Will do. Thanks for the response.
by Paradigm68
Tue Feb 17, 2009 6:55 pm
Forum: MQ2::Macros::Snippets
Topic: Ninjaloot.inc
Replies: 47
Views: 24421

I'm currently using Ninjaloot.inc and it works perfectly, except for a freezing problem during the actual looting of items when the instance is not the active window (front instance). The corpse is opened, then four item description boxes open and it just sits there. If I switch back to this window ...
by Paradigm68
Sat Mar 18, 2006 6:45 pm
Forum: MQ2::Macros::Requests
Topic: Stand Up macro?
Replies: 15
Views: 2155

You guys rock - thanks for taking the time to do that for me!
by Paradigm68
Fri Mar 17, 2006 8:48 pm
Forum: MQ2::Macros::Requests
Topic: Stand Up macro?
Replies: 15
Views: 2155

Stand Up macro?

There are a few mobs in the game that proc/cast an Feign Death. Are there any macros out there that will automatically stand the toon up once they are FD?

I did a search, but nothing came up.

Thanx
by Paradigm68
Fri Jun 03, 2005 3:18 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: BardHelper - bard group xp/raids (with Mezzing) - 6/3/05
Replies: 76
Views: 14077

Awesome job on this mac btw - and I'm going to test the mez aspect of it tonight =)
by Paradigm68
Wed Jun 01, 2005 11:15 am
Forum: MQ2::Macros::Requests
Topic: Auto Bard Mez
Replies: 73
Views: 2316

Well the mac runs great right now. Please post the update when you add the automez. I don't usually get more than 2 mobs on a pull anyway.

Great mac btw.
by Paradigm68
Tue May 31, 2005 12:08 pm
Forum: MQ2::Macros::Requests
Topic: Auto Bard Mez
Replies: 73
Views: 2316

by Paradigm68
Tue May 31, 2005 12:07 pm
Forum: MQ2::Macros::Requests
Topic: Auto Bard Mez
Replies: 73
Views: 2316

Auto Bard Mez

Looking for a macro that will target any mob in a defined area the MA is not attacking and mez it.

I found a great bard macro, but it doesn't have any kind of add control.
by Paradigm68
Fri Feb 11, 2005 1:17 am
Forum: MQ2::Macros::Help
Topic: Modifying a Macro - one more question
Replies: 42
Views: 3257

Ok, it was simple . . .

Code: Select all

/if ( ${InvSlot[trade${i}].Item.ID} && !${InvSlot[trade${i}].Item.Name.Find[summoned:]} && !${InvSlot[trade${i}].Item.Name.Find[Calliav's]} ) /notify GiveWnd GVW_Cancel_Button leftmouseup 
Works now
by Paradigm68
Thu Feb 10, 2005 10:57 pm
Forum: MQ2::Macros::Help
Topic: Modifying a Macro - one more question
Replies: 42
Views: 3257

Ok that works perfectly . . . /if (${Cursor.Name.Find[summoned:]} || ${Cursor.Name.Find[Calliav's]}) but, now the check below, once the item is actually in the trade box, just cancells each trade. I guess this needs to be changed also. . . /if ( ${InvSlot[trade${i}].Item.ID} && !${InvSlot[tr...
by Paradigm68
Thu Feb 10, 2005 9:56 pm
Forum: MQ2::Macros::Help
Topic: Modifying a Macro - one more question
Replies: 42
Views: 3257

Awesome - thank you very much!