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.
Anyone succuesfully running holy pala bg's with this?
 
Anyone succuesfully running holy pala bg's with this?

I have been the past 2 days. Paired with Squire, and everything works great.

Sadly at times it randomly wants to just watch as everyone around him dies, but oh well. I still am always top 2 in healing.
 
Hello,

I am using Ensemble and Squire with my Holy Paladin and it works very good.

But sometimes, when my toon is alone and meet a hostile player or npc, he stand still and only heals itself.
If its a low lvl player it may take some minutes for the enemie to kill my paladin because he heals itself but dont fight. He only dies when he is oom, so this is a bit obvious.
Is it possible to say the toon that he fight back when there is no allied player around?

regards
 
I have been the past 2 days. Paired with Squire, and everything works great.

Sadly at times it randomly wants to just watch as everyone around him dies, but oh well. I still am always top 2 in healing.

Think it has something to do with it not being in combat... don't know how to fix it =\
 
I have problems with the cc, everything is fine when i open now errors but when it joins the bg its like the ensemble profile is not loaded - even though it said before it joined in that ensembled was loaded. I have placed the cc in the right folder and deleted the other default paladin cc.

I have try deleting and "reinstalling" hb, i choose pvp and set it to EoS only (because its weekend) and start.

When i run Convalesce 4.1 Beta 2 as holy pvp bot or Fpsware paladin ret it works fine - dunno why it doesnt really work with this one :/ Would be really nice if someone would help me out (Fpswares is ret ofc, and Convalesces is focused on 1-80, so i would rather want this cc)

Here is logs and screenshot of settings:
 

Attachments

  • log.txt
    log.txt
    895 bytes · Views: 31
  • debuglog.txt
    debuglog.txt
    2.5 KB · Views: 30
  • screenshot-settings.webp
    screenshot-settings.webp
    13.2 KB · Views: 50
Last edited:
My only issue, running as holy, is that we need the ability to self beacon for BG's. I'm always top healing done and this is an amazing CC! If we could tell it who to Beacon that would be amazing!
 
My only issue, running as holy, is that we need the ability to self beacon for BG's. I'm always top healing done and this is an amazing CC! If we could tell it who to Beacon that would be amazing!

Usually when your healing, you will soon be targeted and they'll attack you making beacon useless. But back on topic: As ret, I am just messing around with instancebuddy + farming at level 78 in hyjal, and for some reason it loads it as ret (I think, he doens't heal as much as he should if he was holy) but he just spams exorcism + judgment?
 
a lil feedback, my lvl 60 pally is just spamming exorcism and drink when oom.
 
Retribution spec seems not to be fine, it just spams exorcism
 
I tried pally healing 4 times last night, 2 normal and 2 heroic.
It does not use some of the spells and some should not even be selected.
light of dawn 3 of the 4 times I saw him cast it did not have anyone in the target area and healed for 0.
He used it 9 times in one heroic but it was very low on overall healing for the above reason.

Guardian of the ancients is not in at least it was not in recount and I didn't see it used.

I am still working on the % of the other healing spells. I had a good group in one heroic and he was running <10% mana 2 times.
I feel that most of this is my settings and I am adjusting them all the time.
I really think it needs an out of combat routine.
spamming heals on people after combat instead of drinking is bad.

I am going to try ret later and see how it goes.

He seemed to be judging a lot which was good
 
I tried pally healing 4 times last night, 2 normal and 2 heroic.
It does not use some of the spells and some should not even be selected.
light of dawn 3 of the 4 times I saw him cast it did not have anyone in the target area and healed for 0.
He used it 9 times in one heroic but it was very low on overall healing for the above reason.

Guardian of the ancients is not in at least it was not in recount and I didn't see it used.

I am still working on the % of the other healing spells. I had a good group in one heroic and he was running <10% mana 2 times.
I feel that most of this is my settings and I am adjusting them all the time.
I really think it needs an out of combat routine.
spamming heals on people after combat instead of drinking is bad.

I am going to try ret later and see how it goes.

He seemed to be judging a lot which was good

ret is bugged, and I would change the settings, him not using it on people is a groups problem, if it hits 0 people that would either mean he's completely turned aroung or something horribly wrong is happening, because he's always looking right towards the tank. Make sure you don't have it set to be any farther then 15 yards away from tank.
 
Retribution should be fixed at the last update
 
for protection, i was tryin the new gatherchum by exemplar, it never casts SoT and Kings, especially when in combat, he can't do much because of that. It wld be great if you cld add extra option for Seals and Auras in the buff list? Thank you :)
 
Retribution should be fixed at the last update

Is it normal that it spams exorcism ?

2nd problem I can get the cc to save my setting in retribution :s
 
Last edited:
Hi there,
Excellent healing bot for Pallies :)
For those that want to cast cleanse when needed open up Behaviours/heal.cs
find and change

Code:
case WoWClass.Paladin:
				     break;

to

Code:
case WoWClass.Paladin:
						if (p.Debuffs.Values.ToList().Exists(aura => (aura.Spell.DispelType == WoWDispelType.Poison ||
                                                                          aura.Spell.DispelType == WoWDispelType.Disease ||
                                                                          aura.Spell.DispelType == WoWDispelType.Magic) &&
                                                                       CanCast("Cleanse") &&
                                                                       Instance.Settings.DispelMagic &&
                                                                       !Instance.Settings.DispelOnlyOOC &&
                                                                       !dispelBlacklist.Contains(aura.Name)))
                            {
                                DispelTarget = p;
                                DispelSpell = SpellManager.Spells["Cleanse"];
                            }

                            break;

Okay, heres a part i need help with :P

Code:
if (Me.IsInInstance && Me.HasAura("Denounce") && CanCast("Exorcism"))
                {
                    Log("John Constantine asshole");
                    SpellManager.Cast("Exorcism");
                }

For some reason it doesn't recognise that it DOESN'T have Denounce and spams Exorcism.
Any ideas?
 
@Crowley - try Me.Auras.ContainsKey("Denounce") - or at least look at Me.Auras.

Me.HasAura never really worked for me
 
Any chance we could get some mounted buff support. I have both a pally who stays in prot aura no matter what he is doing. Although thats fine for grinding its kind of bottish when your using archbuddy or questing. Generally i stay in crusader the whole time. even when im questing manually by hand.
 
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 :)
 
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 :)

yes please!
 
A great addition to Ensemble would be the ability to CC mobs and then continue to Herb/Mine - thus preventing people from stealing nodes whilst you're in combat at one. Any chance this could be added please? :)
 
Status
Not open for further replies.
Back
Top