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

[WIP] Ensemble - The Ultimate All-In-One CC

Status
Not open for further replies.
created C:\HB, downloaded HB and installed here, still the same, I have tested on 2 diff laptops and a desktop with different OS, so not sure, I have made a new thread in HB issues, thanks :)
 
Melee distance issue is fixed

My Warrior still stands just out of range for specials. Sometimes he just auto-attacks and dies.

When he gets within range to use specials, he is a killing machine. This would be the bees knees if you could figure out how to correct the range issue.
 
Last edited:
Please try it with the new update. It should really be fixed now
 
Would this be okay for a FURY WARRIOR rotation?

Code:
return
                    new PrioritySelector(
                    
                        CreateSpellCheckAndCast("Charge",
                            ret => CT.Fleeing && !CanNotCastCharge),
                        CreateSpellCheckAndCast("Intercept",
                            ret => CT.Fleeing && !CanNotCastCharge),
                        CreateSpellCheckAndCast("Victory Rush"),
                        CreateSpellCheckAndCast("Pummel",
                            ret => CT.IsCasting),
                        CreateSpellCheckAndCast("Recklessness"),
                             
                        CreateSpellCheckAndCast("Death Wish"),
                            
                        CreateSpellCheckAndCast("Raging Blow",
                            ret => Me.HasAura("Enrage")), // Should not be used with deadly calm as during bladestorm, you generate rage and dont use any anyway. Can be used in conjunction with sweeping strikes
                        
                        
                        CreateSpellCheckAndCast("Colossus Smash"), // Use on CD, massive DPS boost
                        CreateSpellCheckAndCast("Execute"), //when usable, should be prioritzed over everything except colussus smash and mortal strike.
                        
                        CreateSpellCheckAndCast("Bloodthirst "), //use on CD
                        
                        CreateSpellCheckAndCast("Slam",
                            ret => Me.HasAura("Bloodsurge")), //Slam is a casted ability, idk if you need to know that. With talents, its a .5 second cast that be casted while moving.
                        
                        CreateSpellCheckAndCast("Heroic Strike",
                            ret => ShallCastHS && Me.CurrentRage > 50 || Me.HasAura("Incite")), // Always use heroic strike when buff "incite" is active. Guarenteed critical strike
                        
                        CreateSpellWithAuraCheckAndCast("Demoralizing Shout",
                            ret => Me.CurrentRage > 30 && CT.HealthPercent > 30)

                );

EDIT:

I just tested with instance buddy and bloodthirst did not work... Put a space after the name... deleted space// going to test....

Heroic strike wasnt working either.... deleted code about ShallCastHS I dont know what that does... left the rage and incite buff..

slam constantly is being used even though I told it to only be used with bloodsurge....

Raging blow works, it uses recklessness, deathwish just fine....

also deleted
CreateSpellWithAuraCheckAndCast("Demoralizing Shout",
ret => Me.CurrentRage > 30 && CT.HealthPercent > 30)
 
Last edited:
Just tested and works perfect, my char uses a lot abilities looks natural but I did notice one thing if my char attacks mounted player and player decides to avoid combat my char will follow it across half of the map. :) And also if playing AV it wont attack Stormpike npcs guarding Ally`s graveyard. Is this avoidable ? Ohh my char is 85 Arms spec warr.

Ty,
 
Didn't know where to post this for suggestions but..

Would like to see support for the Lifeblood spell to regain health in combat as well as the Blood Elf Arcane Torrent racial. Would be very helpful :D

Can you add this feature Raphus?
 
Any way to use JUST the warrior cc without having to select from multiple other cc's in HB for my other classes?
 
Raphus, this CC is AMAZING for my Disp priest. It heals 10x better than I do, and I've healed all content since Vanilla! Thank you!
 
Is there a plan to add Fury warrior support any time soon? I can probably just edit in what I want, but seems pointless if an official version is around the corner.
 
Is it possible to get this CC to kill the alliance who tries to kill me while i grind?
 
Are you gonna be making a DK cc since all the ones right now suck and all your cc rock
 
Status
Not open for further replies.
Back
Top