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

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

    1. Mario27

      Mario27 Banned

      Joined:
      Jan 15, 2010
      Messages:
      6,336
      Likes Received:
      4
      Trophy Points:
      0
      i notice that to
       
    2. mnipper

      mnipper Member

      Joined:
      Feb 21, 2012
      Messages:
      248
      Likes Received:
      1
      Trophy Points:
      18
      If you tweak the settings a bit, you'll begin to find your Illuminated Healing goes up. This is very amazing to have in a real heroic raid, as chances are very good that your illuminated Healing shields will greatly increase your healing. As always, if you are running out of mana, your settings are too high. Having about 15k mana buffed is giving me more than enough.
       
    3. Veight

      Veight Member

      Joined:
      Jul 12, 2010
      Messages:
      248
      Likes Received:
      0
      Trophy Points:
      16
      Hey Tuanha, are your predictions reliable? Does it check to see how much healing is going out to the target from other healers? For example, if it sees that there is a renew or a rejuv on the target, will it not heal them because they are getting hots? I've just seen since the update people who are low (10-15%) and it holy shocks or heals someone else.

      Also, speaking of holy shock, does it at all heal smart? or does it just holy shock someone who doesn't have illuminated healing? I've just seen it cast a lot of times on random raid members instead of someone who is low on health.
       
    4. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Code:
      
      
              /// <summary>
              /// IsOverHeal bool to check for
              /// </summary>
              /// <param name="unit"> Unit to check for OverHeal</param>
              /// <param name="uppervalue">x % to count up on max health </param>
              /// <returns></returns>
              public static bool IsOverHeal(WoWUnit unit,double uppervalue = 0.0)
              {
                  const float maxH = 100f;
                  var curH = unit.HealthPercent;
                  var incH = unit.GetIncomingPercent(true);
      
      
                  //Equal or more then Current Health
                  if (curH >= maxH)
                      return true;
                  //CurrentHealth + Incoming Health > Higher then Max Health = Overheal
                  if (curH + incH > maxH + uppervalue)
                      return true;
                  return false;
              }
      
      
      For TuanHA, wrap it into a decorator/stopcasting method.
       
    5. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      I love you mirabis :D
       
    6. ryftobuddy

      ryftobuddy Banned

      Joined:
      Aug 19, 2011
      Messages:
      2,291
      Likes Received:
      34
      Trophy Points:
      0
      I am trying to solo old raids as ret right now, and I'm not healing at all. I have flash of light set to be used at below 50% and and word of glory below 75% and it doesn't heal at all besides using lay on hands. I have tried in raid, dungeon and solo and no healing in any of them.

      Any ideas?
       
    7. Veight

      Veight Member

      Joined:
      Jul 12, 2010
      Messages:
      248
      Likes Received:
      0
      Trophy Points:
      16
      Not sure about the public version, but the donator version heals me while I use the quest setting and it heals me fine. You could also try deleting your settings file in the routine folder. That might fix it.
       
    8. Insanityy

      Insanityy New Member

      Joined:
      Feb 4, 2013
      Messages:
      240
      Likes Received:
      2
      Trophy Points:
      0
      hey @tuanha do you think you would be able to make a warlock one? i know its a huge ask (well atleast i think so) but i would defenatly donate and im sure alot of other people would
       
    9. Underpants

      Underpants New Member

      Joined:
      Oct 1, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Hi TUANHA i have one question about your cc why can i not use trinkets they are grayed out

      I bet this has been answered somewere in this thred but with 282 posts :D i dont have a week to read through them all

      Thanks from a happy holy pali love this cc
       
    10. mnipper

      mnipper Member

      Joined:
      Feb 21, 2012
      Messages:
      248
      Likes Received:
      1
      Trophy Points:
      18
      All features are not available in free edition.
       
    11. ace99ro

      ace99ro Member

      Joined:
      Dec 6, 2011
      Messages:
      38
      Likes Received:
      0
      Trophy Points:
      6
      any luck with this ? or is it hard to implement ?
       
    12. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      I required whole structure recode... I take time but I'm already start working on it man.
       
    13. macVsog

      macVsog New Member

      Joined:
      Dec 14, 2012
      Messages:
      142
      Likes Received:
      3
      Trophy Points:
      0
      TuanHA, would it be possible to add this to your cleanse debuff list? This is the fear the Zandalari Warbringer does.

      Debuff Name: Horrific Visage
      Spell ID: 138040
      Dispel Type: Magic
      Effect #2: Apply Aura: Fear
       
    14. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      Just added to Monk and Paladin DebuffCCleanseASAP list
      this:
      138040, //Horrific Visage - Thank macVsog
       
    15. GIVEMEANAME

      GIVEMEANAME Active Member

      Joined:
      Dec 17, 2010
      Messages:
      1,533
      Likes Received:
      14
      Trophy Points:
      38
      any one know why lazyraider and this cc initialised - but actually did nothing ?

      yet i loaded vanguard cc and it all worked perfect >.<

      apologies if ive noobed, but used it with prot earlier and it was ZOMG

      *someone able to send me a pm with the "special edition" info ?
       
      Last edited: Apr 7, 2013
    16. Mario27

      Mario27 Banned

      Joined:
      Jan 15, 2010
      Messages:
      6,336
      Likes Received:
      4
      Trophy Points:
      0
      no the special edition u need to pay for we dont give the info away u need to login with an username and password
       
    17. GIVEMEANAME

      GIVEMEANAME Active Member

      Joined:
      Dec 17, 2010
      Messages:
      1,533
      Likes Received:
      14
      Trophy Points:
      38
      yes, hence why im asking for INFO ON HOW TO GET IT

      derp
       
    18. klokeloke

      klokeloke New Member

      Joined:
      Mar 20, 2010
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      Could anyone send me the info on how to get the special edition? :O
      Thanks in advance
      - Klokeloke
       
    19. Mario27

      Mario27 Banned

      Joined:
      Jan 15, 2010
      Messages:
      6,336
      Likes Received:
      4
      Trophy Points:
      0
      i mis under stood i trought u wanted info for free why say derp as u can see im from the netherlands my english understanding isnt perfect.

      i trought u wanted free info because of this


      *someone able to send me a pm with the "special edition" info ? no one can send the info with the special edition thats what i trought
       
    20. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Klokeloke, and others,

      BosslandGmbH does not allow advertising of third-party offerings in its forums. That's why the information is not overt. This is not to be mean, but for legal protection of both BosslandGmbH and the third-party authors.

      The common way most people find what they seek is...
      to either do a Google search (usually on the author's name), or PM the author (Tuanha, in this case) and have him send you the details for visiting his site.

      cheers,
      chinajade
       

    Share This Page