What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

TuanHA Shaman - The Ultimate Experience

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?
 
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.
 
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 ?
 
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.
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
 
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...
 
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.
 
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
 
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

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.
 
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.
 
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

This works very well. Been doing wsg and twin peaks with that feature.
 
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)
 
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
 
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)
 
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
 
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

Will you put that into the other routines as well? That would be awesome.
 
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?
 
Back
Top