Questing problem. Having a problem in Northern Stranglethorn it just stopped working at the Nesingwary camp sitting under the tent next to the repair person. And give the error "Could not find quest with ID 208! (Or could I: False)Could not create a performable quest objective for objective with ID 3880!" Log is attached.
Hi Chinajade, Can you remove the pathing to go quest to Shatter Point in Hellfire Peninsula (In the (A)58-70 Questing profile). It just run off the floating island and just die continously trying to get back at the corpse...
I do not have a log as it doesnt say anything but on any toon I attempt to level they will gather quests kill 1 mob and then I get stuck on loading tiles and nothing else happens. This is on diff toons of all diff levels.
getting this everytime i try to load 58-60 profile,just updated svn was working b4 Warning: XML Error: Could not parse 'If' body node! - On line 4328 Warning: XML Error: Could not parse 'If' body node! - On line 4335 Warning: XML Error: Could not parse 'If' body node! - On line 4461 Changing current profile to [Fly][A - Quest] BC 58-70 [Kick]($Rev: 2796 $)
I have so many issues with the profiles... i know it's hard to make so many leveling profiles but each one usually gets stuck every 10 minutes or so, making it near unusable... is there a pull distance or setting i should use if it gets stuck often???
First off i love kicks profiles! They ussaly worke great! But latley I have had a problem, it seems the bot gets stuck CONSTANTLY. It mounts and then gets stuck. Its the most stupid places it gets stuck.. I have never had the problem and I leveled over 20 toons now. It seems its navigation is messedup somehow, instead of avoiding or trying to avoide the bos just keeps on trying to fly/ride the direciton it gets stuck
not work.. Starting the bot! Currently Using BotBase : Questing Changing current profile to [Fly][A - Quest] BC 58-70 [Kick]($Rev: 2796 $) [Profile Message]: Compiling Nagrand Quests Can not turn in quest A Message to Telaar (ID: 9792) because I don't have it in my quest log! (Or do I: False) Bot Stopped! Reason: Could not create current in quest bot!
I've been having an issue where my toon isn't attacking anything. It'll target, but it won't attack at all. I've tried different CCs and the same thing happens. Any help would be appreciated! View attachment 14396 2013-10-21 07.09.txt
In Duskwood Alliance 12-58, the profile forgets to turn in Roland's Doom. It will wait for the NPC to appear, but the NPC won't appear until the previous quest The embalmer's Revenge is completed. The quest turnin NPC is in the large room in the building where both NPCs are located. The profile gets stuck because it forgets to turn in the previous quest (Embalmer's Revenge). Check around line 2246 in the log for more details.
Exactly the same issue, problem is the quest is already completed, and unable to pick anything up to move the bot along. Completed already : Close both WoW and HB for 10 minutes, Fresh Install, Re downloaded Profiles, Deleted WoW Cache. All, to no success. Basically anything in Nagrand is ruined, as the bot when stopped, then restarted, trys to return to picking up this quest even if its already handed in. Log : View attachment 9444 2013-10-21 23.17.txt Might i add, since the latest revision, in Outlands, even with flying purchased, its like the bot Doesnt even know its capable of flying, as it will mount a flying mount but still travel along the ground.
Another issue, once it loaded 80-85 Cataclysm profiles it just started flying north out of Stormwind and up till it dies of fatigue. No idea why but here is log. ***Edit*** I fixed it by just going to Hyjal manually but it should be able to by itself, right?
Taerar's Fall in [H - Quest] 12-58 K-EK [Kick].xml makes Problems with Classes how has a Pet (Hunter, Warlock etc.) More Details can you find in the WoWHead Comments (Taerar's Fall - Quest - World of Warcraft)
I can confirm that. I have found my hunter one morning stuck in place with this quest failed, I helped him by doing the quest manually and it went on smoothly. Didn't bother looking for the cause of, but being my pg a hunter it is highly probable that MaxMuster has find out why.
Good Afternoon. Leveling Horde DK in VoFW Level 86. Quest: Gardener Fran and the Watering Can - Quest - World of Warcraft Line 1192: Code: <CustomBehavior File="InteractWith" QuestId="30050" MobId="41200" NumOfTimes="1000" InteractByUsingItemId="77281" Range="4" CollectionDistance="1000" InteractBlacklistTimeInSeconds="20" WaitForNpcs="False" X="273.1572" Y="735.7474" Z="161.6087" /> I submitted a fix to this one last time I was here, and it was working perfectly, however it would seem that since then (it was a few weeks back) it's been altered to change from the working "UseItemOn" to "InteractWith" which despite a number of attempts at both of my installs, just results it standing doing nothing. The MobID (41200) was listed, and nearby, according to the dev tools, and it had the item required to interact, nevertheless on at least 10 attempts it just stood there doing nothing, apart from refreshing the "watering can" buff after 10 mines of idleness. After a bit of playing around, I've got it working with the InteractWith (I felt changing to UseItemOn, despite it known to be working, was probably a step back), so please add the following "TerminateWhen" and "NonCompeteDistance" parameters, which seem to remedy the issue. Code: <CustomBehavior File="InteractWith" QuestId="30050" MobId="41200" NumOfTimes="1000" NonCompeteDistance="0" TerminateWhen="Unit(41200) == null" InteractByUsingItemId="77281" Range="4" CollectionDistance="1000" InteractBlacklistTimeInSeconds="20" WaitForNpcs="False" X="273.1572" Y="735.7474" Z="161.6087" /> Thanks again! [EDIT 24-Oct-2013 by chinajade]: Hi again, Wullie. Yes, I remember this one well. Another team member came behind your mods, and reworked it again. He's a solid developer, and I know he tested it, so I want to know what's gone wrong again. <sigh> I'm *really* beginning to dislike Gardener Fran. I've asked the team member to look over your post and provide feedback before I incorporate these changes. Many apologies for this continuous struggle on this quest!
Edit: Nevermind, it's started working now. This was a post regarding the BarrelHook behavior which initially wasn't releasing from the barrels at all, but it's now started working.