May it be possible to add Demoralising Shout ?
Done.
Won't compile
Building spell book
Spell book built
You are a level 85 Arms Warrior
Loading settings ...
Loading settings from the PVE config file...
Finished loading settings
Settings loaded
Could not compile CC from C:\Users\Tashin\Desktop\Winamp\HB2\CustomClasses\Gladiatore!
File: Arms.cs Line: 151 Error: } expected
File: Fury.cs Line: 196 Error: } expected
File: Prot.cs Line: 182 Error: } expected
I managed to fix the problem and I attached the fixed files. I'll delete them after truman uploads a fixed version.
I think there is one mistake with Demoralizing Shout... He uses the spell every 4 seconds in Prot Spec.
if (Me.CurrentTarget.IsCasting && (Me.CurrentTarget.Name != "Maloriak" && (Warrior.Instance.Settings.UsePummel)))
{
CastSpell(WRST);
}
CastSpell(Pummel);
Anyone tried tanking with this cc?
Yep, you're right. Ugh. Ok, go into CustomClasses->Gladiatore->SpecSpecific->Arms.cs
Then search for this code in the file.
Code:if (Me.CurrentTarget.IsCasting && (Me.CurrentTarget.Name != "Maloriak" && (Warrior.Instance.Settings.UsePummel))) { CastSpell(WRST); }
and change the WRST to Pummel so it looks like this:
Code:CastSpell(Pummel);
I've made the change but am tired of uploading changes. lol. I'll get it in the next update.