Jump to content

About This File

Hello,

Druid Moonkin Routine.

Test it out, feedback appreciated.

Talent choices included in de zip file.

 


User Feedback

Recommended Comments

geoffrey71

Posted

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.

Pasterke

Posted

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.

geoffrey71

Posted

Hello, thanks for your reply.

I have decompiled your dll, i'm testing if it's works

Bye.

geoffrey71

Posted

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)
            {

×
×
  • Create New...