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

TUANHA PALADIN ? The Ultimate Experience

Status
Not open for further replies.
Thanks for the Info, it's a hard need, or maybe "you" lose your place in the rbg team.

I hope it's ok for some brainstorming Ideas. I don't know if you plan "special config sets" for special (r)bg's ... would be nice. ;)

like this, Battleground: Temple of Katmogu
- It is possible to remove automatically the "Hand of Protection", or better, make a check like "IF (FriendlyTargetNeedProtection == HasMoguArtefacts) THEN (DO noting OR TryToHeal)". When you give a HoP then this target lose the Moguartefact, and thats a big fail. For the Moment I deactivate the HoP manually at the begin of the (r)bg and activate it after the (r)bg.
- A Player with a Moguartefact have more DMG income, is there a small priority rule possible or so?

... just brainstorming, thanks.

Had this same problem so i adjusted it to 0% and just manually did it. thanks tuanha this cc is boss cant wait for advanced feats for arenas cant wait to get my 2.2k rating with it
 
The new version does not work :-((

[20:01:06.301 D] Aktivit?t: Initialisierung: Flugrounten

[20:01:06.343 D] Aktivit?t: Initialisierung: Routinen

[20:01:06.344 D] Reloading AssemblyLoader<ICombatRoutine> - [RoutineManager] ReloadRoutineAssemblies called.
[20:01:07.633 D] [RoutineManager] Routines have been reloaded. Current class-specific list:
[20:01:07.633 D] Singular v3 v2.5.6441.507
[20:01:07.633 D] TuanHA Holy Paladin v0.0.0.0
[20:01:10.606 N] Hello Human Paladin
[20:01:10.606 N] Thank you for using TuanHA Holy Paladin
[20:01:10.606 N] This CC is for use with LazyRaider only!


And than Honorbuddy crash


Also on an new installation!!
 
Maybe this could help: Check the instructions with the blue text. Notice: Combat Routines move to a new location, download the new .zip file before performing SVNUpdate.


i using Honorbuddy first 4 Days,
i put the Routines from first day
in the folder /Honorbuddy/Routines/Tihuana/(.cs Files...) ^^


BUT THe Problem is i don?t know the Passwort and Username i need for the SVN

Why has Tuahan an accesscontrol?

the other Routines / profiles not have an accescontrol
 
Last edited:
The new version does not work :-((

[20:01:06.301 D] Aktivit?t: Initialisierung: Flugrounten

[20:01:06.343 D] Aktivit?t: Initialisierung: Routinen

[20:01:06.344 D] Reloading AssemblyLoader<ICombatRoutine> - [RoutineManager] ReloadRoutineAssemblies called.
[20:01:07.633 D] [RoutineManager] Routines have been reloaded. Current class-specific list:
[20:01:07.633 D] Singular v3 v2.5.6441.507
[20:01:07.633 D] TuanHA Holy Paladin v0.0.0.0
[20:01:10.606 N] Hello Human Paladin
[20:01:10.606 N] Thank you for using TuanHA Holy Paladin
[20:01:10.606 N] This CC is for use with LazyRaider only!


And than Honorbuddy crash


Also on an new installation!!
Maybe this could help: Check the instructions with the blue text. Notice: Combat Routines move to a new location, download the new .zip file before performing SVNUpdate.

That's the old Svn, u've to download the new zip file for the new one.
 
bei mir kommt immer der typeninitialisierer f?r " " hat eine ausnahme verursacht honorbuddy, wie kann ich das beheben?
 
The cc attempts to cleanse death knight debuffs / dots unsuccessfully until out of mana.

Just a heads up. Not sure if anyone else has seen this issue, Thanks for your hard work.
 
What is happening ? i mounted up and dmg myself with Fall dmg to 10% still dont heal
 
TUANHA - You know I love your CR's - I am a proud donor!

I took my 461 Pally LFR today - all gems and enchants.

Tons of manna issues even with PVE save Manna enabled + 1000 Spirit Flask.

Are you guys pausing lazyraider when the raid or tanks look good?

Need some tips/tweeks...

I know we are awaiting a new release, but in the mean time are you guys have manna issues?
 
For some reason, this CC is forcing me to cast Righteous Fury (which is an issue in dungeons/raids/etc). I don't see any checkbox for it in the settings where you can turn on/off spells to use. When I turn it off, the CC turns it back on instantly. Can someone please help me get this to turn it off?
 
TUANHA - You know I love your CR's - I am a proud donor!

I took my 461 Pally LFR today - all gems and enchants.

Tons of manna issues even with PVE save Manna enabled + 1000 Spirit Flask.

Are you guys pausing lazyraider when the raid or tanks look good?

Need some tips/tweeks...

I know we are awaiting a new release, but in the mean time are you guys have manna issues?

i have a little higer ilevel now, but i have not yet reforged, enchanted or gemmed yet and only run close to OOM on last boss, i do have 750 spirit bottle
i use PvE save mana, disable all cleansing (i do manual if needed) and lower king to 40%, thats all
 
For some reason, this CC is forcing me to cast Righteous Fury (which is an issue in dungeons/raids/etc). I don't see any checkbox for it in the settings where you can turn on/off spells to use. When I turn it off, the CC turns it back on instantly. Can someone please help me get this to turn it off?

yeah, its the only thing anoying to me to, i kept on getting aggro from bosses in some PvP, but there is an easy fix for now, till maybe Tuanha implements the switch to turn it off in GUI ;)

edit THPCombat.cs with notepad

search for fury

you get here:

new Decorator(
ret =>
!Me.HasAura("Righteous Fury") &&
(!Me.IsInInstance || Me.CurrentMap.IsArena || Me.CurrentMap.IsBattleground) &&
!CastingorGCDL(),
new Action(delegate { CastSpell("Righteous Fury", Me); })),
new Decorator(
ret =>
Me.HasAura("Righteous Fury") &&
(Me.CurrentMap.IsDungeon || Me.CurrentMap.IsRaid) &&
!CastingorGCDL(),
new Action(delegate { Lua.DoString("CancelUnitBuff(\"Player\",\"Righteous Fury\")"); }))

change into:

new Decorator(
ret =>
!Me.HasAura("Righteous Fury") &&
(!Me.IsInInstance) &&
!CastingorGCDL(),
new Action(delegate { CastSpell("Righteous Fury", Me); })),
new Decorator(
ret =>
Me.HasAura("Righteous Fury") &&
(Me.CurrentMap.IsDungeon || Me.CurrentMap.IsRaid || Me.CurrentMap.IsBattleground || Me.CurrentMap.IsArena) &&
!CastingorGCDL(),
new Action(delegate { Lua.DoString("CancelUnitBuff(\"Player\",\"Righteous Fury\")"); }))

Fury gone, and if its up somehow, it clears it automaticly :cool:
 
I dont know what you guys are talking about. I am 460 item level holy pally , i top every raid in heals, never have mana issues. Try not to adjust any settings, the defult settings are great. Also, for pvp it works great. I can only assume your computer is lagging, or your running other plug ins with this CC. Run it alone, no plug ins at all. Works 100% great!
 
For some reason, this CC is forcing me to cast Righteous Fury (which is an issue in dungeons/raids/etc). I don't see any checkbox for it in the settings where you can turn on/off spells to use. When I turn it off, the CC turns it back on instantly. Can someone please help me get this to turn it off?
Thank you for reporting.

I found a bug, gonna fix it soon.

Sorry for inconvenience.

TuanHA
 
Last edited:
it only cast righteous Fury for pvp as it should. Use another setting like Raid fast or raid save mana.
 
TUANHA - You know I love your CR's - I am a proud donor!

I took my 461 Pally LFR today - all gems and enchants.

Tons of manna issues even with PVE save Manna enabled + 1000 Spirit Flask.

Are you guys pausing lazyraider when the raid or tanks look good?

Need some tips/tweeks...

I know we are awaiting a new release, but in the mean time are you guys have manna issues?

i never pause the bot in the private version cc il just let it heal but u can tweak ur settings just instal safed mana then tweak the settings abit.
 
TUANHA - You know I love your CR's - I am a proud donor!

I took my 461 Pally LFR today - all gems and enchants.

Tons of manna issues even with PVE save Manna enabled + 1000 Spirit Flask.

Are you guys pausing lazyraider when the raid or tanks look good?

Need some tips/tweeks...

I know we are awaiting a new release, but in the mean time are you guys have manna issues?

Adjust HR settings, or turn it off.
 
Status
Not open for further replies.
Back
Top