Having major issues where it constantly gets stuck during the questlines in Dravian Forelands on 2 spots Ive had to manually moved after realizing its been stuck for hours. One part is a spot that a lot of turn ins are for various quests. It was on the quests before the storyline went to "Gifts for the Outcasts"
Stuck, as in running into a wall? AFK'ing near an NPC? Be specific please. I did notice (when troubleshooting the Aetheryte attunement issue) that the mesh coordinates appear to have shifted slightly, possibly due to the changes mastahg is making to implement flying (presumably). So, if coordinates are off for Aetheryte objects, it's likely that every single coordinate in the HW profile needs to be checked and modified to account for the shift.
There are a few quests in dravania forelands. the biggest problem was one quest that didn't detect gnath npcs, I had to manually do that one. it ended up waiting for npc spawn when it already spawned. restart didn't work. a few others have trouble with movement but can be corrected most of the time. for the most part it automated 95% of all the quests in dravania, very impressive.
Thank you for the feedback! I will be making profile optimizations when I get the time to with an alt, but good to know that it worked well for you!
can confirm that aetheryte issue has been resolved, as for as the coordinates for everything else goes everything seems fine still. It is getting to all of the locations required without any issues
New bug report Post 1: A Lesson in Humility, has x , y coordinate right but doesn't go upstairs to top of building to get quest 2: Loth ast Gnath area is a disaster, bot charges through a million mobs getting permanently slowed and dies before getting close to any of the quests, the few times that it does actually get there, there are so many mobs on you that you die within seconds of getting to where you need to be. 3: Like Gnaths to a Flame: goes to the first Drone, kills it, then just sits there in his corner of shame 4: The Heart of a Dragon: if the bot dies during the leap of faith during the quest then it gets stuck and has to be done by hand. Bot can't find its way back.
@Suna I've started on optimizing the Heavensward profile and have fixed 3 of the quests you reported in your first post and will work on the others you reported as soon as I can get to them. A SVN update will be pushed tonight (hopefully) once I figure out an issue with the At the End of Our Hope quest. While I don't want you to feel obligated to donate, you can find a link to do so in my signature. As to the profile you're referring to, is it the Heavensward one? If so, I've started on my first pass at optimizing it and when that's done, I'll be back to adding new quests again.
I reached the end of your profile and everything worked pretty good. If there is anything further that I can do to assist you with your project let me know.
Profile still dont work for me. It stuck at A General Summons View attachment 6460 2015-08-08 01.04.txt
Code: [22:08:23.883 N] A General Summons quest is coming soon! Stay tuned! That is the last available quest in the profile at this time. After this first self-test and optimization I will begin adding more quests.
But you said added new quests and i didnt use your profile since 20 days and didnt do any other quests by hand.
Ah. Sorry for the confusion. When I've added new quests to the HW profile, you'll definitely see it in a new post in this topic.
Hey y2krazy, IM trying to run your profiles and it seems to just skip over everything and go to the "check" to see if ive done the quests in order to load the next profile. I am currently on the quest "The Resolute" in the "A Realm Awoken" profile but as you can see in the log it thinks Ive done all the quests in Heavensward as well. Im sure its just something dumb that im over looking but any help would be appreciated. View attachment 14524 2015-08-08 00.25.txt Edit: Well I feel dumb, apparently I hadn't activated my Heavensward key so I will still on the old game version, that was enough to throw the profile off. Now that I updated its seems to be working.
Hello, and thanks for the quest packs. They work marvelously. I was wondering if it's possible to alter the heavensward quests to give specific items by altering the profile? I can't seem to put my finger on how you can choose a specific piece of loot. It'd be great if you could reply. Thanks
Here is a snippet of a quest turn in with a reward associated: Code: </If> <!-- Rewards 0: Paladin/Warrior/Dark Knight Head 1: Dragoon Head 2: Monk Head 3: Ninja Head [B]If you want a specific reward from the above list, replace the TurnIn tag below with the following and change the "Reward Slot" to the number you want:[/B] <TurnIn QuestId="67117" NpcId="1012323" XYZ="-50.21753, 8.05915, 15.45734" [B]RewardSlot="0"[/B] /> --> <MoveTo Name="House Fortemps Manservant" XYZ="-50.21753, 8.05915, 15.45734" /> <TurnIn QuestId="67117" NpcId="1012323" XYZ="-50.21753, 8.05915, 15.45734" /> </If> As you can see in the snippet, for every quest with a reward you just do a search in notepad (or whatever text editor you use) for <TurnIn QuestId="67117" replacing 67117 with the quest ID of the quest you want an item for. Then, put RewardSlot="0" and replace the 0 with the appropriate reward slot number (leftmost starting at 0, then increasing sequentially by 1 as you move to the right (0,1,2,3 for four choices)). You will have to do that manually for every quest you want to specify the reward.