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.
Hey raphus, I'm attaching a log for what happened, but it seems that when someone leaves the group and the role check is brought up the CC just stops working and says something about 'Me == null'. I went into Dire Maul with a group, someone dropped and the leader initiated a role check, then it just shut down.

Log: View attachment 12-20-2010_1_25 PM 7944 Log.txt

If I did something, or if it was HB, just let me know and I'll post it elsewhere.
 
hi raphus, one awesome additon to the good working holy part would be if my toon would attack (in battlegrounds) if there is nothing to heal.
pretty often i see that he just stands there waiting to get hit until he has the % to heal himself, so it would be awesome if he can
just use holy shock, judgement and exorcism as long as he has nothing to heal. just a suggestion ;) this aggressiv healing as an option would be really sweet.
thanks !!
 
Doesn't rebuff after death in battlegrounds. Other than that good stuff.

Fact, sometime it doesn't do anything at all. Think it is related to the bot being out of combat. Doesn't heal or anything till combat is initiated.
 

Attachments

Last edited:
Hey! I am currently using RaF with a Feral and a Hpal. Would it be poissibale to have the pally follow closer to the druid, and help him dps because 1/2 the pally does nothing, Thanks!
 
now supports Retribution.

Couldn't test it much. Let me know how it works please
 
Thanks for trying to add ret support! But my ret pally is acting like a shockadin. Currently 83 with 5/2/32 and all it seems to want to do is chug mana pots and spam exorcism

Log attached.
 

Attachments

prot grinding right now.

Can you PLEASE add an option to disable consecration use? it's a huge mana waster and I wish he didn't use it at all.
 
I stopped being stupid and lazy and I deleted every mention of "Consecration" in the behaviors file in the Ensemble installation, works flawlessly now!

:)
 
Hello, Very nice CC but sometimes I have some problem with it. HB is saying my bot is stuck but hes not and hes acting very weird. And sometimes he move at the click to move circle.. stop a 0.5 sec.. then move to the other move circle, stop 0.5 sec move etc etc...

I'm using the holy spec for BG Healing.

When I try another CC the bot move correctly.


Here the log:View attachment 28-12-2010_12_31 PM 3456 Log.txt
 
Any word on whats the problem with higher level ret support? No matter what i do it spams exorcism and chugs on mana pots. I attached a log a few posts back.
 
Im trying to pvp as holy - first i login ofc, then go to general settings and choose your class in "CC Config". Then goes back to Status tab and chooses pvp and i choose ab only cause that is weekend bg. It loads fine and all in log, but when i enter the ab the bot just stands still.
In debug log it says this, after compiling and all the normal stuff:

[13:31:17:906] Start/Stop button pressed.
[13:31:19:260] Cleared POI
[13:31:19:671] Activity: Loading AB profiles.


But when i use fpswares cc with ret its working fine with walking around in ab.
 
Last edited:
I've been having good success with this profile as a protadin (been using it for 80 - 84 so far). The one small thing that does occur from time-to-time is the bot gets right on top of the mob and it's unable to cast things like Avenger Shield or Hammer of Wrath or even melee swing for that matter. If I just back the bot up a yard manually he starts casting again. If I don't he's able to get just judgment and consecrations off but does eventually kill the mob.

Thanks for the work on this CC. Has become my new favorite for Paladin at this point.
 
Delete this pls

Sent from my HTC Desire using Tapatalk
 
Problems so far with the paladin CC.

It doesnt rebuff after death in bg?s. If there arent anything to heal it just stands there looking bottish. It never uses Judgement, important manareg for paladins...
 
you have to edit you seal here
:\CustomClasses\Ensemble\Behaviors\PreCombatBuffs.cs

Search for Seal
u?ll find this
#region Paladin Pre Combat Buffs Behavior

private Composite PaladinPreCombatBuffsBehavior
{
get
{
return
new PrioritySelector(
CreateBuffCheckAndCast("Blessing of Kings",
ret => (!Me.HasAura("Blessing of Might") || Me.Auras["Blessing of Might"].CreatorGuid != Me.Guid) &&
!Me.HasAura("Embrace of the Shale Spider") &&
!Me.HasAura("Mark of the Wild")),
CreateBuffCheckAndCast("Blessing of Might",
ret => !Me.HasAura("Blessing of Kings") ||
Me.Auras["Blessing of Kings"].CreatorGuid != Me.Guid),

new DecoratorEx(ret => MyType == "tank",
new PrioritySelector(
CreateBuffCheckAndCast("Seal of Truth"),
CreateBuffCheckAndCast("Devotion Aura"),
CreateBuffCheckAndCast("Righteous Fury")
)),

new DecoratorEx(ret => MyType == "healer",
new PrioritySelector(
CreateBuffCheckAndCast("Seal of Insight"),
CreateBuffCheckAndCast("Devotion Aura")
)),

new DecoratorEx(ret => MyType == "melee",
new PrioritySelector(
CreateBuffCheckAndCast("Seal of Truth")
))
);
}
}
paste your seal in the gabs :) for example CreateBuffCheckAndCast("Seal of Righteousness"),
 
Status
Not open for further replies.
Back
Top