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

UPaCCBT: The BehaviourTree Ultimate Paladin Healer Custom Class

Status
Not open for further replies.
deactivate the dpsing, try to stay in melee range to the enemies healer (if it's no priest^^)
U gain mana from autohit (with judgment), dpsing is much too manaconsuming if the fight is started (at the end of the fight u can try to dps)
 
If you SVN then you will always have the latest revision.
I believe 232 is the latest revision.
 
UltimatePalaHealerBT is the behavior tree based CC
UltimatePalaHealer is the older non-BT based CC i believe
 
Hey

I tried out this CC, but it seems to be unable to detect 'Seal' buffs, so it just keeps casting seal until out of mana.

Got any tips for this ?
 

Attachments

Last edited:
Hi again, now i did a new test, so i installed a fresh new copy of lastest HB(5387).
Installed LazyRaider from the link found on the first page from this post.
Installed UltimatePalaHealerBT v. 1.4 revision 232 from this post.

Only configuration option i changed is the
Solo -> Bless Selection -> Changed to 'Might'
Pressed Save.

Then i pressed 'Start'.

It will keep spamming 'Seal of Insight' until reaching the 'Rest at 60% Mana'.
I am pretty sure that is not working as intended.

Is this CC broken as of some patch?
 

Attachments

I use this everyday (in raid also) and I have never seen this problem. There is something that I would imagine is unique to you causing this.

Did you delete your HB folder entirely, and then do a fresh install of the latest HB and try again?
 
I use this everyday (in raid also) and I have never seen this problem. There is something that I would imagine is unique to you causing this.

Did you delete your HB folder entirely, and then do a fresh install of the latest HB and try again?

Well i didnt delete my old installation. I installed the new fresh copy in a different folder.

Old -> G:\buddyforum5354\*
New -> G:\buddyforum5387-MrClean\*

One question this CC should be working out-of-the-box right?
There isnt some hidden configuration I have forgotten to set right?
 
Last edited:
Well i didnt delete my old installation. I installed the new fresh copy in a different folder.

Old -> G:\buddyforum5354\*
New -> G:\buddyforum5387-MrClean\*

One question this CC should be working out-of-the-box right?
There isnt some hidden configuration I have forgotten to set right?

Please try with the newest version of HB ... u r using the test-version atm
Honorbuddy 2.0.0.5418 - Downloads - WOW Bot for PVP Leveling Gathering - Gatherbuddy & Honorbuddy Forums
 

Attachments

I did some investigation on the code and been testing some stuff.

UltimatePalahealer uses
Me.ActiveAuras.Containskey("Seal of Insight") which always returns false when i test it.
but if i use Me.HasAura("Seal of Insight") it returns true.
Code:
            if (Me.ActiveAuras.ContainsKey("Seal of Insight")) { Logging.Write("01: got seal of insight"); } else { Logging.Write("01: fail"); }
            
            if (Me.HasAura("Seal of Insight")) { Logging.Write("02: got seal of insight"); } else { Logging.Write("02: fail"); }

Me.ActiveAuras.ContainsKey("Seal of Insight") actually doesnt react at all same result if i remove my buff.


Dont know if this sheds a light on anything, im just hoping to get this to work.
 
this is curious ... sealing is working for me ... but i only tested this in a raid, not solo mode

@gilderoy i realised that my char isn't judging while in a raid (dunno if this has to do with ragnaroz firelands?) i'll provide a log later today, haven't took a look into it atm, because i was toooo tired yesterday :)
 
Hi there,

I have solved my issue concerning ContainsKey method, now the CC is working wonderfully. Really goodjob on this one.
I am actually supprised how well it works, i have healed entire ZG in crafted pvp str/sta gear (3.6k str and 1.6k int), no one died nor got under 20% hp, which is damn impressive.

Big +1 from here.
 
Hm, how do you make the CC use the new values (e.g. different % value for holy light, flash of light, etc.)? For example, I start the HB... then on future fight, I open the CC config.. put different value and then save.
But after that, the CC is still acting like its using the previous values (default values)...

when I change the value of Holy Light to 1% (heals when player health is under 1%) and i click save. but the CC still uses holy light on ppl with 80%+...
the reason why I don't wanna use holy light sometimes is coz undergeared tank (or stupid and geared tanks that don't use defensive cooldowns) will die FAST in brutal situations (e.g alot of adds or the trash from ZA - the 5 adds near the Bear boss).

what happened was.... when tank is 80%, the CC goes like... holy light! but when the CC is casting holy light, the tank health drops to 50% or less... very quickly, therefore the holy light was wrong to use. that's why I wanna disable holy light in this case...

or could you add a new check... that if the health of a player drops very fast, then make the CC cancel out the current cast and then start casting big heals (divine light or flash of light).

the dispelling issue still needs to be fixed too.

also, update the CC for 4.3 would appericate it? coz I think there are some new changes... like holy radience will become a casting spell (3 sec cast) but no cooldown! also there are changes in some talents.

thx again and great job
 
Hi there,

I have solved my issue concerning ContainsKey method, now the CC is working wonderfully. Really goodjob on this one.
I am actually supprised how well it works, i have healed entire ZG in crafted pvp str/sta gear (3.6k str and 1.6k int), no one died nor got under 20% hp, which is damn impressive.

Big +1 from here.

This is the best CC on the forums BY FAR in my opinion.
 
Status
Not open for further replies.
Back
Top