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

Ensemble - Paladin Discussions/Bug Reports

Status
Not open for further replies.
idk if this would be possible but, make it detect if gb2 is selected, and add an option "Only use Crusader Aura, when gathering". frequent aura switching is annoying and wastes time :)
This please.
 
Anyone know how to make it stop spamming Exorcism :S ?
 
I use this cc on my pally when farming old dungeons and raids with my Hunter and sometimes my brother tags along as tank on his Pally. I would like someone to tell me how I can make this thing heal my pet when its just my hunter and holy pally running. Would like it to be something I could easily turn on and off so it doesnt heal pets all the time. Other than that I am loving this CC. It is doing a great job in Cata instances for me so far.
 
Anyone know how to make it stop spamming Exorcism :S ?

This seems to be a bug with the aura detection, Exorcism should normally only be casted if "The Art of War" aura is active, but the check seems to be bugged.

Fix:
Open CustomClasses\Ensemble\Rotations\Paladin\Retribution.cs with notepad
Change in line 35:
Code:
								ret => Me.HasAura("The Art of War")),

to

Code:
								ret => Me.ActiveAuras.ContainsKey("The Art of War")),

With this fix, it will ONLY cast Exorcism if "The Art of War" is active (like it's supposed to behave).
Maybe the replacement of "Me.HasAura" has to be also done in lines 43 and 73, but my char is atm too low to test it.
 
Last edited:
yeah.

They claim HasAura is working but i say it's broken.

Also Raphus claims Cancast deals with it but that's irrelevant as you can cast Exorcism(and other spells) w/o the Aura(s).
 
This is the best cc for holy paladin right now, when used in a group. Since its the only real candidate in that regard it needs the option of basic DPS, at least to more actively judge targets and apply crusader strike, which add to healing throughput. No other CC or combination of plugins is allowing my RaF patner to do more than apply OP heals and watch the leader do all the work...
 
Does this CC heal well in PvP? I've been looking for a CC that will heal others in PvP so it won't look so bot like.
 
I don't get it.
All it does for ret is spam exorcism - how is that ret?
 
yeah.

They claim HasAura is working but i say it's broken.

Also Raphus claims Cancast deals with it but that's irrelevant as you can cast Exorcism(and other spells) w/o the Aura(s).
It's working just fine in the Amplify CC for mages that CodenameG made.
 
Love the profile.. really well done. Any way possible to get to check on seals/judge targets during PVP? I may have messed up a setting; I just started using HB after a few months of a break.

So my apologies ahead of time. Its not really a bug; but it would help in the long run for PVP purposes. It would smoothen out the look of not being a bot and actually attacking when possible? Melee I can consider not being done, but judging would allow Squire to function more fluent i am assuming. Because putting me in combat lets your CC kick in and start healing.

I dont know for sure if I am talking to the right side of the CC / Plugin. Im not sure if there is an easier way to trigger combat by judging so Squire and your CC work "sooner" I guess?

Regards -- Awsome CC though.
 
Status
Not open for further replies.
Back
Top