Enchanter Buff Problem

Need help with a macro you are writing? Ask here!

Moderator: MacroQuest Developers

micron1090
orc pawn
orc pawn
Posts: 11
Joined: Fri May 14, 2004 10:39 am

Enchanter Buff Problem

Post by micron1090 » Mon Oct 04, 2004 12:17 pm

i'm using the following code to determine if i have the enchanter buff Night's Dark Terror:

Code: Select all

   /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 buff. Here is the spell info if needed:

http://eq.crgaming.com/spells/spell.asp?Id=2240

Is there something i am just not seeing or doing wrong?
thanks in advance.

JimJohnson
a grimling bloodguard
a grimling bloodguard
Posts: 1299
Joined: Sat Oct 11, 2003 6:00 am

Post by JimJohnson » Mon Oct 04, 2004 12:20 pm

you try ` instead of ' ? know it shows it as ' but try `

micron1090
orc pawn
orc pawn
Posts: 11
Joined: Fri May 14, 2004 10:39 am

Post by micron1090 » Tue Oct 05, 2004 9:27 am

Hah that worked! thanks a ton.