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

Gladiatore Arms/Fury/Prot Warrior CC

Yeah, that was my bad, I forgot to update that piece, but the whole CC is indeed updated. I'll be sure to fix it next time I throw together an update.
 
any idea why arms spec doesn't do overpower? haven't tried on mobs... was just testing on target dummy

nvm just read last page
 
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.
 
Last edited:
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.

Hmmmm. Seriously? It was working for me when I uploaded it. I'll take a look in a bit, quite busy right now.
 
Sorry about that, I missed a freakin bracket on the upload, must have fixed it without thinking on mine. Redownload and you should be great. I did this at work, but I'm pretty sure its correct.
 
I think there is one mistake with Demoralizing Shout... He uses the spell every 4 seconds in Prot Spec.
 
I think there is one mistake with Demoralizing Shout... He uses the spell every 4 seconds in Prot Spec.

Haha, oh boy, I'm heading home now, so I'll get on and test it out and get it fixed. I probably didn't check for debuff or something stupid. Just turn it off for now, I'll throw another update up within the hour.
 
Alright, uploaded a new version for you all. Sorry for the fail last day or so, too busy and was trying to hasty-fix everything. Should be good to go now. Let me know if you find anything else working strangely.
 
Tried 3.0 but if I enable Demoralizing Shout he just stands there ^^ XD Demoralizing Shout was a bad idea of me :D
 
Yeah I'm having that problem aswell in Fury spec. It seems to me that it doesn't check if Demoralizing Shout is active already, it just keeps on casting it every 3/4 spells.

Edit: Woops didn't see new update yet, reported this error for 2.2.3 version, I will try the new one tomorrow
 
Last edited:
Alright. Quit findin things wrong with this! It was working when I left, lol. But I uploaded a new version yet again, and I've tested it thoroughly this time since I got a little play time today. Hopefully nothing else will be wrong with it, it was working quite smoothly before I uploaded. Good luck.
 
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.
 
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.

Yeah i went in and did that already lol. But it will help the people who don't know how.
 
Back
Top