Jump to content

Feral druid C# cat levelling FC 1.0.0

   (3 reviews)

About This File

Just a Cat Feral druid fight class i use.

Normal profile is a 1-50 lvling claw / rake / rip / heal.

The C# profile is a high lvl feral druid (uses mangle / Omen / faerie fire)

 

Both should keep MoTW and Thorns up at all times.  Will break Cat form to cast regrowth when at 40% and will cast rejuvenation if out of combat, moving, and not at 100% health.  Will attempt Maim if target is casting.

Not fully fleshed out yet.  will add skills as my druid progresses 

V1- Druid skills up to lvl 24.

V2- added higher level skill support (XML)

V3 added C# fightclass for lvl 60+ druids


What's New in Version 1.0.0   See changelog

Released

Added C# profile for lvl 50+ druids


User Feedback

Recommended Comments

Hello,

 

I downloaded this but I see no mangle and the important stuff. Maybe I am doing something wrong? Could you please explain to me the download / install process ? where do I put the file and how do I run it exactly. thanks

Link to comment
Share on other sites

11 minutes ago, lonellywolf said:

Hello,

 

I downloaded this but I see no mangle and the important stuff. Maybe I am doing something wrong? Could you please explain to me the download / install process ? where do I put the file and how do I run it exactly. thanks

What profile did you use?? the XML or the .CS?

 

The XML is the low level one, The C# profile is a high lvl feral druid (uses mangle / Omen / faerie fire)

Link to comment
Share on other sites

12 hours ago, eeny said:

What profile did you use?? the XML or the .CS?

 

The XML is the low level one, The C# profile is a high lvl feral druid (uses mangle / Omen / faerie fire)

Thank you! Now I got it.. This is awesome! cheers

Link to comment
Share on other sites

Hey mate! Awesome profile so far. 
But i have one question. My druid wont use its combo points, did i mess anything up or? 

Link to comment
Share on other sites

which profile?

Both should use Rip @3 combo points.. then stack for the next one.  The c# will wait for 4 and use ferocious bite ( if the mob is still alive and rip is asctive).

Link to comment
Share on other sites

2 hours ago, lonellywolf said:

Hey, what to do from level 10 until I get catform ? is there a bearform profile around?

i wrote a bearform profile.. maybe its in vanilla?

Link to comment
Share on other sites

Hello, i use C# profil but i never see him use mangle.

And when i use gatherer or fisher , after each pickaxe it turns into a feline or bird, it's really annoying and we risk a ban.

Do you think you can correct that?

My english is not good, if i'm not clear enough tell me :)

 

Link to comment
Share on other sites

14 hours ago, Lirisia said:

Hello, i use C# profil but i never see him use mangle.

And when i use gatherer or fisher , after each pickaxe it turns into a feline or bird, it's really annoying and we risk a ban.

Do you think you can correct that?

My english is not good, if i'm not clear enough tell me ?

 

Hi Lirisa,

Because mangle is a talent i had to call it by "CastSpellByNameLUA" which is pretty much /cast.  I suspect you may have a non english client so calling mangle in english will not work.  You will need to open the .cs file in notepad or an IDE and translate to get the spell to work in your language.

 

        if (ObjectManager.Me.HaveBuff("Cat Form") && ObjectManager.Me.ComboPoint < 4)
        {
            SpellManager.CastSpellByNameLUA("Mangle (Cat)()");
            
        } 

As for the always turning into cat-  if you look in the CS file again you will see where i call it.  Its in both Buff and CombatRotation.  i think if you delete cat form from buffs it wont always try to enter cat form- only when you are in combat.

 

 

        if (!ObjectManager.Me.HaveBuff("Cat Form"))
        {
            CatForm.Launch();
        } 

If you can give me the spelling of mangle on your client i can fix the FC fairly quickly ( i hope) for you.

Link to comment
Share on other sites

hello, I fixed the problem of transformation after each shot with a plugin available on the site.
The drood works perfectly, my character does not have too much stuff but still managed to kill Uvuros :)

Thx for your job :)

 

 

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...