• Visit Rebornbuddy
  • TuanHA Paladin - The Ultimate Experience

    Discussion in 'Archives' started by tuanha, Nov 16, 2012.

    1. mnipper

      mnipper Member

      Joined:
      Feb 21, 2012
      Messages:
      248
      Likes Received:
      1
      Trophy Points:
      18
      Then I misunderstand it. Just with the more frequent use of a low priority attack, seems like the other 2 choices would be better, at least in pve.
       
      Last edited: Dec 21, 2012
    2. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      No, during Avenging Wrath with that talent or not, Combat Routine already know it can cast Hammer of Wrath
       
    3. TehHuntorz

      TehHuntorz Member

      Joined:
      Jan 15, 2010
      Messages:
      60
      Likes Received:
      1
      Trophy Points:
      8
      Where do you even get that info from...
      At least for my gear, this is what I get from only changing that talent tier
      http://i.imgur.com/B7GhH.png

      Edit: And I don't even have 4pc
       
      Last edited: Dec 21, 2012
    4. TehHuntorz

      TehHuntorz Member

      Joined:
      Jan 15, 2010
      Messages:
      60
      Likes Received:
      1
      Trophy Points:
      8
      That's what I'm trying to say though tuanha, it doesn't cast it, even when everything else is on cooldown. It just sits there, not casting hammer of wrath, with nothing else to do.

      Edit for clarification: When the mob is less than 20% it's fine and will cast it when everything else is on cooldown.

      And I'm pretty sure line 2208 of THCommon is the culprit. It currently checks whether your current target has less than 20% hp OR you have avenging wrath buff AND you have the spell Holy Insight, which from what I can tell, correct me if I'm wrong, has nothing to do with Hammer of Wrath. So wouldn't it fail there and not count Hammer of Wrath as an option?
       
      Last edited: Dec 21, 2012
    5. mnipper

      mnipper Member

      Joined:
      Feb 21, 2012
      Messages:
      248
      Likes Received:
      1
      Trophy Points:
      18
      Was just a guess. Seems like you get an extra 300dps for a situational talent. My mistake for such a gross miscalculation. With 4pc Im sure it will be more when AW is up. Anyone know if this is viable talent for prot or holy?
       
      Last edited: Dec 21, 2012
    6. dwivvc

      dwivvc New Member

      Joined:
      Dec 5, 2011
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Hi guys what kind of spells and setting am I looking for if I want to just do max HPS the current routine has no problem keeping everyone alive and i useally end the fight with 90% mana as it just mainly uses holy light but I want to top the meters with HPS thanks in advance.
       
    7. Mario27

      Mario27 Banned

      Joined:
      Jan 15, 2010
      Messages:
      6,336
      Likes Received:
      4
      Trophy Points:
      0

      im using the defaul raid settings and healing fine with it i do use potion for spirit and interlect i only changed holy radiance units to 6 instead of 3 i wil use 3 units per holy radiance on 90 procent once i have full epic gear but for now i use holy radiance on 6 units when under 90% hp and light of dawn 3 units on 95%
       
    8. dwivvc

      dwivvc New Member

      Joined:
      Dec 5, 2011
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Yeah I'm fully epic atm and have no problems with the healing I just want higher HPS to top the meters.
       
    9. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      Thank for the GREAT bug finding :D

      This is the bug code
      Code:
              private Composite HammerofWrathCurrentTarget()
              {
                  return new Decorator(
                      ret =>
                      _lastCastSpell != "Hammer of Wrath" &&
                      (THSettings.Instance.SHammerofWrath ||
                       !SpellManager.HasSpell("Holy Insight")) &&
                      !CastingorGCDL() &&
                      SpellManager.HasSpell("Hammer of Wrath") &&
                      !Me.Mounted &&
                      !Me.HasAura("Hand of Protection") &&
                      Attackable(Me.CurrentTarget) &&
                      FacingOverride(Me.CurrentTarget) &&
                      Me.CurrentTarget.Distance < 30 &&
                      (Me.CurrentTarget.HealthPercent < 20 ||
                       Me.HasAura("Avenging Wrath") &&
                       SpellManager.HasSpell("Holy Insight")) &&
                      SpellManager.CanCast("Hammer of Wrath", Me.CurrentTarget),
                      new Action(delegate
                          {
                              //Logging.Write(LogLevel.Diagnostic, "Call Roll pls");
                              SafelyFacingTarget(Me.CurrentTarget);
                              CastSpell("Hammer of Wrath", Me.CurrentTarget);
                          })
                      );
              }
      
      And this is the correct code, notice there only one ! difference (SpellManager.HasSpell("Holy Insight") vs !SpellManager.HasSpell("Holy Insight")) and you can find it xD

      SVN updated, big thank for TehHuntorz <3
       
    10. chirax

      chirax Member

      Joined:
      Jul 24, 2011
      Messages:
      89
      Likes Received:
      0
      Trophy Points:
      6
      HI TuanHa! Please check this:
      I've tried everything, and always i got erorrs.
      Responds very slowly, and don`t use some spells.
      Maybe it's because i play on not english client?
       
    11. Spanishguy

      Spanishguy Member

      Joined:
      Jun 26, 2011
      Messages:
      352
      Likes Received:
      2
      Trophy Points:
      18
      Quick question about using this pluggin with Tyrael.

      For tyrael settings, do i disable or enable framelock?

      As well, how many ticks per second I use? I know it depends on my computer, but is there any legit way of figuring this out instead of just trying it out and see what works best for me? Im not too sure what ticks per second even means =s

      Thanks
       
    12. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      [01:48:46.725 D] System.AccessViolationException: Could not read bytes from 00E09EFA [299]!

      Please read more about the issue in FAQ
       
    13. chirax

      chirax Member

      Joined:
      Jul 24, 2011
      Messages:
      89
      Likes Received:
      0
      Trophy Points:
      6
      You tell me run hb as admin? i did it but dont help.
       
    14. chirax

      chirax Member

      Joined:
      Jul 24, 2011
      Messages:
      89
      Likes Received:
      0
      Trophy Points:
      6
      Sorry TuanHa for the stupid questions, but i realy hard read on english.
       
    15. lilsavalex

      lilsavalex Member

      Joined:
      Dec 14, 2012
      Messages:
      579
      Likes Received:
      2
      Trophy Points:
      18
      Tuanha this is truly an amazing custom class!
      I'm considering buying the private version!
       
    16. paaco1981

      paaco1981 New Member

      Joined:
      May 1, 2010
      Messages:
      102
      Likes Received:
      0
      Trophy Points:
      0
      Anyone have any idea what makes me lag an insane amount when I try to pvp with this? :( I feel like I should have a decent enough computer to not have a CC lagging me. FPS drops to almost unplayable as Ret in BG's when you start fighting.

      Computer is a Phenom II 965 quad core, 8 gigs of ram, and a GTX460 video card, Wow and HB are even running off of an SSD drive :(
       
      Last edited: Dec 21, 2012
    17. chirax

      chirax Member

      Joined:
      Jul 24, 2011
      Messages:
      89
      Likes Received:
      0
      Trophy Points:
      6
      What do you use as botbase? LazyRaider? Tyrael?
       
    18. Swizzie

      Swizzie New Member

      Joined:
      Feb 19, 2011
      Messages:
      915
      Likes Received:
      7
      Trophy Points:
      0
      TuanHa I check immediate dispell but it sometimes waits 5-6 casts. Is there a reason why it does this?
       
    19. paaco1981

      paaco1981 New Member

      Joined:
      May 1, 2010
      Messages:
      102
      Likes Received:
      0
      Trophy Points:
      0
      I have been using Raid Bot
       
    20. Swizzie

      Swizzie New Member

      Joined:
      Feb 19, 2011
      Messages:
      915
      Likes Received:
      7
      Trophy Points:
      0
      LazyRaider please
       

    Share This Page