• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • UPaCCBT: The BehaviourTree Ultimate Paladin Healer Custom Class

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

    Thread Status:
    Not open for further replies.
    1. 15outland

      15outland New Member

      Joined:
      Mar 27, 2011
      Messages:
      1,056
      Likes Received:
      0
      Trophy Points:
      0
      Sorry, but I'm going to be using my pvp gear regardless, I have enchant/gems.

      (It is already set on Accuracy, It won't set to intelliwait)

      View attachment Arena.zip
       
    2. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      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)
       
    3. krusty123

      krusty123 New Member

      Joined:
      Oct 3, 2011
      Messages:
      623
      Likes Received:
      1
      Trophy Points:
      0
      Sorry but which one is the latest version?
       
    4. solo1420

      solo1420 Member

      Joined:
      Oct 13, 2011
      Messages:
      307
      Likes Received:
      0
      Trophy Points:
      16
      If you SVN then you will always have the latest revision.
      I believe 232 is the latest revision.
       
    5. krusty123

      krusty123 New Member

      Joined:
      Oct 3, 2011
      Messages:
      623
      Likes Received:
      1
      Trophy Points:
      0
      Whats the difference between:

      UltimatePalaHealerBT
      UltimatePalaHealer

      ?
       
    6. solo1420

      solo1420 Member

      Joined:
      Oct 13, 2011
      Messages:
      307
      Likes Received:
      0
      Trophy Points:
      16
      UltimatePalaHealerBT is the behavior tree based CC
      UltimatePalaHealer is the older non-BT based CC i believe
       
    7. krusty123

      krusty123 New Member

      Joined:
      Oct 3, 2011
      Messages:
      623
      Likes Received:
      1
      Trophy Points:
      0
      So BT is the one I should use? :p
       
    8. HB8407M50

      HB8407M50 New Member

      Joined:
      May 24, 2011
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      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 ?
       

      Attached Files:

      Last edited: Nov 12, 2011
    9. HB8407M50

      HB8407M50 New Member

      Joined:
      May 24, 2011
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      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?
       

      Attached Files:

    10. wooinau

      wooinau Member

      Joined:
      Jan 15, 2010
      Messages:
      152
      Likes Received:
      2
      Trophy Points:
      18
      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?
       
    11. HB8407M50

      HB8407M50 New Member

      Joined:
      May 24, 2011
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      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: Nov 15, 2011
    12. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      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
       
    13. HB8407M50

      HB8407M50 New Member

      Joined:
      May 24, 2011
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0

      Attached Files:

    14. HB8407M50

      HB8407M50 New Member

      Joined:
      May 24, 2011
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    15. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      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 :)
       
    16. HB8407M50

      HB8407M50 New Member

      Joined:
      May 24, 2011
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    17. JeffKing1989

      JeffKing1989 New Member

      Joined:
      Feb 16, 2010
      Messages:
      87
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    18. solo1420

      solo1420 Member

      Joined:
      Oct 13, 2011
      Messages:
      307
      Likes Received:
      0
      Trophy Points:
      16
      This is the best CC on the forums BY FAR in my opinion.
       
    19. solo1420

      solo1420 Member

      Joined:
      Oct 13, 2011
      Messages:
      307
      Likes Received:
      0
      Trophy Points:
      16
      yes I meant for pally =)
      ShamWow is awesomeness also
       
    20. no1knowsy

      no1knowsy Well-Known Member

      Joined:
      Feb 28, 2010
      Messages:
      3,927
      Likes Received:
      57
      Trophy Points:
      48
      For Holy Pally yes.
      In general CC terms: ShamWoW.
      No offense.
       
    Thread Status:
    Not open for further replies.

    Share This Page