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.
kimsonite you posted the dungeon setting, if you where in tol barad you should use the WorldPVP setting, if you where in the raid inside tol barad (the one that unlock if you win) you must use the raid setting.
both case the dungeon setting are not used in that case so..
 
It depends on gear ect, in pvp i never use holy light, even in PVE holy light isn't that effective because of the cast time.
 
rev179 is online!
It consist in 2 different and separated upgrade.
The first, Paladin now have a complete and indipendent RAF support (GUI still missing but code is finally in) also Solo code is improuved, now will respond PVP combat if engaged in PVP realms while doing archeology or GB2 if enabled.
The second, Priest have theyr first stub of a GUI with only one option only to test it it's working, you know is quite triky to load one gui for paladins and another for priests :P
 
rev180 is online!
Add the option to fight back on PVP realms to the GUI.
I cannot test neither (rev179 and rev180) couse EU realms are offline for maintenance.
Also next version of HB seems to have problem with the GUI of custom classes.. what a perfect moment to test a new GUI! /sarcasm :P
 
rev181 is online!
This is just a quality of life release for me, moving some code around to 2 new files to keep the things more in order (my order ofc :P)
 
rev182 is online!
small fix dor a distraction, now Solo mode will now only respond in PVP, never engage for first (if a flagged enemy player pass nearby will ignore him untill attacked, then will respond to fire)
 
Would it be possible to blacklist Vampric Embrace, Unstable Affliction and Flameshock so it doesnt dispell these in PVP/Arena ?
 
Yeah, I have been doing RBG's at around 2.7k MMR and when you dispel Flameshock people die :P
 
i think flameshock is in the list to dispell asap.. has something changed that i do not know? last time i spoke to someone that did arena at 2.5k+ (it was a lot of time ago) he said if you dispell flameshock elemental DPS go to the toilet.. unstable affliction is already in the list "do not dispell this people if he have this bad debuff" did you notice she dispelling someone with unstable affliction?
adding vampiric embrace to the do not touch now
 
glide i have used the smoked version also now and i dont know why but smoked does seem to heal faster, cant you steal some code rom that to make it heal 25% faster ?
 
@primo: lol? first of all for the last 2 months I programmed all the code changes in smoked version, I know very well how that work, second the problem is that we have too much code, not too less code.. adding more code is not the solution :P
For the speed problem, i realy hoped intellywait would suit everyone needs, if it did not maybe i'll make public the internal intellywait weights so you will be able to change them as they suits you. I'm not that happy to do that couse noobie can realy destroy the CC for them by changing them in the wrong way..
EDIT: maybe I was a bit harsh on my comment but I do not steal code, never, also, I do not steal code from something I programmed.. :P I apologize for the harshness primo ^_^
 
Last edited:
Hi, could someone explain me a little the new combat systems? cannot see any posts about this
 
couse is internal to the CC
Speed try to make the fastest decision possible, so you cast one spell after the other but sometimes she cast the wrong spell since she do not have time to think
Accurancy cast alwayr the right spell but sometimes may seems slow on older pc couse she need some millisecond to decide the spell (more if the pc is loaded or is old)
Intellywait try to do a good weight between the 2, if unsure use this
 
It seems that with the latest revision, my bot has stopped healing in a 25man raid, except Judgement and Holy shock. Also i get an error (attaching log). i have the tank priority to 0 and even then if i have someone with less life next to me it does nothing. i have to load UltimatePalahealer v 2.2 rev 86 in order to do raid and tank healing.

Is there a place I can find older revisions?(172 or 174)
 

Attachments

Last edited:
Is there a place I can find older revisions?(172 or 174)
If you are using the svn, just right click on the folder containing the CC, and under (child-list) 'TortoiseSVN' click 'Update to revision'. From there, pick a revision number, and wait for TortoiseSVN to download that revision and clean up.
 
@HB9024P39 that's a strange error.. you can avoid it by setting Get tank from Lua to false in the paladin GUI
Let me know if that bandaid the problem for now.
The problem is that a LUA call is acting strange, that coulde have been caused by a random error OR could have been something they (Blizzard) have changed in how lua call respond in the last update.
I need more data to better understand, for now disable tank from lua if you encounter this error and pls report back, what you are searching is a line like
[21:29:48:062] System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
at UltimatePaladinHealerBT.UltimatePalaHealerBT.IsTank(WoWPlayer p) in c:\Documents and Settings\Lordnikon\Desktop\Honorbuddy\CustomClasses\UltimatePalaHealerBT\Helpers.cs:line 382
at UltimatePaladinHealerBT.UltimatePalaHealerBT.tankfromlua() in c:\Documents and Settings\Lordnikon\Desktop\Honorbuddy\CustomClasses\UltimatePalaHealerBT\Helpers.cs:line 474
at UltimatePaladinHealerBT.UltimatePalaHealerBT.GetTank() in c:\Documents and Settings\Lordnikon\Desktop\Honorbuddy\CustomClasses\UltimatePalaHealerBT\Helpers.cs:line 523
at UltimatePaladinHealerBT.UltimatePalaHealerBT.<Composite_SetTank>b__1ff(Object ) in c:\Documents and Settings\Lordnikon\Desktop\Honorbuddy\CustomClasses\UltimatePalaHealerBT\Composite.cs:line 1962
 
Status
Not open for further replies.
Back
Top