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 Druid - The Ultimate Experience

Build 5.4.5369
Interrupt logic rewritten, using a random percent cast time to interrupt instead of time delay based interrupt and it getting a lot better!
Improve Performance
 
Tuanha,

What is the priority for symbiosis? Meaning which classes does it choose from first.
This is for the premium version as a Boomkin. It seems strange for BG's, it chose a priest to get mass dispel over a warlock. Or could we get a setting to choose which classes we want to put symbiosis on?

Thanks for all your hard work!
 
Symbiosis priority is:

1. Your target (if he's in your group, not yet get symbiosis by other druid)
2. If you don't have target, target already hot symbiosis by other druid, not in line of sight... then it use the following order
private static int SymbiosisOrder(WoWUnit target, int spec)
{
if (spec == 1) //Balance
{
switch (target.Class)
{
case WoWClass.Warlock:
return 1;
//break;
case WoWClass.Paladin:
return 2;
//break;
case WoWClass.DeathKnight:
return 3;
//break;
case WoWClass.Rogue:
return 4;
//break;
case WoWClass.Priest:
return 5;
//break;
case WoWClass.Monk:
return 6;
//break;
case WoWClass.Shaman:
return 7;
//break;
case WoWClass.Mage:
return 8;
//break;
case WoWClass.Warrior:
return 9;
//break;
case WoWClass.Hunter:
return 10;
//break;
}
}

if (spec == 2) //Feral
{
switch (target.Class)
{
case WoWClass.Shaman:
return 1;
//break;
case WoWClass.Monk:
return 2;
//break;
case WoWClass.Paladin:
return 3;
//break;
case WoWClass.Priest:
return 4;
//break;
case WoWClass.Warrior:
return 5;
//break;
case WoWClass.Mage:
return 6;
//break;
case WoWClass.Warlock:
return 7;
//break;
case WoWClass.Rogue:
return 8;
//break;
case WoWClass.DeathKnight:
return 9;
//break;
case WoWClass.Hunter:
return 10;
//break;
}
}

if (spec == 3) //Guardian
{
switch (target.Class)
{
case WoWClass.DeathKnight:
return 1;
//break;
case WoWClass.Rogue:
return 2;
//break;
case WoWClass.Monk:
return 3;
//break;
case WoWClass.Warrior:
return 4;
//break;
case WoWClass.Priest:
return 5;
//break;
case WoWClass.Shaman:
return 6;
//break;
case WoWClass.Paladin:
return 7;
//break;
case WoWClass.Mage:
return 8;
//break;
case WoWClass.Warlock:
return 9;
//break;
case WoWClass.Hunter:
return 10;
//break;
}
}


if (spec == 4) //Resto
{
switch (target.Class)
{
case WoWClass.Mage:
return 1;
//break;
case WoWClass.Priest:
return 2;
//break;
case WoWClass.Hunter:
return 3;
//break;
case WoWClass.DeathKnight:
return 4;
//break;
case WoWClass.Monk:
return 5;
//break;
case WoWClass.Warrior:
return 6;
//break;
case WoWClass.Rogue:
return 7;
//break;
case WoWClass.Shaman:
return 8;
//break;
case WoWClass.Paladin:
return 9;
//break;
case WoWClass.Warlock:
return 10;
//break;
}
}
return 11;
}

TLDR: if you need Symbiosis a specific class, just target him on arena/bg start if you dont target anyone it will auto Symbiosis someone in the above priority
 
Build 5.4.5372 (live on download version, waiting for approval on store version)

In Arena/Battle Ground, when you are not moving, Balance will focus on Single target rotation more and will try dot everything less that to ensure you can burst down your current target faster.
 
tuanha
thank you for great work
this routine doing almost all the job in raids. I even can slack for several minutes if I want so o_O

I want to ask - will you have free edition on WoD and pre-WoD patch?
thanks again
 
how i turn off the aoe rotation?i have auto aoe unchecked and the routine keep apply dots on multi targets...
 
If this is a free version why do we have to log into the dam store to get that version why cant you just post it here like before? Plus the store wont recongnize my login info to get the free version so plz put all your free versions back into this site not the store like it was before.
Probably to make it harder for *****ed versions to run good plugins/cr/etc and to make the distribution on updates easier as they get streamed to the client in addition to prevent abuse from the developer as every release has to get reviewed.

The store login isn't the same as your forum login, its the Buddyauth login that you also have to use when you want to kill your session.
 
I can not get the file via the buddy store. I click purchase for free and it never adds to my cart?
 
Quick straight question, for feral:

Does it have support for the "Rune of Re-Origination" trinket? For example, if i go for Mastery, when it procs my mastery will be REALLY HIGH, so it activates Tiger's Fury and refresh all my dots, doing some ridiculously high damage =) (key stuff to make 500k+ constant SINGLE TARGET DPS as Feral, with 580+ gear).
 
Hello TuanHA

Is it possible to buy only this profile on your site ?

sorry, I speak little English
 
Hello, i buy TuanHA Druid (All Current and Future Combat Routines Package) and i receveive only druid package.. i understand why i do ave all package?
Thank ,
 
Build 5.4.5375
Fix Critical Bug that doesn't recognized Tyrael (BuddyStore version) is a non-afk bot and cause many weird issue including targeting logic and rotation logic.
Improve Performance.

Please be advised that the change is live on my website combat routine download, you just need to run an SVN Update.
The store version is waiting for HB Staff Approval and it may required up to 1 day to stream to user.
 
Quick straight question, for feral:

Does it have support for the "Rune of Re-Origination" trinket? For example, if i go for Mastery, when it procs my mastery will be REALLY HIGH, so it activates Tiger's Fury and refresh all my dots, doing some ridiculously high damage =) (key stuff to make 500k+ constant SINGLE TARGET DPS as Feral, with 580+ gear).
It have support code for Rune of Reorigination and Ticking Ebon Detonator my friend xD
 
Hello, i buy TuanHA Druid (All Current and Future Combat Routines Package) and i receveive only druid package.. i understand why i do ave all package?
Thank ,
I hope it fixed soon but if you still have problem in next few hour, please email me.

Sorry for inconvenience.
 
If this is a free version why do we have to log into the dam store to get that version why cant you just post it here like before? Plus the store wont recongnize my login info to get the free version so plz put all your free versions back into this site not the store like it was before.
There actually 3 version, updating at the same time (lol that put me A LOT more work tbh)

The website paid version.
The website free version
The store free version.
(Coming in Nov before WoD Release) The store paid version.

That up to you to choose which version you want, they are basically the same (the website paid version have few more option and advanced code through)

If you have trouble getting the store free version, just google my website and download website free version instead.

Thank you :D
 
Last edited:
Where do I download it? When I clock "Free" it doesn't worwnload. I logged in etc. But it just never starts to download. Seems like the link is broken or something?
 
Where do I download it? When I clock "Free" it doesn't worwnload. I logged in etc. But it just never starts to download. Seems like the link is broken or something?


Just add it from the store, log onto your druid, itll ask you what routine youll like to use and you can select his routine
 
Back
Top