andycanadas 3 Posted February 11, 2015 Share Posted February 11, 2015 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. Link to comment https://wrobot.eu/forums/topic/1933-eclipse/ Share on other sites More sharing options...
andycanadas 3 Posted February 11, 2015 Author Share Posted February 11, 2015 checking on default ui and its like -100---0----+100, but i dont know Link to comment https://wrobot.eu/forums/topic/1933-eclipse/#findComment-9386 Share on other sites More sharing options...
Droidz 2738 Posted February 13, 2015 Share Posted February 13, 2015 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) Link to comment https://wrobot.eu/forums/topic/1933-eclipse/#findComment-9424 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