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

Lazyraider - Titan Arms

Sorry, i haven't make myself clear... it's a gain of dps if you hold overpower or slam, if colossus smash or mortal strike cooldown is < 1 second cause of the gcd. If you hold these 2 abilities... it will use mortal strike right when the cooldown pops up, the same for colossus smash... that's an increase in dps according to all the forums i read. :p


Ill take a look at it when Im done writing Plagueheart. Titan Arms is working very well atm. Just a few small things left to make it "flawless". However, these type of things is not big problems! So as i said, Ill take a look at it when im done writing Plagueheart! Thanks in advance for being patient! :)
 
Ill take a look at it when Im done writing Plagueheart. Titan Arms is working very well atm. Just a few small things left to make it "flawless". However, these type of things is not big problems! So as i said, Ill take a look at it when im done writing Plagueheart! Thanks in advance for being patient! :)

I should be the one thanking you :D
 
I can't understand why, even after deleting the out of range rotation, the cc continues to charge and heroic leap... wtf :D
 
I can't understand why, even after deleting the out of range rotation, the cc continues to charge and heroic leap... wtf :D

If you had deleted it, of course it wouldnt Heroic Leap / Charge.
 
If you had deleted it, of course it wouldnt Heroic Leap / Charge.

You didn't understand... i deleted the out of range section, but it still continues to charge and leap.. :D

P.S: Nevermind it was a conflict cause i had 2 versions of your CC, one with and one without, and the bot somehow was loading the incorrect one... Cause one was on the root of CustomClasses and the other on a directory called shaddarcc :p
 
Last edited:
You didn't understand... i deleted the out of range section, but it still continues to charge and leap.. :D

If all Charge/Heroic leap code is removed, it will not do so. You are missing something maybe?

ctrl+f and type in Charge or Heroic Leap and see what it finds. If it finds anything, you missed something (obviously).

I only commented out what was 6-8 lines of code and mine has not charged/leaped at all since then.
 
Nah, i didn't miss anything... see previous post i edited it... it was my bad, but the bot was loading another version. :P
 

On your Bladestorm line, looks like you forgot to add the logging?

Code:
if (CastSpell("Bladestorm") == true);

to
Code:
if (CastSpell("Bladestorm") == true)
                        Logging.Write(Color.Aqua, ">> Bladestorm <<");

for those who want to add it back in!
 
i must of forgotten it when i removed the lua macro line. no biggie though ;P
 
Hmmm, but how? :p

Take a look at the code lol, and compare if you're interested. I'm a bit busy right now, so i wont be linking codes and stuff.
Some spells have a higher prio then before, others has lower.
 
I have downloaded other custom classes and i know you put them in the custom classes folder, but where would i put just a .cs file? Thank you I did try to search but I don't know how to search for that. Thank you
 
I have downloaded other custom classes and i know you put them in the custom classes folder, but where would i put just a .cs file? Thank you I did try to search but I don't know how to search for that. Thank you

You put it in your custom class folder.
 
Back
Top