Jump to content

Eclipse


andycanadas

Recommended Posts

Hello,

 

Look UnitPower:

SPELL_POWER_ECLIPSE = 8 Wrath-Logo-Small.PNG?version=a7f95d5f25a 16px-Ability_druid_eclipseorange.png?ver [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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...