I found this quest NPC hes actually inside the mountain side . no where near the spot wowhead says he is. Additionally, the bot is still trying to make me run to that spot i linked to in the log for a quest pick up, even though i already picked up the quest from the NPC at the other location. To get past this i had to manually interact, run to the one spot to *Shreder vs Saberon. Which spawned the NPC to the new spot, then i had to complete the quest manually cause the bot wouldnt hand it in. Once i do that o picked up new quest , manually which was Saberon population reduction, which then spawned the item the bot has been trying to loot or pick up in that location it was a small wooden box on th ground that gives the quest * Reclaiming Property*. Once all that was manually done the bot was able to continue on its own.
great job Kickazz006 we all love you keep up the great work and may the loot bags ever be in your favor
i love your stuff but is there anyway to disable flying till lvl 100 in the scripts it seems to be really messing up the questing because it wont even dismount to turn things in or interact with things....
remember to add a log with all posts about problems make sure you have all up to date files and versions and svn links also
I need a log for the general problem multiple people have posted about since they unlocked flying??? View attachment 6944 2015-09-23 18.10.txt you will notice that before it logged it was stuck on a flying mount unable to right click on an object to complete the quest...
How do I even turn on flying? been trying to make my druid fly for ages while leveling. (yes I have the achievment).
Hello guys, theres a way to auto pick the "map ability garrison" option? Because when im afk the bot stop everytime i reach that part in leveling.
map ability? you mean assigning a follower to a quest? or upgrading your barracks / garrison? follower to quest --> disable mission frame addons on new characters. I have that issue when I use garrison manager and master plan.
i had teh same problem with my second linked account... it wouldnt fly sometimes... i submitted a ticket but than i deleted my cache before i got a GM response and it seemed to fix the problem
Flying is really giving me trouble, but just the same i'd like to spam up your thread with a thanks. Your profiles have given me 10+ lvl 100 chars and a fuckton of alts. If i wasn't perpetually 2 weeks behind in rent and living off oatmeal and whatever fiber supplement i can suck out of the wallpaper i'd donate =]
I checked the profile, there's no output resembling this. The entire 1-100 will always be supported, so I'm not sure where this message would come from. Perhaps a plugin or another third-party base output this message.
I don't see that there was an error. The log output: [09:18:15.076 D] Goal: Turning in Quest - Going to the Gordunni (http://wowhead.com/quest=34578) : To - Miall : ID - 80627 [Ref: "Turnin" @line 1177] So it seems it was going to turn this quest in. It noted that there was no flight path it could take, so it was going via ground before you stopped the bot.
It seems the bot loaded into the 58-70 profile before the repair logic could activate - causing the bot to seek the vendors in Outlands. I checked the Death Knight profile, and Kick has the vendor logic disabled while the bot is doing the final quests, I'm guessing this is so the bot won't attempt to repair via the NPCs while they are 'unfriendly' until the quest is completed. I could slip in a 'enable vendor' line along with a forced vendor/repair before the 58-70 profile is loaded. This should prevent this error from occuring in the future.
If you're Alliance, use the SVN copy of the profiles. Alliance has been updated to fully support flying. Alternatively, if you're Horde you could use this (unofficial) plugin by Pookthetook as a temporary flying disable solution until Kick can work out the kinks. View attachment 188107
Depending on what type of navigation methods the profile is using, the bot should fly on its own without the need of 'enabling' anything. What profiles are you currently trying to use that's not flying?
Currently there's not an easy way to. The profiles run off of a 'checkpoint' system which tells the bot to skip to the 'next' checkpoint if your above a specific level. However, the checkpoints are only checked at specific points in a profile. So until the bot gets to that specific point with the checkpoint, nothing's skipped. One way to invoke the checkpoints is to stop/start the bot. Doing so will force the bot to re-read the profile from the top so that it will read the lower level checkpoints -> which will then cause it to start the skipping until you hit a checkpoint that suits your level. If you could find a plugin or some sort of logic that stops/starts the bot when you hit a specific level or after a set amount of time, then that should work. This actually could be done within the profile itself via a DoWhen script - but doing so may cause problems with the bot given the DoWhen could restart the bot while it's doing something delicate like controlling a vehicle. If you're willing to experiment with the idea, I can write an example DoWhen script that will do this for you.