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

The latest version doesnt work according to people, check the Synapse dk-thread and you'll see why.

latest version does not work because Weischbier is a uptight ******* **** ***** ****. Tyrael bot is no better then lazyraider though, it's more like raidbot with a GUI, so no real loss.
 
Last edited:
This CC only work with LazyRaider.
Bot Stopped! Reason: None Given
Changing current profile to Alterac Valley
Starting the bot!
Changing current profile to Alterac Valley
Changing current profile to Empty Profile
----------------------------------
Update Status on Bot Start
----------------------------------
Building Rotation base on current Talents and Glyphs......
----------------------------------
This CC only work with LazyRaider.
Bot Stopped! Reason: None Given


>>>> Cant do anything ! :s and i dont know why ?

You are using an very old version which released on 3 Oct. (On the old locked thread)

Can you please update to the NEW combat routine public released last week before making another post like this?

Post a invalid complain on a unsupported CR in a locked thread here is just a waste of every one time.

Thank you :D
 
Full log please? i think you are using a really old version? as i am pretty sure even the public release works with all botbase's except BGBUDDY.
No the public release support ALL botbases INCLUDING BGBuddy.

The VERY OLD VERSION which he's using don't have movement supported therefore it work with LazyRaider only.

How can I explain to him that he need UPDATE to the current version before posting an QQ lol
 
Last edited:
No the public release support ALL botbases INCLUDING BGBuddy.

The VERY OLD VERSION which he's using don't have movement supported therefore it work with LazyRaider only.

How can I explain to him that he need UPDATE to the current version before posting an QQ lol

Ah well, i was half right,lol
 
For the people that want to use Tyrael i removed the Blocking code from latest version 4.3, it's attached should work have not tested.

- Attachment removed at Tuanha's request.
 
Last edited:
For the people that want to use Tyrael i removed the Blocking code from latest version 4.3, it's attached should work have not tested.
@@, you are not supposed to publish another dev work, he's entitled and credit for his work, we must respect that.
 
I read a post about cr not healing on HoF Shek'zeer, but thought it was fixed. I can testify that after a minute or so, bot stops healing encounter. I tried with different bots, don't have log because it crashed when trying Tyrael.
 
I read a post about cr not healing on HoF Shek'zeer, but thought it was fixed. I can testify that after a minute or so, bot stops healing encounter. I tried with different bots, don't have log because it crashed when trying Tyrael.
Can you give me a list of bosses that we need to heal? Something like Tsulong so I can make a heal override code.

I don't have time to raid, coding take most my WoW time already :D

Thank for the help mnipper.
 
Can you give me a list of bosses that we need to heal? Something like Tsulong so I can make a heal override code.

I don't have time to raid, coding take most my WoW time already :D

Thank for the help mnipper.

Ive done almost all of them heroic this week, Shek'zeer was only issue I encountered.
 
This CR works just fine with Tyrael 4.3 botbase. It just doesn't support Tuanhas CRs. There's a difference.
And for the record, yes, Tyrael is alot better than Lazyraider.

Edit: Looking through the code i realize it looks like he would like it not to work with the CR, but it does.

Code:
if (Blacklisted.Contains(RoutineManager.Current.Name))
                {
                    MessageBox.Show(string.Format("Tyrael doesn't support paid or crap CRs! Use a better or free one. {0}", RoutineManager.Current.Name));
                    Logging.Write("Crap CR detected: {0} -- Tyrael will refuse to work!", RoutineManager.Current.Name);
                    return;
                }
 
Last edited:
Can you give me a list of bosses that we need to heal? Something like Tsulong so I can make a heal override code.

I don't have time to raid, coding take most my WoW time already :D

Thank for the help mnipper.
you dont have to heals shek?zeer ...
tsu long is the only boss u can heal
 
Hey tuanha,
Would you consider adding support for Sactified Wrath talent?

Not sure if you are aware of how it works so quick run down. (For ret, at least)
While Avenging Wrath is active it:
- Reduces the cooldown of Hammer of Wrath by 50
- Grants access to Hammer of Wrath at any mob health(normally < 20%)

