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 can't understand why, even after deleting the out of range rotation, the cc continues to charge and heroic leap... wtf
You didn't understand... i deleted the out of range section, but it still continues to charge and leap.. 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
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.
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!
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
Ah ok, so just drop it in there like I would with a folder? Thanks, I will give it a shot tonight when I get home.