Jump to content

Balance Druid 1.0.0

   (0 reviews)

About This File

Hello,

Druid Moonkin Routine.

Test it out, feedback appreciated.

Talent choices included in de zip file.

 


User Feedback

Recommended Comments

Hello, Thanks for your fightclass.

I have a problem, the drood didn't go in moonkin form automatically in fight.

I use the fightclass with "Party" tools.

And i have a french client.

Link to comment
Share on other sites

I check for the buff 155777, that's moonkin form at end level.

havebuff("Moonkin Form") doesn't work, it returns always true.

install the addon idTip. After install, if you mouse over the buff you will see the id. Just replace in the code the id.

Link to comment
Share on other sites

Ok, i have your code, but i have many errors :O

Can you share your base code directly please ? I Think the decompilation create many errors on code...

like ObjectManager.get_Me().get_IsMounted

I Have an error on get_Me() : 

Compiler Error CS0571

'get_Me()' : cannot explicitly call operator or accessor

 

Update June 30 :

Hello, i debugged the code, it's only a decompilation problem with many cast in WoWObject or other.

I have a full code and it's work with the :

if (!MeHaveBuff("24858"))
              SpellManager.CastSpellByIdLUA(24858);
            if (MeHaveBuff("24858") && wManager.Wow.ObjectManager.ObjectManager.Me.Target.IsNotZero() && Fight.InFight)
            {

Link to comment
Share on other sites

×
×
  • Create New...