The buff it gives you is called "Sanctified Wrath" with id 114232, so I guess you could just check for "if mob hp < 20% or player has buff 114232".

Anyway just thought I'd ask, cheers <3
 
Hey tuanha,
Would you consider adding support for Sactified Wrath talent?

Not sure if you are aware of how it works so quick run down. (For ret, at least)
While Avenging Wrath is active it:
- Reduces the cooldown of Hammer of Wrath by 50
- Grants access to Hammer of Wrath at any mob health(normally < 20%)

The buff it gives you is called "Sanctified Wrath" with id 114232, so I guess you could just check for "if mob hp < 20% or player has buff 114232".

Anyway just thought I'd ask, cheers <3
This is the full description of the talent:

Sanctified Wrath
Requires Paladin
Requires level 75
Avenging Wrath lasts 50% longer and grants more frequent access to one of your abilities while it lasts.

Holy
Reduces the cooldown of Holy Shock by 50%.

Protection
Reduces the cooldown of Judgment by 50%. Avenging Wrath also increases healing received by 20%.

Retribution
Reduces the cooldown of Hammer of Wrath by 50%.

Holy
Reduces the cooldown of Holy Shock by 50%: already supported


Protection
Reduces the cooldown of Judgment by 50%. Avenging Wrath also increases healing received by 20%: already supported


Retribution
Reduces the cooldown of Hammer of Wrath by 50%: : already supported
 
This is the full description of the talent:



Holy
Reduces the cooldown of Holy Shock by 50%: already supported


Protection
Reduces the cooldown of Judgment by 50%. Avenging Wrath also increases healing received by 20%: already supported


Retribution
Reduces the cooldown of Hammer of Wrath by 50%: : already supported

You forgot "Avenging Wrath lasts 50% longer and grants more frequent access to one of your abilities while it lasts."
Or more specifically "grants more frequent access to one of your abilities while it lasts"​ which is what I'm referring too.

A large part of the talent for ret is the fact that we can use Avenging Wrath at the start of a boss fight to enable the use of Hammer of Wrath.

I didn't mean to nitpick or offend you or whatever, just trying to help :)
I've even already changed it in mine, it looks like you had the code in there for it just for the wrong/(outdated?) buff

Just changed lines 2206 through 2208 of THCommon to
Code:
(Me.CurrentTarget.HealthPercent < 20 ||
Me.HasAura("Avenging Wrath") &&
SpellManager.HasSpell("Sanctified Wrath")) &&
 
Last edited:
04:401 HP: 93% Mana: 100 (0 hp) Ghost Iron Dragonling 14.8y 100% hp Judgment

Tried to kill a Alliances Dragonling :/ I know this is bot but can you add a ignore to CC? or no?
 
You forgot "Avenging Wrath lasts 50% longer and grants more frequent access to one of your abilities while it lasts."
Or more specifically "grants more frequent access to one of your abilities while it lasts"​ which is what I'm referring too.

A large part of the talent for ret is the fact that we can use Avenging Wrath at the start of a boss fight to enable the use of Hammer of Wrath.

I didn't mean to nitpick or offend you or whatever, just trying to help :)
I've even already changed it in mine, it looks like you had the code in there for it just for the wrong/(outdated?) buff

Just changed lines 2206 through 2208 of THCommon to
Code:
(Me.CurrentTarget.HealthPercent < 20 ||
Me.HasAura("Avenging Wrath") &&
SpellManager.HasSpell("Sanctified Wrath")) &&

No, I understand what you mean and also why i say it already supported.

Sanctified Wrath reduce Hammer of Wrath cooldown by 50% (3 sec instead of 6 sec)

The current combat routine WILL use Hammer of Wrath then the cooldown is back... so if 3 sec cooldown, it will cast at 3 sec internal...

But please keep in mind that for MAX DPS Retribution priority is:

Inquisition > Divine Storm/Templar's Verdict at 5 HolyPower > Hammer of the Righteous (if there are 4 or more unit) > Hammer of Wrath (you can read more in Retlover suggestion few page earlier)

So event if CR can cast Hammer of Wrath every 3 seconds, it will not cast if it can cast the more priority spells that give more dps.
 
Back
Top