I am doing 87 - 88 in Kun-Lai Summit profile and I keep getting Could not generate path from x to y. The others worked beautifully, so i don't know what the problem is, but any help would be appreciated. I will be attaching a log. Thanks! View attachment 3832 2012-10-10 20.25.txt
This has nothing to do with the profile. This has to do with the mesh files that are being generated, I'm pretty sure. I don't think it has anything to do with the profile.
hey my bot just sits there saying (Moving to type: QuestPickUp) over and over again.. what am i doing wrong please help
I keep getting this error Kun Lai profile, it just sits on Loading Tile/s System.Threading.ThreadAbortException: Thread was being aborted. at ?..GetTile(TileIdentifier ) at Tripper.Navigation.WowNavigator.LoadTile(TileIdentifier wowTile) at Tripper.Navigation.WowNavigator.(Int32 , Int32 ) at Tripper.RecastManaged.Detour.NavMeshTileLoader.TileLoader(Int32 x, Int32 y, Void* userArg) at dtNavMeshQuery.loadNeighbourTiles(dtNavMeshQuery* , UInt32 ref) at dtNavMeshQuery.updateSlicedFindPath(dtNavMeshQuery* , Int32 maxIter) at Tripper.RecastManaged.Detour.NavMeshQuery.UpdateSlicedFindPath(Int32 maxIter) at Tripper.Navigation.WowNavigator.FindPath(Vector3 start, Vector3 end) at Styx.Pathing.MeshNavigator.CanNavigateFully(WoWPoint from, WoWPoint to, Int32 maxHops) at Styx.Pathing.Navigator.CanNavigateFully(WoWPoint from, WoWPoint to, Int32 maxHops) at Styx.Pathing.Navigator.CanNavigateFully(WoWPoint from, WoWPoint to) at Styx.CommonBot.Database.NpcQueries.GetNearestNpc(WoWFactionTemplate myFaction, UInt32 mapId, WoWPoint searchLocation, UnitNPCFlags npcFlags) at Styx.CommonBot.Profiles.VendorManager.GetClosestVendor(VendorType type)
Could not find quest giver NPC with ID 59076 in database. Bot Stopped! Reason: Could not create current in quest bot! svn is allready updated... first quests kunlai summit
In the profile Valley Of Four Winds it keeps taking up to 30 secs before looting a mob, I don't have these probs with the other profiles I run. Can anybody help me out here? :-/
Hi Niv. I've started your profile yesterday (jadeforrest) and found some issues. As already mentioned by other users: there are some problems with accepted quests: the bot tried to talk with the questgiver and tried to accept the quest again and again ... ( endless loop) Any idea whats wrong? Profileproblem? Problem with my settings? Bot problem? Cheers
Not sure why but Kai-Lin Honeydew seems to have multiple ID's when I came through for Prowler Problems she was 66841 instead of 66838 Code: <PickUp QuestName="Prowler Problems" QuestId="31773" GiverName="Kai-Lin Honeydew" GiverId="66841" X="3029.379" Y="-786.8594" Z="227.6033" /> Looking at wowhead looks like she has a few ID's. This one changed as well on turnin from 55403 to 55497 on turnin: Code: <TurnIn QuestName="Cryin' My Eyes Out" QuestId="29765" TurnInName="Zin'Jun" TurnInId="55497" X="2837.812" Y="-721.8401" Z="259.1628" /> <!-- NPC --> Actually after the initial quest get Zin'Jun becomes a personal follower and his ID changes to 55497 so that's actually his ID when you will be doing the turnins. Now there is an issue if you logout or lose Zin'Jun then he'll go back to the X="2837.812" Y="-721.8401" Z="259.1628" location, but have ID 55403
How do I enable kill between waypoints?! I have selected the Four Winds profile and let him run from Jade Forest to there but he runs through huge groups of mobs and then gets dismounted and just sits and doesn't attack and dies. I have tried two different Combat Routines and neither times did he attack. He just sat and died or I had to fight for him. Also don't know why he ventures off the path if he isn't going to be fighting from one profile to the other.
Code: <While Condition="(GetItemCount(89163) < 6) && (!IsQuestCompleted(31777))" > <!-- Requisitioned Firework Launcher --> <CustomBehavior File="CollectThings" QuestId="31777" ObjectId="214962" CollectItemCount="6" CollectItemId="89163" HuntingGroundRadius="200" > You need to collect 6 rocket launchers not 4. They each have 2 charges and we need to shoot down 12 gyrocopters
I got the profile to work now but as mentioned above it takes 30-40 seconds to loot anything. Bot will just stand there and then loot after a long period of time.
Code: <If Condition="((HasQuest(29694)) && (!IsObjectiveComplete(3, 29694)))"> <!-- Gorrok --> <CustomBehavior File="InteractWith" QuestId="29694" MobId="55162" GossipOptions="1" X="3109.94" Y="-683.262" Z="230.4259" /> Gorrok's NPC ID was wrong it's actually 55162
Is it possible to start Jade Forest quests at lvl 88 or 89???? When i try it it searches for lvl 88 zone... but i wanna do Jade forest and forward, how i do that????
I was trying out your profiles and it?s doing a pretty good job. Especially the one for Townlong Steppes was working without any problems, even though it?s not completed. One thing I noticed are missing Quest giver ID?s ( 2 of them in your Kun Lai Profil ) but that?s it. Thanks for all the work
Yeah I suppose that the stationary (but phased) questgiver is 55403 and the NPC that follows you is 55497. I dont actually know how to fix the turnin properly so it will work in either case... (*looking at Kickz to fix it in his version to secretly adapting it )
Can you confirm that you can actually have more than 3 in your bags? I thought you can only have three, fire them, take new ones... The While around the rocket launcher pickup and UseItemOn below should ensure that he fires the three he has, than takes up another three and fires them. Unfortunately I cannot recall why I put a "4" in there :/ Thanks mate, your feedback is really appreciated!
Is it possible to start Jade Forest quests at lvl 88 or 89???? When i try it it searches for lvl 88 zone... but i wanna do Jade forest and forward, how i do that????
If your level is higher than the Checkpoint (in this case 86), it will start there, skipping all quest before. Just comment out (or remove) the Checkpoint at the bottom of the profile.