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

Lazyraider - Titan Arms

Thank you very much for the quick reply, it is appreciated!
 
i think every second spell i do is rend?! 15k dps at a dummy single target...ilvl ~385 v2.3

I assume you're not using the English WoW Client then? I only support English WoW clients.
 
Vorrecht i dont use it. Does that Mean your Profiles Support english Clients only or you Need english logfiles to Support me?
Maybe a stupid question :D Whats the difference for hb Unsing an english or German Client
 
Vorrecht i dont use it. Does that Mean your Profiles Support english Clients only or you Need english logfiles to Support me?
Maybe a stupid question :D Whats the difference for hb Unsing an english or German Client

I only support English clients. it means what it means.
So a german name for Colossus Smash for example would be something like "Gestaf?gen Lugendugenwiessnichtsugen". This is why the CC doesnt work on German WoW Clients, because when the CC tells HB which then tells WoW to cast Colossus Smash it wont cast because Colossus Smash in german is "Gestaf?gen Lugendugenwiessnichtsugen".

I have no idea how to explain that further, but I hope you understand.
Your English seems to be fine, why arent you using an English wow client?
 
Hihi thanks. I Do Understand what you say, but i thought hb Works with spell ids or Something like that ;)
Just Because i'm some Kind if Lazy ;) but i will Switch over to english Client today... Hopefully hb Works Even more Better all in in all ;)
 
Hihi thanks. I Do Understand what you say, but i thought hb Works with spell ids or Something like that ;)
Just Because i'm some Kind if Lazy ;) but i will Switch over to english Client today... Hopefully hb Works Even more Better all in in all ;)

HB can and does work with spell id's if i were to recreate all of my CCs!
 
This CC is amazing, doing Dragon Soul with it.. Doing good DPS with sort of shitty gear xD
love it!

Edit: +rep
 
Just to let you know Shaddar,

(Me.CurrentTarget.Level == 87 && Me.CurrentTarget.Elite) && Me.CurrentTarget.MaxHealth > 3500000 ||

works fine on this CC aswell, doesn't seem to use cooldowns on heroic trash (level 87 elites) now since they only have 900k > 1.4mill hp

Yeah, I figured that it would be better of adding a MaxHealth limit to that code as Heroic bosses are level 87.. So i couldnt really increase the level as i did earlier.

Megalol said:
This CC is amazing, doing Dragon Soul with it.. Doing good DPS with sort of shitty gear xD
love it!

Edit: +rep

I'm glad you like it!
:)








Frequently asked questions

Why doesnt my bot work/ why does it only cast a few spells?
I only support the English WoW client. So if you're using a German/Russian/French etc WoW client this CC will not work for you.

Can you add a GUI so I can configure whether i want to use AoE or CD's or not?
No.

Does this CC work for us under level 85?
I wouldn't recommend using it when your not level 85. This CC is for raiding and dungeon purposes at 85.


Which bot do i use this CC with?
http://www.thebuddyforum.com/honorb...ontrolled-raiding-heroics-raf.html#post271577 <-- that one.
 
Last edited:
Hey Shaddar
Great CC you got there, but could you please try to do a furry CC as great as this one please? :)
 
Using it, loving it!
However, you should add range checks to your bladestorm. Else you'll bladestorm out of range or Sweeping Strikes
 
And using the cooldown on trinkets along with the Recklessness cooldown

Sort of like this ?

if (IsTargetBoss() && (Me.HasAura(?Recklessness?))
Lua.DoString("RunMacroText('/use 13');");
}

?

That should work yeah.

Code:
{
if (IsTargetBoss() && Me.ActiveAuras.ContainsKey("Recklessness"))
       {
       Lua.DoString("RunMacroText('/use 13');");
       }
}
 
Update..

removed charge & leap
added range check to the AoE rotation to avoid using bladestorm etc when your further away then 10 yards
 
Raiders Training Dummy dps test results as follows

Singular 10mil dam = 16160 DPS
Titan Arms 10 mil dam = 18856 DPS
Truman Warrior edit in above post 10 mil dam = 19022

Only a Minor difference between yours and the other bokes but in a raid environment it might be different im heading into lfr tonight so i'll report backin a couple of days once ive tested both cc's on the same bosses

iLvL - 383
Pvp shoulders and belt rest either boe, lfr and dungeon gear
2 set t13
 
Last edited:
Instead of taking over my thread.. make your own if you've already made a cc. Thanks in advance for respecting that.......
 
I had no intention of taking over your thread, I was simply implying to things. As I do not have your permission to use your cc as a framework, what good will it be for me to make a thread then getting it closed due to not having your permission eh?
I never said you didn't have my permission. If you ever read my reply you'd know that. I cannot give you permission to use other peoples codes which I did not make. Do you not understand? So whether or not your intentions where good, I couldn't give a crapper. This is a functional cc which I'm still updating so please respect my work and stop commercializing yours HERE. Was that clear enough?
 
Back
Top