EndUser 4 Posted July 1, 2013 Share Posted July 1, 2013 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 https://wrobot.eu/forums/topic/562-frost-mage-wont-cast-living-bombmage-bomb/ Share on other sites More sharing options...
Droidz 2738 Posted July 1, 2013 Share Posted July 1, 2013 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 https://wrobot.eu/forums/topic/562-frost-mage-wont-cast-living-bombmage-bomb/#findComment-3424 Share on other sites More sharing options...
EndUser 4 Posted July 1, 2013 Author Share Posted July 1, 2013 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 https://wrobot.eu/forums/topic/562-frost-mage-wont-cast-living-bombmage-bomb/#findComment-3428 Share on other sites More sharing options...
Droidz 2738 Posted July 1, 2013 Share Posted July 1, 2013 Sorry I answered too quickly, you have tried also to put also Mage Bomb at Target Buff? Link to comment https://wrobot.eu/forums/topic/562-frost-mage-wont-cast-living-bombmage-bomb/#findComment-3430 Share on other sites More sharing options...
EndUser 4 Posted July 4, 2013 Author Share Posted July 4, 2013 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 https://wrobot.eu/forums/topic/562-frost-mage-wont-cast-living-bombmage-bomb/#findComment-3461 Share on other sites More sharing options...
Droidz 2738 Posted July 5, 2013 Share Posted July 5, 2013 If you can try this settings Test Living Bomb.xml Link to comment https://wrobot.eu/forums/topic/562-frost-mage-wont-cast-living-bombmage-bomb/#findComment-3468 Share on other sites More sharing options...
Ohren 106 Posted October 5, 2013 Share Posted October 5, 2013 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. Droidz 1 Link to comment https://wrobot.eu/forums/topic/562-frost-mage-wont-cast-living-bombmage-bomb/#findComment-4344 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now