Awesome CC, except a couple small problems. Is there any way to decrease the jumping frequency? This thing is like spamming jump when fighting 1v1 (I mostly bot AV for honor). It also seems to envenom and eviscerate at any number of combo points. Kind of lame, when I read the code it seems to be coded to eviscerate or envenom when it's above 4 CPs. Also I'm by no means an expert by coding, but I didn't want the bot to apply poisons cause that costs some money in the long run, so I kind of guessed how to break the poison code, and changed this: if (Equals(null, deadlyPoison) || Equals(null, woundPoison)) { return false; } return false; I made that a false as opposed to a true. I just wanted to mention that in case that somehow broke the eviscerate and envenom code, but I doubt it. Thanks again for this awesome CC.
All suggestions noted, still working on fixing this poison issue, its really being a pain in the ass, until I get this fixed I don't want to work on anything else. The poison issue is a much bigger deal.
Okay guys I put a build up that will use poisons and not try to re apply them, however right now it can only use max rank wound and deadly. Still trying to fix it.
This is unfortunate. I really need a mutilate CC for my rogue for leveling.. I hope you are able to find a fix quickly. Until then I can't finish leveling him p.s. if its at all possible when you do get poisons working, if you could some how set up a switch for it to apply instant poison instead of wound when its not pvping, that'd be great.
I was wondering why I hated the name of this profile so much and I just figured it out. Sounds a lot like mutt mitt; a bag you use to pick up dog shit.
Deadly and wound seem fine enough for PvE grinding between BG ques. Would it really be worth swapping poison that much?
Still trying to reapply wound. However, I just realized that while I do in fact have max rank wound poison (lvl 78), I'm not yet high enough for max deadly (lvl 80). Maybe that's why?
Yes, right now you have to have both deadly and wound poison in your bags, and you HAVE to use poisons, otherwise it bugs out. Still working on a fix.
Im not pvping with it at all. I'm leveling a rogue with it. Pure level bot. And it makes a pretty big difference
Alright guys looking for help from anyone that has any development background. This is what I have, have a look at the poison section. I've tried splitting the two poison checks into two separate checks. Still nothing I've been working at this for two days and cant get it to function right, it will only apply max rank poisons and won't apply any other rank, it also wont stop trying to re apply poisons even if their not in my bags. If anyone can help I'd appreciate it. http://pastebin.com/m57901509
PM FPSware.. I'm not sure if he reads this thread. Don't burn yourself out though xvii. If anything, just upload a past version that functions correctly, so you can take your time fixing this one.