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

UPrHCCBT: The BehaviourTree Ultimate Holy Priest Healer Custom Class

Status
Not open for further replies.
"Raid AOE healing code is in, you can activate it from the GUI!"
Explain how to activate correctly plz
 
start the bot, select this CC, open the class config, select AOE click save enter in a raid, enjoy! will ofc work only in a raid
 
rev185 is online!
Battleground support is IN!
In battleground she will use a complete different healing logic for now, somewhere in the middle between the Tank anche the AOE logic, will stay in serenity chakra but will use more aoe spells, ofc is still very rough, no mass dispell, no remove disease, no manaburn, ecc ecc but is a start
Test it in battleground and let me know if there is some huge mistake :P
 
rev185 is online!
Battleground support is IN!
In battleground she will use a complete different healing logic for now, somewhere in the middle between the Tank anche the AOE logic, will stay in serenity chakra but will use more aoe spells, ofc is still very rough, no mass dispell, no remove disease, no manaburn, ecc ecc but is a start
Test it in battleground and let me know if there is some huge mistake :P

Awesome. Any word yet about the buggy prayer of healing?
 
prayer of healing is a big problem.
since PoH only work onn people on the same party is hard to code.
i still do not have a FAST way to determinate in witch subgroup of a raid a player is.
I can use a very long series of lua calls but that will slow down the CC A LOT so i'll try to avoid it..
 
i still do not have a FAST way to determinate in witch subgroup of a raid a player is.

As temporary workaround for 10-man, could you use IsInParty/!IsInParty to distiguish between the groups since there is only two?
 
@jeffgtx: nope, isinparty return true if the unit is in a party (contrapposed to is in a Raid or is ungrouped) so will always return false when in a 10 man raid on everyone you call it.
rev 186 is online!
it contain a fix for Holy Work sanctuary, the bot was charging it but not actualy clickng on the floor, should be fixed now
 
so, i have a function that tells me in witch subgroup a unit is.
The function is essential to make PoH work.
The funcion is not perfect. sometimes will just put a unit in the wrong subgroup (less then 5% errors 'till now but they happen, sometimes)
bad news: the function is slow. in a 15 man BG she took 2.59 second on my PC (that is realy fast, when he decide to work :P) to run it
Good news: has to be runned only once (or once everytime someone change subgroup, that do not happen a lot in raids but happen quite often in BG.. just think everytime someone enter or exit the battleground)
My first thought was to make the CC run this function every time we enter combat.
problem ofc is that so we stay still for 3 sec as soon as combat start (again, not bad in a raid, horrible in a BG)
Should i just implement PoH in raids and forget about it in bg?
Suggestions?
(PS yes i have already make a button in the GUI to force the funcion to run again for when someone change subgroup)
you will find that in revision 187 that i'm uploading now.
Also i need to know, doest the CC cast Holy Word Sanctuary? does she click on the floor after the cast? let me know.
 
With regards to poh, there is an addon that is used along side grid and it highlights the best POH target. Maybe this could help in some way?
 
I whished it could, but addons can make limitless LUA call to the game, HBCore is limited to some calls (my functioion make one lua call for every player in raid and that's all and still take quite 3 sec for 15 people to execute..) an addon can make 1 thousand lua call in 1 second, HBCore..5?
(yes i also programmed addons before discovering botting :P)
 
I tried this CC and all it does is stand around doing nothing in LAzyraider mode


he buffs then heals , then soon as i take damage he doesnt even try to heal, so others also are not getting any heals
 
Last edited:
@doofus: log? where did you tried this? bg, raid, solo, party dungeon?
 
My appologies, it was in Tol Barad during the PVP/BG. Im guessing it would be classed as world pvp. Ill try in a proper BG, and sorry i didnt save the log, but i'll try to replicate it and post the log.
 
thys class is still not ready for world PVP for now only support Dungeon (any kind) raid (any kind, both tank healer and AOE healer) Battleground (proper NOT tol barad that is world PVP)
if you had looked at your log there would be the alst line sayng "No valid behaviour found! the CC will stop NOW!" :)
 
Great CC! I noticed tho, it doesn't seem to want to corpse run at all... just waits for me to do it. Log says...

[4:53:07 PM:043] Cleared POI - Reason Player Died
[4:53:07 PM:043] Cleared POI
[4:53:07 PM:066] [Instancebuddy v3.0.1.315]:No rezzers around. Releasing corpse
[4:53:10 PM:177] Not in game
[4:53:14 PM:133] Changed tilemap to Northrend, Tiled: True
[4:53:14 PM:139] Context changed. New context: World PVP. Rebuilding behaviors.
[4:53:14 PM:139] i'm not valid, still on loading schreen 0
[4:53:15 PM:139] i'm not valid, still on loading schreen 1
[4:53:16 PM:139] i'm not valid, still on loading schreen 2
 
@ darkspyre0 try to read mate
quote :thys class is still not ready for world PVP for now only support Dungeon (any kind) raid (any kind, both tank healer and AOE healer) Battleground (proper NOT tol barad that is world PVP)
 
@ darkspyre0 try to read mate
quote :thys class is still not ready for world PVP for now only support Dungeon (any kind) raid (any kind, both tank healer and AOE healer) Battleground (proper NOT tol barad that is world PVP)

OH I gotcha. When you say "World PVP" you mean ANYTHING in the world (even corpse runs). The PVP part threw me, didn't realize. My mistake.

Great CC, keep up the good work! =D
 
that of instancebuddy corpse run has been a problem for me for quite a long time.. mainly couse i NEVER use instancedubby so i cannot test this..
rev 190 is online with a new (I hope) fix for this, pls try it out if you can :)
 
Status
Not open for further replies.
Back
Top