• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • UPrHCCBT: The BehaviourTree Ultimate Holy Priest Healer Custom Class

    Discussion in 'Archives' started by Gilderoy, Jul 30, 2011.

    Thread Status:
    Not open for further replies.
    1. spoinker

      spoinker New Member

      Joined:
      Jan 15, 2010
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      "Raid AOE healing code is in, you can activate it from the GUI!"
      Explain how to activate correctly plz
       
    2. Gilderoy

      Gilderoy New Member

      Joined:
      May 10, 2010
      Messages:
      761
      Likes Received:
      16
      Trophy Points:
      0
      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
       
    3. Gilderoy

      Gilderoy New Member

      Joined:
      May 10, 2010
      Messages:
      761
      Likes Received:
      16
      Trophy Points:
      0
      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
       
    4. Sadsadman

      Sadsadman New Member

      Joined:
      Jul 2, 2011
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      1
      Awesome. Any word yet about the buggy prayer of healing?
       
    5. Gilderoy

      Gilderoy New Member

      Joined:
      May 10, 2010
      Messages:
      761
      Likes Received:
      16
      Trophy Points:
      0
      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..
       
    6. jeffgtx

      jeffgtx New Member

      Joined:
      Sep 4, 2010
      Messages:
      49
      Likes Received:
      1
      Trophy Points:
      0
      As temporary workaround for 10-man, could you use IsInParty/!IsInParty to distiguish between the groups since there is only two?
       
    7. Gilderoy

      Gilderoy New Member

      Joined:
      May 10, 2010
      Messages:
      761
      Likes Received:
      16
      Trophy Points:
      0
      @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
       
    8. Gilderoy

      Gilderoy New Member

      Joined:
      May 10, 2010
      Messages:
      761
      Likes Received:
      16
      Trophy Points:
      0
      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.
       
    9. froggystyle

      froggystyle New Member

      Joined:
      Jan 8, 2011
      Messages:
      305
      Likes Received:
      0
      Trophy Points:
      0
      id say skip POH on bgs :) most time your not near anyways
       
    10. haxed

      haxed New Member

      Joined:
      Jan 15, 2010
      Messages:
      545
      Likes Received:
      1
      Trophy Points:
      0
      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?
       
    11. Gilderoy

      Gilderoy New Member

      Joined:
      May 10, 2010
      Messages:
      761
      Likes Received:
      16
      Trophy Points:
      0
      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)
       
    12. Doofus

      Doofus New Member

      Joined:
      Mar 9, 2011
      Messages:
      113
      Likes Received:
      0
      Trophy Points:
      0
      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: Sep 2, 2011
    13. Gilderoy

      Gilderoy New Member

      Joined:
      May 10, 2010
      Messages:
      761
      Likes Received:
      16
      Trophy Points:
      0
      @doofus: log? where did you tried this? bg, raid, solo, party dungeon?
       
    14. Doofus

      Doofus New Member

      Joined:
      Mar 9, 2011
      Messages:
      113
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    15. Gilderoy

      Gilderoy New Member

      Joined:
      May 10, 2010
      Messages:
      761
      Likes Received:
      16
      Trophy Points:
      0
      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!" :)
       
    16. darkspyre0

      darkspyre0 Member

      Joined:
      Jul 31, 2010
      Messages:
      99
      Likes Received:
      1
      Trophy Points:
      8
      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
       
    17. primo

      primo New Member

      Joined:
      Sep 19, 2010
      Messages:
      1,059
      Likes Received:
      0
      Trophy Points:
      0
      @ 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)
       
    18. darkspyre0

      darkspyre0 Member

      Joined:
      Jul 31, 2010
      Messages:
      99
      Likes Received:
      1
      Trophy Points:
      8
      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
       
    19. Gilderoy

      Gilderoy New Member

      Joined:
      May 10, 2010
      Messages:
      761
      Likes Received:
      16
      Trophy Points:
      0
      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 :)
       
    20. letmetalk

      letmetalk New Member

      Joined:
      Oct 26, 2010
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Best CC I have ever seen, thank you!
       
    Thread Status:
    Not open for further replies.

    Share This Page