February 11, 201511 yr How does Eclipse works?, its a 100% bar with the think changing at 50%, because it seems it doesnt work like that. Right now im working on a moonkin profile for wrot and i cant figure out how eclipse value works.
February 13, 201511 yr Hello, Look UnitPower: SPELL_POWER_ECLIPSE = 8 - [Eclipse] is used by Druids in moonkin form. Eclipse power goes from -100 to 100, and its use as solar or lunar power is determined by what buff is active on the player. Buffs activate at -100 and 11 respectively and remain on the player until the power crosses the 0 threshold. To get current value of fightclass condition "Eclipse", go to: - Tab "Tools". - Click on button "Development Tools". - Paste this code in textbox: wManager.DevelopmentTools.OutPutCSharp = ObjectManager.Me.GetPowerByPowerType(wManager.Wow.Enums.PowerType.Eclipse).ToString(); System.Windows.Forms.MessageBox.Show(wManager.DevelopmentTools.OutPutCSharp); - Click on button "C# (ret...". (an message box appear with value of Eclipse)
Create an account or sign in to comment