Jump to content

Frost Mage won't cast Living Bomb/Mage Bomb


Recommended Posts

Living Bomb is the talent, Mage Bomb is the original spell name.  I've tried both as the only priority in a fight class and it won't cast.

 

I'm in range, and the spell is known.

 

I've used Target Buff with "Living Bomb" as the string, and set to False.

 

Any suggestions?

Link to comment
Share on other sites

Hi,

 

Read this post: 

 

You can found base spell name with this macro: 

/run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end
Link to comment
Share on other sites

Hi,

Yep, that's how I found that Living Bomb wasn't the actual spell name I needed to use, it was Mage Bomb.

 

[Debug] 13:41 - Spell(string spellName): spellName=Mage Bomb, Id found: 125430, Name found: Mage Bomb, NameInGame found: Mage Bomb, know = True

Link to comment
Share on other sites

Hi, I think I figured out a work around.  Mage Bomb is the spell, Living Bomb is the condition for Target Buff.  I had to also set to False the spell setting "Check to know if spell is usable and good distance".

 

Thanks for your time and assistance.

Link to comment
Share on other sites

  • 3 months later...

I know this is an outdated post, and it may have been solved, but my Frost Mage fight class has a perfectly working Living Bomb example.

 

I use spell name Mage Bomb, condition Target Buff -> Living Bomb = False.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...