Ohren 106 Posted September 29, 2016 Share Posted September 29, 2016 I have got my Shadow Priest fight class to switch into Voidform, which was kind of a pain. But now it refuses to cast Void Bolt. I have tried by name and spell ID, but Void Bolt replaces Void Eruption when you go into Void Form. Void Bolt (Id found: 228266, Name found: Void Bolt, NameInGame found: Void Bolt, Know = True, IsSpellUsable = True) I have tried using the spell ID for Void Eruption and Void Bolt. And the names of both. But nothing seems to want to cast Void Bolt. Link to comment https://wrobot.eu/forums/topic/3974-void-bolt-issues/ Share on other sites More sharing options...
Droidz 2738 Posted October 4, 2016 Share Posted October 4, 2016 Hello, try to use lua Link to comment https://wrobot.eu/forums/topic/3974-void-bolt-issues/#findComment-18649 Share on other sites More sharing options...
Ohren 106 Posted October 14, 2016 Author Share Posted October 14, 2016 To solve this issue, I used CastSpellByID(228260) with the condition of Insanity > 70 to cast Void Eruption and enter Voidform. From there I used CastSpellByID(228260) to cast Void Bolt. When in Voidform, the spell ID for Void Bolt is the same as the spell ID for Void Eruption when you are not in Voidform. Added in buff check condition to ensure I was in Voidform to cast this, and another checking the duration of the cooldown for Voidbolt (or else it chain casts when it's on cooldown and won't go down the list). Link to comment https://wrobot.eu/forums/topic/3974-void-bolt-issues/#findComment-19115 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