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

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

    1. Chewbaka

      Chewbaka New Member

      Joined:
      Aug 11, 2012
      Messages:
      111
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for updating the PR.

      Do you think you can support Lay on Hands teammate for the PR? You don't even know how many times we would have wiped if it wasn't for the bot's lay on hands on the old version.
       
    2. JSmall55

      JSmall55 New Member

      Joined:
      Jan 15, 2010
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      i will update this post as soon as US servers come back online. thank you for your input and i hope this fixes it.
       
      Last edited: Dec 4, 2012
    3. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      Yes it already there in the new svn update sir.

      Thank you for using my CR.
       
    4. ace99ro

      ace99ro Member

      Joined:
      Dec 6, 2011
      Messages:
      38
      Likes Received:
      0
      Trophy Points:
      6
      using latest update on the SVN , and for some reason i cannot set Eternal Flame Blanket Moder higher than 1HP , last night it worked , could set it 1-2-3-4-5 , now only wants 0 or 1
       
    5. alaerwen

      alaerwen Member

      Joined:
      Jun 27, 2011
      Messages:
      294
      Likes Received:
      9
      Trophy Points:
      18
      EDITED post to make it more clear,

      suggestions of adding:

      racial setting to change what mana % u wanna use arcane torrent or what hp % u wanna use gift of naaru etc etc

      only holy shock during divine plea (for those who actually raid hc and dont bother using that shitty glyph :p)

      also he seems to ignore having ress sickness, sometimes when my quest buddy gets stuck somewhere and takes ress sickness he keeps attacking and dies pretty hardtime.

      thanks! :)
       
      Last edited: Dec 4, 2012
    6. Chewbaka

      Chewbaka New Member

      Joined:
      Aug 11, 2012
      Messages:
      111
      Likes Received:
      0
      Trophy Points:
      0
      Thanks.

      I know it would make the GUI look a little more complicated, but have you thought about adding another NumericUpDown for Mana requirement?
       
    7. alaerwen

      alaerwen Member

      Joined:
      Jun 27, 2011
      Messages:
      294
      Likes Received:
      9
      Trophy Points:
      18
      whats a numericupdown? :D
       
    8. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      It is intended, I invent (just kidding) - I think the best setting for eternal blanket mode is to cast on 1 instead of 2 or 3 it a waste.

      CR routine now do more than just Eternal Blanketing mode, it the new hybrid mode. I test and find out you get more healing done with 1 HP on blanketing and 3 HP on WoG direct heal.

      So to help user get the most healing done and prevent not optimized setting, I limit it to 1.

      Edit: Just to clear with Eternal Blanket mode on, Combat Routine still use 3 holy power on Eternal Flame on tank or someone need heal badly so just don't worry, click raid setting and rock :D
       
      Last edited: Dec 4, 2012
    9. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      Can you explain more, that the NumericUpDown for Mana requirement used for?
       
    10. ace99ro

      ace99ro Member

      Joined:
      Dec 6, 2011
      Messages:
      38
      Likes Received:
      0
      Trophy Points:
      6
      ow oke i see , i reforged full haste now , to get the most out of the 1HP EF style , will post some reviews after tonite's raid
       
    11. alaerwen

      alaerwen Member

      Joined:
      Jun 27, 2011
      Messages:
      294
      Likes Received:
      9
      Trophy Points:
      18
      no........................................... dont do this
       
    12. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      TBH, I want power user get everything from CR but I also don't want to intimidate new user with 200 checkboxes and buttons :D

      The current CR use Arcane Torrent on 70% mana when you are in raid/dungeon and it work fairly reasonable. I know you can code, if you want to change it, just do
      Code:
      new Decorator(
                          ret =>
                          Me.Combat &&
                          THSettings.Instance.SRacial && Me.ManaPercent < 90 &&
                          SpellManager.HasSpell("Arcane Torrent") && SpellManager.HasSpell("Holy Insight") &&
                          (Me.CurrentMap.IsDungeon || Me.CurrentMap.IsRaid) &&
                          SpellManager.Spells["Arcane Torrent"].CooldownTimeLeft.TotalMilliseconds <= MyLatency,
                          new Action(delegate
                              {
                                  {
                                      Logging.Write("Arcane Torrent");
                                      CastSpell("Arcane Torrent", Me);
                                  }
                                  return RunStatus.Failure;
                              }))
      Also for divine plea, it all about save mana in PvE and please use Glyph of Mana Plea, it a 5 sec cast and CR can not cast Divine Light/FoL or anything during that time :D
       
    13. Mario27

      Mario27 Banned

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

      if you put eternal flame on 1 in the cc class it wil work it does it for me
       
    14. alaerwen

      alaerwen Member

      Joined:
      Jun 27, 2011
      Messages:
      294
      Likes Received:
      9
      Trophy Points:
      18
      i rewrote my post abit, hope that you could give it a quick look :p you dont actually need a checkbox for the divine plea, just add a "noheal" while having buff "Divine Plea", only use holy shock for maximizing holy powers,
      that glyph is mentally retarded to be honest. and yeah the arcane torrent i could change manually.
       
    15. Chewbaka

      Chewbaka New Member

      Joined:
      Aug 11, 2012
      Messages:
      111
      Likes Received:
      0
      Trophy Points:
      0
      Well currently, you have a NUD for each spell to say at what health to cast the heal spell. You could add another one next to that for each spell to say when your mana is greater than that value, but now that I think about it, it would require another health NUD to override the mana one.

      This would make the GUI look a little more complicated, but for people like who me that raid a lot, this kind of functionality would make the ultimate CC.

      Something like this:
      [​IMG]
       
    16. exdeus

      exdeus Banned

      Joined:
      Aug 18, 2012
      Messages:
      550
      Likes Received:
      2
      Trophy Points:
      18
      i'm allways first in all lfr raids....and far away....
       
    17. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      Well i think for 9 sec mana plea, just use hot key to pause the bot action... because add new logic that watch over mana plea - a spell you will only use once very 2 min - will actually slow down performance and hurt everybody :D

      What do you think of my suggestion?
       
    18. alaerwen

      alaerwen Member

      Joined:
      Jun 27, 2011
      Messages:
      294
      Likes Received:
      9
      Trophy Points:
      18
      well.. and then you would want a function to ignore the settings on tank i assume?
       
    19. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      I think i have solution for this WITH NO GUI.

      I have many hidden variable on the setting file. Just add those there, it don't bother normal user and give power user to config whatever they want.

      Please give me full detail on what spell, what percentage, what override... I think I can add to setting file and you are free to tweak it :D
       
    20. alaerwen

      alaerwen Member

      Joined:
      Jun 27, 2011
      Messages:
      294
      Likes Received:
      9
      Trophy Points:
      18
      well it's what ive been doing so far :p i also combine one of my plea's with a potion of focus, but i still want him to keep full uptime on holy shock, and you wouldnt even need a checkbox for this, and to be honest i had a even more complicated suggestion :D to make him only cast divine plea during hymn of hope, that one would require a checkbox or a "only in raid" code, something like:

      While I have divine plea buff: only cast holy shock(hardcoded)
      Use divine plea when i have buff Hymn of Hope (checkbox)

      this would not affect ppl using the casttime glyph, and it would only improve hps of ppl NOT using the glyph,
      i know this might be some complicated coding but it would increase raid performance ALOT for high-end raiders,
      I know in LFR mana is never a problem etc, because you never have to cast divine lights or such lol, atm im starting
      to get some mana problems in our HC modes ): and I have been disabling divine plea checkbox and doing it myself together
      with hymn of hope..


      also make bot idle during ress sickness :D ret bot goes around dying!
       
      Last edited: Dec 4, 2012

    Share This Page