tested in heroic working good to keep threat problem is scroll option seem to not working would like to be able to taunt myself move and target also it seem that it stick on the mob when fighting cant move at all from fire on ground or kit this is for brewmaster sry for my poor english great cc keep up the good work
FTW does not play nice with AutoAngler. I have attached a log, but basically it is spamming "[20:09:51.000 D] [FTW] 04:09:51 REST: Waiting for spell to finish..." in the chat window, and is preventing AA from looting. I had to go back to CLU while fishing. Also, PLEASE PLEASE disable the logging of our character names from showing up in the log!!!! This would be very bad for anyone who doesn't know that this does this, and uploads a log anywhere on this forum while using your CC. Code: [20:09:44.140 N] [FTW] 04:09:44 1 party members: [20:09:44.140 N] [FTW] 04:09:44 XXXXX <--------This was my character name..... [20:09:44.140 N] [FTW] 04:09:44 Tank is XXXXX <--------This too....... [20:09:44.140 N] [FTW] 04:09:44 Healer is <none> [20:09:44.440 N] [FTW] 04:09:44 Druid_Feral last updated 10/1/2012. EDIT: Forgot to attach the log lol
I'm not sure why this is... but for some reason while trying to use this on my prot pally I'm getting an invalid state error. Can't load log as it's too large... will try to get you another one
Looks very promising but it lags the game/HB to a crawl... Not sure what it is... but it's not working too great for me.
Sounds good, I'll let you know if I have any more issues FWIW, I can't express how much I love the scroll lock toggle, and the ability to modify the routine on the fly without restarting HB. Both should be built in as core features of HB imo. Crazy helpful.
It's not scroll, it's scrollLock - it's a key on the keyboard, next to numlock and printscreen probably.
Yeah, I tried AutoAngler yesterday and discovered that myself. Download the latest version, it's compatible with AutoAngler. Thanks for reporting that tho!
I don't know, I've never used PQR. I like to use FTW to handle rotation while I move the character manually, myself. Unless I'm sleeping, at that time FTW does a better job.
Hm, thanks for reporting that. I added 'mounted on a horse' to the list of states that FTW shouldn't do anything in, but it grabbed that red error message too. I changed that, and being mounted on a horse will no longer cause that error message. The error message wasn't hurting anything, but was unnecessary.
Well, make sure you have the latest version (updated today). There's instructions on how to check performance in the ReadMe.html file in the data folder. Let me know if those steps didn't work fo ryou.
Aaah, you bring up a good point. I dumped the party member names for debugging purposes, but it's no longer necessary. But still - it is REMARKABLY helpful to know what mob you're casting on. You know, 'Cast Silence on BadMob dist 10 health 98'. What do you all think? Leave names in, or strip them out? I'm leaning your way Cukie, truthfully. Let me know what you all think, I'll change it if necessary when I get home tomorrow.
Yeah, those are my favorite bits too. Makes it a pleasure to use for dungeons and such - makes me feel SO fast and accomplished, while I'm actually just maneuvering my character out of fire, lol!
Changes for today: Code: 10/17/2012 Made compatible with AutoAngler. Added ability to pull mobs from air. Won't pop you off horse to apply REST buffs. Fully turns to face mobs - no more 'you must be facing target' problems.
Hi! I realy like the idea of changing my CC while bot is still runing, but I keep getting error messages like this: Bad number on left side found when evaluating action Me.PullMore Conflagrate line 150 - '42Diff' (Input string was not in a correct format. I haven't changed anything about the pull behavior. Could it be a Problem with the client language? I ask this, because most users report that the CC is working great and not using the english client caused bugs in a fishing bot i was using a while ago... And it keeps casting Create Healthstone, even if I have one. (Log Attached)
Hey one last thing, I'm trying to get this to work but it doesn't seem to get past this line. Me.Cast Sacred Shield Me.HasAura ("Sacred Shield") = 0 I've also tried Me.StackCount ("Sacred Shield") = 0 Please assist... love the idea but I'm trying to customize my rotation around my spec and it's not agreeing with me =P
BTW Faerie Swarm is Faerie Fire even when talented p.s. any chance you could set up a svn for this as well p.p.s Has HB gottten it to where or have you gotten it to where you can switch specs without the spell manager not getting all spells. And even more advanced how about class switch?
Thanks for reporting that. That's because the code was replacing 'Level', before it was replacing 'LevelDiff.' The one replace would turn 'LevelDiff' into '82Diff', if you were fighting level 82 monsters. See how that failed? Heh. I've changed it so the 'LevelDiff' check is done first, so this won't happen any more. Regarding the healthstone - it doesn't detect one in your inventory, acccording to the log. I also see some foreign language in there. Is your healthstone called something different in your language? Try replacing the word 'Healthstone' in the condition with whatever your healthstone is called. Thanks for the report!