Testing this out soon! Looks amazing man, thankyou. Are there any scripts for the Ravenholdt grind yet?
Just noticed that it's attempting to grind to ratchet exalted at Fray Island but you stop getting rep when honored caps out. Is it just going to farm at Fray Island until gadgetzan is exalted? Or is it just an error in the script that needs updating. Cheers mate
You need to cap out Gadgetzan, that's the whole reason for going to Fray Island. I've never been 100% happy with this profile, in the next few days I may tweak it to exact rep numbers and put some debug messages in it. EDIT: I have just uploaded an untested version with the intended changes, as I'm not able to test this myself at this stage could someone please check it and report back in this thread for me. It should now grind to the intended rep level and the Goal: text should be more informative.
I just updated your SVN and tried running this. It doesn't do anything now except stand in Tanaris . Doesn't move to any waypoints etc.
Not working for me. I tried this profile about a month ago and it didn't work then either. It starts, buffs up, and then does nothing. I am a level 90 mage. I have my hearth set to org etc. I started it in Org, as well as the place in Tanaris... No luck. Any tips?
"It does nothing" Isn't very descriptive, does it load tiles sucessfully? Does it say it can't navigate to a point? Does it hang loading a plugin? The easiest way to answer these types of questions is to include a log. Also, have you tried this with a fresh copy of HB/HB Beta with no plugins or Routines (Apart from singular) installed?
For some reason I start the bot it always stands there without doing anything. When I try to move him, then he starts to attack the mobs on THE FRAY island, but when he is about to attack, wow client freeze. It will unfreeze only when I stop the bot and when I do, the Wow client gets dc. And also it gives this info when I start the bot: " [UserSettings-v246(warning) @line 20]: Attribute 'LearnFlightPaths' is not recognized by this behavior--ignoring it.[UserSettings-v246(warning) @line 20]: Attribute 'TrainNewSkills' is not recognized by this behavior--ignoring it." Some1 got solution'? plz
Here is the log.! Just to help when I start the bot at the Frey Island it says : [UserSettings-v246(warning) @line 20]: Attribute 'LearnFlightPaths' is not recognized by this behavior--ignoring it. [UserSettings-v246(warning) @line 20]: Attribute 'TrainNewSkills' is not recognized by this behavior--ignoring it. help plz?!
I was looking at the log, and here is what i found. after you changed: If Condition="(Me.GetReputationLevelWith(369) < Styx.WoWUnitReaction.Revered)" > to <If Condition="(Me.GetReputationLevelWith(369) < 20999)" > the questhelper cant compile the code. downloaded the old version from svn and it works perfectly I am talking about the problem many had that it started, and then just just stood still, cause it didnt knew what to do. Code: [17:29:59.535 D] Compiling quest behavior from 'E:\Downloads\Mozilla downloads\Honorbuddy 2.5.6360.487\Quest Behaviors\UserSettings.cs' [17:29:59.889 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [17:29:59.893 N] [UserSettings-v279(warning) @line 20]: Attribute 'LearnFlightPaths' is not recognized by this behavior--ignoring it. [17:29:59.893 N] [UserSettings-v279(warning) @line 20]: Attribute 'TrainNewSkills' is not recognized by this behavior--ignoring it. [17:29:59.899 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [17:29:59.899 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedWhile. [17:29:59.904 D] Compiling expression 'Me.IsHorde' @ line 21 [17:30:00.152 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf. [17:30:00.152 D] Compiling expression '(Me.MapId != 1)' @ line 22 [17:30:00.404 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf. [17:30:00.404 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf. [17:30:00.404 D] Compiling expression '(Me.GetReputationLevelWith(369) < 20999)' @ line 28 [17:30:00.641 D] 1 errors encountered while compiling condition '(Me.GetReputationLevelWith(369) < 20999)' [17:30:00.641 D] Operator '<' cannot be applied to operands of type 'Styx.WoWUnitReaction' and 'int' [17:30:00.641 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf. [17:30:00.641 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf. [17:30:00.641 D] Compiling expression '(Me.GetReputationLevelWith(369) >= 20999) && (Me.GetReputationLevelWith(369) < 42999)' @ line 67 [17:30:00.883 D] 2 errors encountered while compiling condition '(Me.GetReputationLevelWith(369) >= 20999) && (Me.GetReputationLevelWith(369) < 42999)' [17:30:00.883 D] Operator '>=' cannot be applied to operands of type 'Styx.WoWUnitReaction' and 'int' [17:30:00.883 D] Operator '<' cannot be applied to operands of type 'Styx.WoWUnitReaction' and 'int' [17:30:00.883 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf. [17:30:00.883 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf. [17:30:00.883 D] Compiling expression '(Me.GetFactionReputation(470) < 42999) || (Me.GetFactionReputation(369) < 42999) || (Me.GetFactionReputation(21) < 42999) || (Me.GetFactionReputation(577) < 42999)' @ line 123 [17:30:01.129 D] 4 errors encountered while compiling condition '(Me.GetFactionReputation(470) < 42999) || (Me.GetFactionReputation(369) < 42999) || (Me.GetFactionReputation(21) < 42999) || (Me.GetFactionReputation(577) < 42999)' [17:30:01.129 D] 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'GetFactionReputation' and no extension method 'GetFactionReputation' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?) [17:30:01.129 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf. [17:30:01.569 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf. [17:30:01.569 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
hi, sry but i rly dont understand... I launch the profile in grindbot, questing, whom I am has tanaris or in the island, nothing works... could u help me plz ?
Anyone can say how long it takes to get from hated to exalted with this profile? , if it takes 7 days 24/7 its not interesting for me
The giant link you click in the original post that says "[QO] Kalimdor - Steamwheedle Cartel Rep [AtticusG3].xml"
Hi, Ive downloaded your profile and iam getting an error. The toon does not move. In the log iam getting this error Code: 18:26:06.511 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf. [18:26:06.511 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf. the code in the profile is as morenjs said af few posts back. Any suggestions how to solve this ?