• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • TuanHA Death Knight- The Ultimate Experience

    Discussion in 'Archives' started by tuanha, Dec 24, 2012.

    1. ginuwine12

      ginuwine12 New Member

      Joined:
      Feb 12, 2013
      Messages:
      621
      Likes Received:
      6
      Trophy Points:
      0
      like it
       
      Last edited: Jun 28, 2013
    2. imdasandman

      imdasandman Active Member

      Joined:
      Feb 2, 2011
      Messages:
      1,207
      Likes Received:
      6
      Trophy Points:
      38
      Post your log otherwise he cannot help you.
       
    3. Tumzie

      Tumzie Member

      Joined:
      Feb 16, 2013
      Messages:
      341
      Likes Received:
      3
      Trophy Points:
      18
      Can anyone help me to get my low level DK to use Death Siphon over any other skill? It deals way more damage at lower levels than any other skill.
      (700 obliterate vs. 4000+ Death Siphon)

      Yours faithfully,

      Tumzie
       
    4. rogurogu

      rogurogu New Member

      Joined:
      Jul 10, 2011
      Messages:
      113
      Likes Received:
      0
      Trophy Points:
      0
      I'm not sure if Tuanha likes if you customize the routine as it might cause some errors and I'm not sure if the customizations I'd suggest will cause the routine to use death siphon whenerver possible... but anyways, here you go:

      search for the file THCommon.cs, then open it using any editor. There you can find this part:

      Code:
              private static Composite DeathSiphon()
              {
                  return new Decorator(
                      ret =>
                      THSettings.Instance.HealAttack &&
                      MeCombat &&
                      //!Casting() &&
                      Me.HealthPercent <= THSettings.Instance.HealAttackHP &&
                      SpellManager.HasSpell("Death Siphon") &&
                      CurrentTargetAttackable(30) &&
                      FacingOverride(Me.CurrentTarget) &&
                      SpellManager.CanCast("Death Siphon"),
                      new Action(delegate
                          {
                              //Logging.Write(LogLevel.Diagnostic, "DeathSiphon");
                              SafelyFacingTarget(Me.CurrentTarget);
                              CastSpell("Death Siphon", Me.CurrentTarget);
                          }));
              }
      if you now remove the "Me.HealthPercent <= THSettings.Instance.HealAttackHP &&" part the routine should use death siphon regardless your current HP.


      If it still doesn't use Death Siphon whenever possible, you might need to edit the priority list.

      If you open the THFrost.cs file and search for "Death Siphon" you will find a list of spells. Changing the position of Death Siphon inside this list should change its priority. Maybe you should put it right below AttackASP, I don't know.


      Disclamer: Before doing any of these changes make sure to create a backup of the files. I'm not very experienced when it comes to coding and everything I just told you might be completely bullsh**.

      And @TuanHa: If you want me to delete this post, I will :)
       
    5. Tumzie

      Tumzie Member

      Joined:
      Feb 16, 2013
      Messages:
      341
      Likes Received:
      3
      Trophy Points:
      18
      I don't think he should dislike this. There's alot of low level DK's that would benefit greatly from prioritizing Death Siphon over any other damaging spell/skill.
       
    6. rogurogu

      rogurogu New Member

      Joined:
      Jul 10, 2011
      Messages:
      113
      Likes Received:
      0
      Trophy Points:
      0
      Well, I don't even know if it works
       
    7. Tumzie

      Tumzie Member

      Joined:
      Feb 16, 2013
      Messages:
      341
      Likes Received:
      3
      Trophy Points:
      18
      If it doesn't, then TuanHA should figure out a way to get it to work, cause it's s?ch a dps improvement!
       
    8. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      If you want to use death siphon whenever possible, set "Conversion/Death Pact/Siphon Heal Myself When My HP Below" to 100 (because your hp always <= 100 - Me.HealthPercent <= THSettings.Instance.HealAttackHP)

      Death Siphon already on a very high priority, above outbreak, plague strike, howling blast, obliterate, frost strike...
       
    9. rogurogu

      rogurogu New Member

      Joined:
      Jul 10, 2011
      Messages:
      113
      Likes Received:
      0
      Trophy Points:
      0
      oops, my fault. thought it was Me.HealthPercent < THSettings.Instance.HealAttackHP and the routine would therefore not use it unless you lose atleast 1% hp.

      Thanks for making it clear tuanha :)
       
    10. secretchipmonk

      secretchipmonk Banned

      Joined:
      Jun 2, 2013
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      6
      could someone with a really good setting for the paid version PM me there setting its hard to get it rite yes ive paid
       
    11. er1c

      er1c New Member

      Joined:
      Aug 13, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      how long for the "rewrite" you mentioned? disease uptime for unholy during pvp situations seems a bit low n sometimes dps is iffy to but then other times i can land a kill in 7 secs lol
       
    12. face21

      face21 Member

      Joined:
      Jan 14, 2011
      Messages:
      422
      Likes Received:
      4
      Trophy Points:
      18
      why is it, that some abilities are greyed out and cant be selected, the only way i could get them checked off is to select a premade thing (fullafk,quest,pvp,raid,dungeon)
       
    13. imdasandman

      imdasandman Active Member

      Joined:
      Feb 2, 2011
      Messages:
      1,207
      Likes Received:
      6
      Trophy Points:
      38
      Because you are using the free public edition.
       
    14. imdasandman

      imdasandman Active Member

      Joined:
      Feb 2, 2011
      Messages:
      1,207
      Likes Received:
      6
      Trophy Points:
      38
      What spec and for what pve or pvp
       
    15. secretchipmonk

      secretchipmonk Banned

      Joined:
      Jun 2, 2013
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      6

      Frost and Unholy both PvE thanks if u can do this
       
    16. wizardslayer

      wizardslayer Member

      Joined:
      Nov 3, 2010
      Messages:
      325
      Likes Received:
      0
      Trophy Points:
      16
      What does it spam WoW chat "Burst Mode OFF" constantly?
       
    17. emmark

      emmark Member

      Joined:
      Apr 28, 2010
      Messages:
      257
      Likes Received:
      1
      Trophy Points:
      18
      Got the bot running and when in combat the game spams the error "No Depleted Runes".
      Anyone know what ability that is, so I can disable the use of it?

      Can't provide a log right now, will append one tomorrow when the bot has run its course.

      Update: logs attached from the bots run during the night.
       

      Attached Files:

      • Logs.zip
        File size:
        277.5 KB
        Views:
        20
      Last edited: Jul 1, 2013
    18. Impunity

      Impunity New Member

      Joined:
      Jan 7, 2011
      Messages:
      119
      Likes Received:
      0
      Trophy Points:
      0
      Just went 26-3 with unholy spec and a mw monk partner. we finished the day off at 1750! Excited to see if we can go much farther. Great work Tuanha!
       
    19. helmer

      helmer New Member

      Joined:
      Jun 5, 2012
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      1
      is this with the paid version ? because I can't get the free version to work in arena
       
    20. weasleish

      weasleish Member

      Joined:
      May 31, 2013
      Messages:
      142
      Likes Received:
      5
      Trophy Points:
      18
      Same, every time i run it in Arena it just either doesn't attack, or act's like complete dogshit. Singular works better in Arena...
       

    Share This Page