For kick's profile for 90-100 My toon unmounts for every hotspot/quest turn in. How do I disable unmounting for these?
For hotspots, it entirely depends on which sort of logic is using the hotspot array. In typical use - the bot shouldn't be dismounting between each hotspot at all as this would be very inefficient for farming mobs or gathering items. Perhaps instead of hotspots, you may be observing this behavior from 'MoveTo' or any other sort of common navigation logic used by the profiles. (RunTo, FlyTo, etc) Any navigation logics that aren't hotspots are typically used to tell the bot to 'go to this location' in which a dismount is typically needed afterwords. Hotspots are used to setup a farm area in which the bot will run around endlessly until a specific objective or condition is met. It's common for the bot to dismount when turning in or picking up quests but unfortunately the logic that controls this is internal and can't be toggled. I believe there's already a feature request on the bug tracker to make the bot not dismount immediately while attempting to turn in or pick up a quest, so hopefully your issue there will be fixed in the near future.
Having a problem in Outlands and Netherstorm where it just flys around in circles after it collected quests. Horde side
Since this issue has never been reported before, and that sort of behavior hasn't really ever been observed before - I'll need a log for this one to see what's going on. Don't suppose you have one for this issue?
Is it possible to run this Profile in a group. I have two accounts and I want to level two characters together. Is this possible?
Unfortunately it's not completely possible. People have tried making plugins or custom profiles for this in the past for this, but none have really succeeded. You can still group two bots together and let them quest. But there's a good chance that they will 'desync' and one will leave the other behind.
Thats what I figured the response would be, I will probably just have them mixed mode Grind/Dungeonbuddy when they hit 15 then. Thank you for the excellent profile and all the hard work you guys do to keep it going!!
I use Kick's SVN and under Questing Profile Pack\Reputation\BC\Netherwing it says to use the provided plugin for the egg gathering profiles, however when I put the plugin into my plugin folder the bot does not recognize or show the Egg Collector plugin (NetherwingCollector1.9.cs). View attachment 5732 2016-02-18 12.57.txt
When you copied the plugin, did you put it into its own folder? eg: Honorbuddy \ Plugins \ NetherwingCollector \ NetherwingCollector1.9.cs
Hmm, I'm not sure that those profiles are completely supported anymore. Something like this should be do-able without the use of a plugin. Which profile specifically are you trying to use? I'll see if it's convertible to 'InteractWith.'
I'm just trying to use the Netherwing reputation profiles to exalted. So I've tried all 3 profiles and the plugin in Reputation\BC\Netherwing
I think I might have just been using pause and resume too much. If I run into it again ill be sure to get a log!
FYI - Quest id 35620 does not exist at the time your profile is looking for it in [Fly][H - Quest] 96-98 Arak [Kick].xml Scout Cel is there, but has does not have the quest. My personal workaround was to comment the section below out. +- line 465 in the file Code: <!--If Condition="!HasQuest(35077) && !IsQuestCompleted(35077)" > Quest After Pinchwhistle Gearworks <PickUp Nav="Fly" QuestName="Pinchwhistle Gearworks" QuestId="35620" GiverName="Scout Cel" GiverId="85566" X="-392.8281" Y="2256.036" Z="26.13285" /> </If-->