Log in

View Full Version : Burst of Knowledge...



Dwarven
01-08-2009, 09:03 PM
So both my warlock (Iseraduna) and mage (Melka) have the Burst of Knowledge trinket equipped in their second trinket slots (slot 14).

The mage's macro is

/assist iseraduna
/use 14
/cast frostbolt

The 'lock's is

#showtooltip
/cast [nomod, nochanneling] health funnel
/use [mod:shift] 14
/cast [mod:shift] shadow bolt
/script UIErrorsFrame:Clear()

The mage's macro works, but I the warlock's doesn't seem to. I even tried simplifying the 'lock's macro to

/use 14
/cast shadow bolt

but it keeps saying "Item is not ready yet". Anyone know what's up?

Tasty
01-08-2009, 09:45 PM
#showtooltip
/cast [nomod, nochanneling] health funnel
/use [mod:shift] 14
/cast [mod:shift] shadow bolt
/script UIErrorsFrame:Clear()


Dunno if this will work or not I just rearranged it a bit (not a huge macro master)

#showtooltip
/use [mod:shift] 14
/cast [nomod, nochanneling] health funnel [mod:shift] shadow bolt
/script UIErrorsFrame:Clear()

Also are you sure the trinkets in the right slot? Try out /use 14 on its own if that doesn't work try /use 13

Dwarven
01-09-2009, 12:18 AM
Also are you sure the trinkets in the right slot? Try out /use 14 on its own if that doesn't work try /use 13Actually, that was the first problem I had with the macro, couldn't figure out why it wasn't working, then I realized that I had the trinket in slot 14, not 13 :P And when the trinket's off CD, the macro works to cast the trinket, but it won't continue to shadowbolt.

It was working before, when the macro was just

#showtooltip
/use [mod:shift] 14
/cast [mod:shift] shadow bolt

but when I added the

/script UIErrorsFrame:Clear()

it worked for the next couple of spawns (probably about 5-6 spawns), and hasn't worked since. I've tried removing that line from the macro, and it doesn't work, and as I said, I tried simplifying the macro right down to make sure I wasn't mistyping something, and even did a direct copy/paste of the mage's macro (changing the frostbolt to shadow bolt, of course). I'm pretty sure there shouldn't be a GC on the trinket, as the macro works on the mage, and the fact that the macro works on Melka and not Iseraduna confuses me.