Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Feral druid C# cat levelling FC 1.0.0

(3 reviews)

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

Released

Added C# profile for lvl 50+ druids

User Feedback

Recommended Comments

eebm

Members

Im gonna try this out, I hope you update it and keep it going good =D 

Photogenic

Members

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

eeny

Elite user

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)

Photogenic

Members

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

txttrr

Members

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

eeny

Elite user

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

Photogenic

Members

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

eeny

Elite user

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?

Lirisia

Members

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

 

eeny

Elite user

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.

Lirisia

Members

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

 

 

fuzzywuzzyx90

Members

how do i remove the cat form or any form when the druid is trying to use FM ?

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.