• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • TuanHA Paladin - The Ultimate Experience

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

    1. Jones2351

      Jones2351 Member

      Joined:
      Oct 1, 2012
      Messages:
      224
      Likes Received:
      1
      Trophy Points:
      18
      We all knew, thanks for confirmation ;)

      About your dragon problem, you can set the beacon on him manually by unchecking the box of auto switch beacon of light for that fight. if you are fast enough you can do this only during day phase. nevertheless i leave it unchecked as i /focus tsulong and clear my target, only waiting for sunbreath to trigger all my cd's about 1-2 seconds before it. i have to admit that i do heal manually during sunbreath, so i just pause the cc cause in my mind it could heal more efficiently there. the cc just does not know it has to burst for 5 seconds. so it could start a divine light in 3rd second and it will heal if buff is gone instead of flash of light + holy shock or whatever which will give you about ten times of the amount healed.

      as you posted, the older version did not support tsulong, neither valithria (which it is not even now, only tsulong), as there was some kind of problem with programing i do not want to repeat here. so if you donate, it is able to heal tsulong. however, it might be more efficient to do it on your own.
       
      Last edited: Dec 19, 2012
    2. alaerwen

      alaerwen Member

      Joined:
      Jun 27, 2011
      Messages:
      294
      Likes Received:
      9
      Trophy Points:
      18
      haha :p well it was this major DB banwave yesterday.. ):
       
    3. crocodilul

      crocodilul New Member

      Joined:
      Oct 6, 2012
      Messages:
      154
      Likes Received:
      0
      Trophy Points:
      0
      hello. for protection there is any way to disable use of consecration on cd? and even light's hammer if is specced is used on cd, even on 1 mob.
       
    4. Jones2351

      Jones2351 Member

      Joined:
      Oct 1, 2012
      Messages:
      224
      Likes Received:
      1
      Trophy Points:
      18
      this is how most ppl felt alaerwen: YOU SNEAKY MOM ! - YouTube

      "You sneaky alaerwen!!"

      :D
       
    5. Zer

      Zer New Member

      Joined:
      May 13, 2011
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      0
      Hello! After testing for a long time private version cc, I noticed only one bug - very rare use divine protection. Also can offer only one option better - add an assignable focus control button, which will hammer of justice - the blinding light (if the distance) - repentance. Thanks for. this is amazing cc
       
    6. haxed

      haxed New Member

      Joined:
      Jan 15, 2010
      Messages:
      545
      Likes Received:
      1
      Trophy Points:
      0
      Not sure how many of you knew this, but the do not heal list was a little buggy in PVE and now it is working quite well.
       
    7. retlover

      retlover New Member

      Joined:
      Dec 15, 2012
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      Hey TuanHA!

      I was bored at work and digged a bit into the code base of the CC and I'm quite amazed. Well done Sir! :)



      Last night while I was doing some arena on my pally I found a few problems:

      1, It seems that it still casts HP generating moves during Holy Avenger when I have 3 or more HP instead of using TV.

      Found this code in the DivineStorm5HolyPower and the TemplarsVerdict5HolyPower methods:

      (Me.CurrentHolyPower == Me.MaxHolyPower ||
      Me.HasAura("Divine Purpose") ||
      Me.CurrentHolyPower == 3 &&
      Me.HasAura("Holy Avenger "))

      There is a space in the Me.HasAura("Holy Avenger ") and I think that it should be Me.CurrentHolyPower >= 3. I think that an extra pair of parenthesis around the new conditions wouldn't hurt. (not sure if really needed, I usually overuse parenthesis :) )

      The hopefully fixed version:
      (Me.CurrentHolyPower == Me.MaxHolyPower ||
      Me.HasAura("Divine Purpose") ||
      (Me.CurrentHolyPower >= 3 &&
      Me.HasAura("Holy Avenger")))

      2, The CC is not casting HotR in PvP to debuff enemies. I think that it's caused by a missing ! before this condition (in the HammeroftheRighteousRetArena method):
      Me.CurrentTarget.HasAura("Weakened Blows")
      I think that it would be a good idea to let the CC use HotR for debuffing melee outside of arena as well (in PvP).

      Not sure if the fixed code above is correct, can't try it because I'm at work and not sure if I'll get home anytime soon. I hope that they are and I could help fixing them faster(so you can have some well deserved sleeping.) :)
       
    8. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      Thank, im gonna fix the "Holy Avenger " typo.

      For weakened blow, I still think it worth on arena, on BG it all about "Who Burst Who" faster so I don't think we should add it.

      Edit: Fixed all problem just now with Ret.
       
      Last edited: Dec 19, 2012
    9. Alucardtnuoc

      Alucardtnuoc New Member

      Joined:
      Oct 20, 2012
      Messages:
      161
      Likes Received:
      0
      Trophy Points:
      0
      The thing is, i do have them set to 0, the problem is i never noticed the "crowd control" bit which the next person mentioned. Thank you for being a dick and not even quoting the right fix and then telling me "go first page"
      Thank you, i should have noticed this earlier and didn't. This will make it a lot better. Thanks.
       
    10. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      The new protection rotation don't require to save Consecration on add (MoP is different on Cata now), paladin have way more AoE spell to keep aggro so just use it when nothing else to do. If you still want to change it, find the <SConsecration>True</SConsecration> in an .xml file and change it to <SConsecration>False</SConsecration>

      For Light Hammer, there a lot of time it need to use on 1 mob (boss for example) and sometime it better use on 2 or more add... So i suggest you use it manually if you want (set use talent 90 on enemy to 0)

      The divine protection work fine for most ppl and don't work at all for some... but no log so far and I can't find out why.

      I've already have the function "use interrupt cooldown on focus only" on Cata CR, not sure if it worth bring back to MoP... let me thing if it really needed.
       
      Last edited: Dec 19, 2012
    11. sweetgeebus

      sweetgeebus New Member

      Joined:
      Dec 19, 2012
      Messages:
      2
      Likes Received:
      1
      Trophy Points:
      0
      Just sent in my donation. Can't wait to get the email!!

      Excellent product, my friend.
       
      Swizzie likes this.
    12. Blueing

      Blueing Member

      Joined:
      Mar 17, 2012
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      My Bot always breaks the Blinding Light CC with Judgement :/ .. can you fix that?
       
    13. fatto

      fatto New Member

      Joined:
      Mar 13, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      1
      Hello!

      So i've been using this with Recruit a friend annd im using it on the character that is following mine. ( Holy paladin and im a Warrior tank) Sometimes it wants to not heal, i do not know why, sometimes the bot just stand there casting nothing using nothing (and holy shock isnt even on CD) so i was wondering if this is common problem? or should this work with following 1 character and heal instances?

      Regards, fatto!
       
    14. rodxuxa

      rodxuxa New Member

      Joined:
      Oct 26, 2012
      Messages:
      102
      Likes Received:
      1
      Trophy Points:
      0
      Are you using Lazyraider? Partybot? As always im sure tuanha would love a Log!

      Im doing raf atm with a guardian and disc duo, using fpsware guardian and Kingwow for priest (on lazyraider autofollow around 10 yards). So far a few troubles here and there, depending on the navigation on the instance at hand (Scarlet new instances have more problems, uldaman stucks more, etc). When i started to use my dual monitors to only do that it helped tremendously, because when i noticed my priest stopped halfway i would backpedal a bit on my tank and the priest could send a bubble in.

      Hope i helped.
       
    15. fatto

      fatto New Member

      Joined:
      Mar 13, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      1
      Hello there! So im using combat bot as i said, but should i use lazyraider? is it better, cuz right now im only /follow <player> when im using combat bot....I'll try Lazyraider...Thanks!
       
    16. alaerwen

      alaerwen Member

      Joined:
      Jun 27, 2011
      Messages:
      294
      Likes Received:
      9
      Trophy Points:
      18
      tuanhaaaaaaaaaaaaaa tomorrow is the day we have been waiting for, the parasitic growthhhh day :DD going ambershaper hc tomorrow, will let u know how it turns out :)
       
    17. rodxuxa

      rodxuxa New Member

      Joined:
      Oct 26, 2012
      Messages:
      102
      Likes Received:
      1
      Trophy Points:
      0
      Oh dont use the /follow! No no dont do that.

      At the lazyraider bot config there's an option to auto follow the tank at X yards, so your bot char will follow the tank (in this case, you on another account) and execute it's CC when the tank meet it's target and enters combat.

      At least that's how im using, level 42 so far and much better than questbot/grindbot, even if i can only do it 3 nights a week.

      edit: edit to add that im only doing dungeons! Dunno how that works out there in the world.
      I use the Jamba addon so my tank share the quests to my healer.
       
    18. rosek

      rosek New Member

      Joined:
      Jun 19, 2012
      Messages:
      457
      Likes Received:
      3
      Trophy Points:
      0
      hey tuanha , i have big problems today on the last boss in heart of fear ...
      CR is healing soooo slow ... i think anything goes wrong...
      pls take a look @my log ... its only the last try of the boss ...
      i have restart wow , restart hb , restart my laptop
      all other bosses before works perfect !
      pls help


      View attachment 5224 2012-12-20 03.17.txt
       
      Last edited: Dec 19, 2012
    19. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      [02:20:03.794 D] [CGSpellBook::CastSpell] Override ID: 20925, KnownIndex: 64
      [02:20:03.807 N] 03:807 HP: 100% Mana: 84 (0 hp) Black Ox Statue 25.33y 91% hp Sacred Shield

      Hmm, I don't know why it try to sacred shield Black Ox Statue.

      I look at my code, it only try to Sacred Shield PLAYER. It work perfect before .521 unless new HB build API consider Black Ox Statue is a Player xD

      Let me find a way to work around this :D
       
    20. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      Ok guy, please update svn.

      New update fix/work around several issue:

      CR no longer attack unit have: Blinding Light, Polymorph: Black Cat, Polymorph: Pig, Polymorph: Rabbit, Polymorph: Turkey, Polymorph: Turtle

      Add all Monk statue to ignore heal list (for unknown reason, new HB "think" they are player xD)
       

    Share This Page