What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

No 'BurningEmber' count for warlocks

Kamilche

New Member
Joined
Oct 2, 2010
Messages
551
Reaction score
30
There is no way in HonorBuddy to access the new BurningEmbers count for warlocks.
 
Not sure what you're asking. Post a log, and tell us more about what you're trying to do.
 
I can't post a log for a missing feature. Like SoulShards, ComboPoints, DeathRunes, etc., BurningEmbers are a new power type for Destruction Warlocks, that aren't implemented in HonorBuddy.
 
I can't post a log for a missing feature. Like SoulShards, ComboPoints, DeathRunes, etc., BurningEmbers are a new power type for Destruction Warlocks, that aren't implemented in HonorBuddy.

there's a way :)

Demonology
Code:
Me.GetPowerInfo(Styx.WoWPowerType.DemonicFury).CurrentI
Code:
Me.GetPowerInfo(Styx.WoWPowerType.DemonicFury)
Destruction
Code:
Me.GetCurrentPower(Styx.WoWPowerType.BurningEmbers).CurrentI
Code:
Me.GetCurrentPower(Styx.WoWPowerType.BurningEmbers)
 
Oh hey, thanks. I'll have to try this out when I get home. It still should be added to HonorBuddy the other way as well, though.
 
Back
Top