Search found 5 matches

by micron1090
Fri Dec 10, 2004 8:52 am
Forum: MQ2::Macros::Snippets
Topic: spell_routines.inc ( updated: 11/07/2004 )
Replies: 152
Views: 111254

Well adding the delay didn't work for me last night using a 15 second give up time. But i did notice that i was a revision behind the current code. So i've updated and will try again tonight.
by micron1090
Thu Dec 09, 2004 1:41 pm
Forum: MQ2::Macros::Snippets
Topic: spell_routines.inc ( updated: 11/07/2004 )
Replies: 152
Views: 111254

First off, great include, love it. But I have a small bug in all of my macros that use this include. If i start casting a spell that fizzles, like a nuke, and the target i'm attacking dies before i start the fizzle recast, i get stuck in an infinite loop that says 'You must first select a target for...
by micron1090
Tue Oct 05, 2004 9:27 am
Forum: MQ2::Macros::Help
Topic: Enchanter Buff Problem
Replies: 2
Views: 1019

Hah that worked! thanks a ton.
by micron1090
Mon Oct 04, 2004 12:17 pm
Forum: MQ2::Macros::Help
Topic: Enchanter Buff Problem
Replies: 2
Views: 1019

Enchanter Buff Problem

i'm using the following code to determine if i have the enchanter buff Night's Dark Terror: /if (!${Me.Buff[Night's Dark Terror].ID}) But every time i loop through, even though i do have the buff, it acts as if i do not. I've tried the spell name and the spell ID, still acts as if i do not have the ...
by micron1090
Fri Jun 11, 2004 10:27 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Rogue Picklock
Replies: 16
Views: 5322

Rogue Picklock

A friend asked me to write a quick macro to save his wrists and help him skillup on lock picking...This will hide you if you are not already hidden, rehide you if you move, pick up the picks from an inventory slot, then just keep left clicking where ever you put the mouse pointer. Any advice on how ...