Search found 15 matches

by xomega1
Mon Oct 08, 2012 7:44 pm
Forum: MQ2::Macros::Help
Topic: My macro won't delete a certain item
Replies: 11
Views: 1153

Re: My macro won't delete a certain item

/if (${FindItemCount[=Barbed Ringmail Gloves]}) /shiftkey /itemnotify ${FindItem[=Barbed Ringmail Gloves].InvSlot} leftmouseup /if (${Cursor.Name.Equal[Barbed Ringmail Gloves/]}) /destroy Try removing the "/" from Barbed Ringmail Gloves. should look like this: /if (${FindItemCount[=Barbed...
by xomega1
Mon Jan 31, 2011 4:04 pm
Forum: MQ2::Macros::Help
Topic: #event?
Replies: 7
Views: 867

Re: #event?

Yup you would need another event to handle a fizzle.
by xomega1
Mon Jan 31, 2011 1:11 pm
Forum: MQ2::Macros::Help
Topic: #event?
Replies: 7
Views: 867

Re: #event?

Code: Select all

#event recast "wear off message from your spell#*#"

Sub Main

:loop
/doevents
/goto :loop
/return

Sub Event_recast
  cast your spell here
/return
by xomega1
Wed Oct 20, 2010 9:25 am
Forum: MQ2::Help
Topic: a little confused
Replies: 10
Views: 790

Re: a little confused

There isn't an official release as of yet. There is a "beta" of sorts found in the vip section but stuff is still broken.
by xomega1
Wed Sep 22, 2010 10:27 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Farming Macro
Replies: 63
Views: 20096

Re: Farming Macro

Code: Select all

/declare loottotal int local
:lootlag
/varset loottotal ${Corpse.Items}
/delay 1s ${loottotal}!=${Corpse.Items}
/if (${loottotal}!=${Corpse.Items}) /goto :lootlag
/for i 1 to ${loottotal}
  do stuff
next i
by xomega1
Fri Jan 30, 2009 2:20 pm
Forum: MQ2::Macros::Requests
Topic: MMM Key macro?
Replies: 3
Views: 1331

it's in the vip section...
by xomega1
Fri Jan 30, 2009 1:52 pm
Forum: MQ2::Macros::Requests
Topic: MMM Key macro?
Replies: 3
Views: 1331

by xomega1
Tue Sep 09, 2008 9:18 pm
Forum: MQ2::Custom UI
Topic: buff hud
Replies: 3
Views: 2815

Are you running the mq2krust plugin?
by xomega1
Fri Feb 01, 2008 2:55 pm
Forum: MQ2::Custom UI
Topic: krust (UI, macro & plugin) 2006.09.28 *Macro Update*
Replies: 478
Views: 162516

Gimp you should have mail.
by xomega1
Mon Jan 28, 2008 10:14 pm
Forum: MQ2::Custom UI
Topic: krust (UI, macro & plugin) 2006.09.28 *Macro Update*
Replies: 478
Views: 162516

Is anyone updating the source for the krust plugin to include the new SoF spells? i been busy with work, i'll try to sort it out in the next week or so :() I've fixed the plugin for SoF spells. Don't have a place to host for a download. I'd be willing to send it to you gimp so you can host it with ...
by xomega1
Wed Dec 19, 2007 9:58 pm
Forum: MQ2::Custom UI
Topic: krust (UI, macro & plugin) 2006.09.28 *Macro Update*
Replies: 478
Views: 162516

Update to the gimp_modrod.inc file that fixes some spelling errors and adds in the new mod rod. |just include & call CheckModRod in main loop. ${mcHUDmodrod} will contain modrod status |Item ID of a mod rod #Define MODROD_ID 3426 #Define ELEMMODROD_ID 52674 #Define PRIMEROD_ID 52709 #Event UsedM...
by xomega1
Thu Dec 13, 2007 7:27 pm
Forum: MQ2::Macros::Requests
Topic: Get item
Replies: 4
Views: 2355

Code: Select all

$FindItem[$(itemname}.InvSlot}
Will find an item without being the exact name.
by xomega1
Fri Mar 16, 2007 2:06 pm
Forum: MQ2::Custom UI
Topic: krust (UI, macro & plugin) 2006.09.28 *Macro Update*
Replies: 478
Views: 162516

Does anyone have a working copy of the source code for the krust.dll? Whenever I try to use the /targetbyhp I immediately crash to the desktop.
by xomega1
Sun Feb 18, 2007 12:33 am
Forum: MQ2::Custom UI
Topic: krust (UI, macro & plugin) 2006.09.28 *Macro Update*
Replies: 478
Views: 162516

do it in your hot key

Code: Select all

/pause 1,/assistsa
/assistma
by xomega1
Sun Jul 02, 2006 3:27 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Cleric Buff for PoK / Guild Lobby
Replies: 44
Views: 4565

nice program. pm sent