Right now im pretty busy with computer science homework but plan on making settings available to where you can customize it to your style. The next update is gonna be a while so the CC is as is until then.
was just looking at the code and found this? if (SpellManager.CanCast("Dismantle")) { cast("Dismantle"); log("Casted Dismantle, Targer has no weapon"); Not sure if you need spellcheck or not? "Target"
Hey, I'm currently at work so I've got no log. The cc doesn't work for me. If my rogue gets attacked he just stays there and spams exceptions. Did I do something wrong? I downloaded the cc and put it like all cc
You need to put the CS file right in the CC Folder, no sub folder, works for me. We cant say more, because an exception can be a lot and without a log, you know, hard to help.
how do ya install it... one person says put in singular folder, and another says just drop it in your cc folder... tried both and its not working for me id for poison is0 Stealth it up id for poison is0 Using sprint to catch up. Spring failed. id for poison is0 Casted Shadowstep. id for poison is0 Spring failed.
don't want to hijack the thread...but this is so far from false it isn't funny. I bot damn near 24/7 on my main account running nothing but BGs. Have 5 toons in full ruthless and working to complete full cataclysmic. while a cc is in development, you probably don't want to use it right away until you've at least monitored it and seen how well it runs. other than that, it's how you bot not how LONG.
I gotta agree with this... I have botted for the last 2.5yrs almost 24/7 in BGs and some grinding, I have had 1 ban in that entire time. The profile and CC if far more important than if you're in a BG or not.
I LOVE THIS CC! ROFL watching my rogue go in and own ppl. It gets really bad when we get a healer and some more melee join, its like we running a train in Warsong.
How do you get this CC to not try and attack other people? I tried lazy raider and it still wants to run in :/
Would it be hard to have an option "killstealer" ? When you've just entered a new level-range it cannot compete with the highest-lvl players. Thus a HP-check be4 it goes in for the kill. Just asking here, no flames plz
Any chance you will be adding a GUI anytime soon? I would really love to get a cc that would auto stealth the entire bg. I'm running on a fresh 85 and I have my mount setting turned off. Thanks, Saif
View attachment 2-21-2012_12_25 PM 36596 Log.txt my rogue is getting pwned ... i set the cc in the Cc folder.. and its constantly telling me so and so has failed...
Is there a addon that will add poisons since the CC wont do it? Without the poisons it's kind of pointless.
There is a "priority" list in the cs file, it will always apply the first available in the list, just change it how you like it.
Okay, here's what i changed to make mainhand = Instant, offhand = cripple public override string Name { get { return "CutPurse"; } } public override string Author { get { return "Kamilche"; } } public override Version Version { get { return _version; } } private readonly Version _version = new Version(1, 0, 0, 0); private string[] mainhandpoisons = { "Instant Poison", "Deadly Poison", "Wound Poison", "Crippling Poison", "Mind-numbing Poison", "Bloodboil Poison" }; private string[] offhandpoisons = { "Crippling Poison", "Deadly Poison", "Instant Poison", "Wound Poison", "Mind-numbing Poison", "Bloodboil Poison" };