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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

What Class Needs a New CC?

WoW Classes

  • Druid

    Votes: 0 0.0%
  • Hunter

    Votes: 0 0.0%
  • Mage

    Votes: 0 0.0%
  • Paladin

    Votes: 0 0.0%
  • Priest

    Votes: 0 0.0%
  • Rogue

    Votes: 0 0.0%
  • Shaman

    Votes: 0 0.0%
  • Warlock

    Votes: 0 0.0%
  • Warrior

    Votes: 0 0.0%
  • Deathknight

    Votes: 0 0.0%

  • Total voters
    0
Status
Not open for further replies.
I don't think warrior can be so difficult to write a CC for, they are such a straight-forward class to play :P

i dont know but i think that they are pretty hard to make, because of the rage... dunno tough, correct me if im wrong :p
 
Spellmanager.CanCast("Heroic Strike") , no need for any rage-checks since BlackMagic/Styx does that for you ^^
 
imo i think warrior is in need of one. No offense to likwid's cc but it feels dated and it uses maybe 15% of the available abilities....i.e never uses charge or taunt. maybe it just needs a revamp but i would like to see a new one out there....every other class pretty much has multiple cc's

Is this true? I see charge listed in the CC so I assume it should be working.

/// <summary>
/// http://www.wowhead.com/?spell=100
/// Charge an _enemy, generating rage, and stun it for 1.50 sec. Cannot be used in combat.
/// </summary>
bool Charge()
{
if (!_me.Combat)
{
if (SpellManager.KnownSpells.ContainsKey("Charge"))
{
if (_me.CurrentTarget.Distance >= 8 && _me.CurrentTarget.Distance <= 23 && SpellManager.CanCastSpell("Charge"))
{
return SpellManager.CastSpell("Charge");
}
}
Logging.Write(System.Drawing.Color.Red, "[ " + shortName + " ]: Can't Charge!");
return false;
}
return false;
}
 
according to what you posted there joker charge should be working, that code is correct.
 
* Working healbots for shaman, Paladin and priest as well.
* Warrior
* A warlock who you can control the castsequence.
 
Whats wrong with the existing warrior CC?
There are many things that could be improved upon. PvP is one of them, this CC also has some LoS issues. It will try to pull a mob forever (tried to pull a mob for 2 hours because it was stuck). I've heard it also becomes very buggy at later levels; I cannot confirm though because I'm a low level at the moment. Makes me not want to make a warrior right now because of some extremely well coded CCs that have come out recently for other classes.
 
It would be lovely whit a shammy cc, cuz that one i use now have few bugs :P and it would be nice whit one ther just work 100% if u know what i mean :P
 
Warrior cc ther is in the bot when u dl it works FINE, and u can dl a prot cc if u wanna lvl it as prot warrior that was what i did on my warrior, but the dps cc ther is standard for warrior in the bot is working perfekt :)
 
Lets not use this thead anymore. Its months old and is very outdated. There have been many new CCs since this poll was started.
 
Status
Not open for further replies.
Back
Top