• Visit Rebornbuddy
  • TuanHA Shaman - The Ultimate Experience

    Discussion in 'Archives' started by tuanha, Aug 3, 2013.

    1. Frayman

      Frayman Member Legendary

      Joined:
      Apr 5, 2013
      Messages:
      817
      Likes Received:
      16
      Trophy Points:
      18
      Hey I have a problem because im an SVN noob..I currently have tortoise 1.7 and tried upgrading to 1.8 to be able to use your newest versions and it tells me I need to update to working copy , but I don't know how the heck to do that ..and 1.8 version isn't updating any of my CR's ..so I uninstalled 1.8 and went back to my old svn version that worked before ..but I cant get your newest CR's to update ..any suggestions?
       
    2. lckwjl

      lckwjl New Member

      Joined:
      Jun 4, 2012
      Messages:
      674
      Likes Received:
      2
      Trophy Points:
      0
      searing totem spam
       
    3. Kidkaddy

      Kidkaddy New Member

      Joined:
      Feb 12, 2013
      Messages:
      101
      Likes Received:
      0
      Trophy Points:
      0

      This is a problem as a healer
       
    4. Brockaz

      Brockaz New Member

      Joined:
      Dec 1, 2012
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      0
      I've recently dinged 90. Using this CR in PvE, Lightning Bolt seemed to work fine, cast when moving.
      However, I've now changed to the PvP preset to try and gear up in PvP, and the CR doesn't seem to want to cast Lightning bolt while moving. I am having to stand still until it starts to cast then move, or cast it manually.
       
    5. nvmax

      nvmax Member

      Joined:
      Oct 31, 2012
      Messages:
      116
      Likes Received:
      0
      Trophy Points:
      16
      OK dont know what changed but the CR doesnt continue queueing up for random battle grounds at all... it goes for 1 game then when it gets out it doesnt queue up again it just sits there does nothing, I thought it was the bot not the CR but when I select singular it works fine.

      What gives ?
       
    6. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      In PvP Enh not suppose to use Lightning Bold, it consume the Maelstrom charge which should use for instant hex/heal.

      If you still want to use it, check the Lightning Bolt in Enh tab, that so easy to understand :D
       
    7. nvmax

      nvmax Member

      Joined:
      Oct 31, 2012
      Messages:
      116
      Likes Received:
      0
      Trophy Points:
      16
      any word on why it just randomly stops after a bg ? doesnt queue up just sits down and never does anything till you move your character...
       
    8. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      IDK, i didn't test afk bg today yet :D
       
    9. lckwjl

      lckwjl New Member

      Joined:
      Jun 4, 2012
      Messages:
      674
      Likes Received:
      2
      Trophy Points:
      0
      Any thoughts on enh vs ele for 5.4. I know the obvious thought process is that enh is getting nerfed bad--while ele is around the same as it has been; however enh burst is still good and may make it better for arena. I cant decide between the two honestly.
       
    10. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      I just added Auto Pickup/Return WSG/TP Flag into code.

      The main reason is the awesome plugin once work wonder have gone so I make one. I don't know how to make a plugin (and plugin will be disable by botbase LazyRaider/Tyrael) so I build it into CR. It work faster than plugin, return flag before you can see it. >.<

      That idea I borrow from Maddog - credit it to him and improve it a bit.

      CR not only return flag when enemy drop but also pickup flag that drop by friend and have a better time search delay too.

      Please update and enjoy.

      Just got 6 flag return in last warsong, Frenzied Defender achievement is not hard xD

      Note: You need to check enable Auto Pickup/Return Warsong/Twin Peak Flag in order to enable it, it disabled by default
       
    11. Brockaz

      Brockaz New Member

      Joined:
      Dec 1, 2012
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      0
      Sorry, forgot to state that I'm using Ele.

      Also, if you have it checked to Healing Surge myself at 30% or below, it seems to Healing Surge others. I have made sure this box is unchecked. Spends a lot of time not actually attacking the target.
       
    12. Arcamean

      Arcamean New Member

      Joined:
      Oct 21, 2011
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      It doesn't seem to make liberal use of Searing totem for raid or dungeon settings. Other times such as in groups of 5+ Spamming Chain Lightning returns 10-15k better dps than mixing at least for me right now.
       
    13. lckwjl

      lckwjl New Member

      Joined:
      Jun 4, 2012
      Messages:
      674
      Likes Received:
      2
      Trophy Points:
      0
      This works very well. Been doing wsg and twin peaks with that feature.
       
    14. sk1n

      sk1n Member

      Joined:
      Mar 29, 2010
      Messages:
      111
      Likes Received:
      1
      Trophy Points:
      18
      Hey TuanHA,

      Is there a way to make it so the shaman CR, does not auto attack when you click on a hostile target?, Like the DK version it won't auto attack unless I attack it. (even with auto attack unchecked etc it still does w/ the shaman)
       
    15. nvmax

      nvmax Member

      Joined:
      Oct 31, 2012
      Messages:
      116
      Likes Received:
      0
      Trophy Points:
      16
      fix for the bug with afk bg'ing... autoit script

      Ok revised code:

      Code:
      WinWaitActive("World of Warcraft")
      
      HotKeySet("{insert}", "TogglePause")
      HotKeySet("!{insert}","Quit")
      Dim $Paused
      
      TogglePause()
      While 1
      Start()
      WEnd
      
      func Start()
      ToolTip('AntiAFK started.',0,0)
      Sleep(1000)
      ToolTip("")
      While 1
      Send("{UP}")
      Sleep(Random(120000,240000))
      WEnd
      EndFunc
      
      Func TogglePause()
      $Paused = NOT $Paused
      While $Paused
      WEnd
      Start()
      EndFunc
      
      func Quit()
      Exit
      EndFunc
       
    16. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      Update AoE issue on all 3 spec
      Add Auto Focus (That a must for Hexing healer in PvP)
      Add: Attack Out Combat (CR will not start attack out of combat if option not enabled)
       
    17. Tessius

      Tessius Member

      Joined:
      Aug 28, 2011
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      6
      as an enhancement shaman leveling i notice a few ...quirks it will pull via lightning bolt and run to target for melee strike, an option to choose to body pull, or shock or cast pull(with spell ofr choice or auto detection for chain lightnin or lightning bolt would be a great addition) otherwise performance is superb so far
       
    18. Mario27

      Mario27 Banned

      Joined:
      Jan 15, 2010
      Messages:
      6,336
      Likes Received:
      4
      Trophy Points:
      0
      there isnt a option eneble framelock or uncheck it like the other ones?
       
    19. Markeen

      Markeen Member

      Joined:
      Oct 14, 2012
      Messages:
      153
      Likes Received:
      3
      Trophy Points:
      18
      Will you put that into the other routines as well? That would be awesome.
       
    20. sk1n

      sk1n Member

      Joined:
      Mar 29, 2010
      Messages:
      111
      Likes Received:
      1
      Trophy Points:
      18
      Thanks for adding the out of combat option, but now it seems even with having 'Auto Move' unchecked it still auto moved.. anyone else having this problem?
       

    Share This Page