What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Feral Druid Shred

fhernberg

New Member
Joined
Jan 9, 2012
Messages
7
Reaction score
0
Hi guys, just bought hobby and it's working great, but when my toon is grinding it keeps using shred. And it is making it pretty hard to level when my character needs 1 minute to kill a mob. Do you know where I can find the setting so my character wont be casting shred? :)
 
When your druid is trying to shred its an issue with Singular, Fpsware druid doesn't use shred at all.

So, to fix the Shred issue in Singular (Disable shred that is)

Go to where the druid file is, for me it is at
"C:\HB\CustomClasses\Singular\ClassSpecific\Druid\Feral.cs"
Search for the file if you cannot find it.

Open the file with Notepad++ or any other similar text editor, preferably one with C# syntax highlightning.

Go to line 156 where the code is

Code:
Spell.Cast("Shred", ret => !SpellManager.HasSpell("Mangle (Cat)") && StyxWoW.Me.ComboPoints < 1 && StyxWoW.Me.IsBehind(StyxWoW.Me.CurrentTarget)),

You can either remove that line or comment it.

Code:
//Spell.Cast("Shred", ret => !SpellManager.HasSpell("Mangle (Cat)") && StyxWoW.Me.ComboPoints < 1 && StyxWoW.Me.IsBehind(StyxWoW.Me.CurrentTarget)),

I like Fpswares Druid CC, but it feels like Singular is just so much faster.
 
Last edited:
Back
Top