Question, and please understand where I'm coming from with this, because obviously you know more about creating profiles than I do, and I don't want to seem like I know much, because I don't. I thought though, that there was a checkpoint system in place that would look at the level you are, and run the profile from that point forward, to avoid situations like the one I've described. Is that not the case, and I'm confused?
Quest: Marla's Last Wish Requires: Samuel's Remains Problem: The bot picks up the quest, but then immediately proceeds to the grave and attempts to "harvest" the grave. The problem is, you can't "harvest" the grave (which is how you bury the remains) until you have Samuel's Remains, which requires you kill a particular mob first, who drops the remains. Cheers- Mega
This is a very nice profile, working extremely well for my rogue who is currently level 46. this and instancebuddy also work well together so long as you watch them and dont completely AFK. I have however noticed that when you goto hinterlands i think about level 44 or so, there is a really long grind path to level 48 i think or somewhere there abouts, would it be possible or at all pheasable to make it so it does the quests earlier on in hinterlands and then moves onto tanaris maybe todo those quests. to keep up questing and minimalize the need for grinding, i have no real experience in creating profiles or how they work so i wouldnt know how todo it myself, i just thought i'd ask and see if it is possible and if it is, is it something that could be considered to be added into the profile. I know it's titled Eastern Kingdoms, but with tanaris / ungoro crater, there is maybe 2 levels between them alone. Thanks, Matt
Quests are in chains. They often require you to have completed previous quests before a new one is visible.
slodge and crack00r said they did that one so I didn't test it Delete it from the profile - uploading a fixed one in a few minutes if my own test fails.
Hawker do it this way, and it works 100% Code: <PickUp QuestName="Marla's Last Wish" QuestId="6395" GiverName="Novice Elreth" GiverId="1661" /> <PickUp QuestName="Night Web's Hollow" QuestId="380" GiverName="Executor Arren" GiverId="1570" /> <PickUp QuestName="Scavenging Deathknell" QuestId="3902" GiverName="Deathguard Saltain" GiverId="1740" /> <Objective QuestName="Scavenging Deathknell" QuestId="3902" Type="CollectItem" ItemId="11127" CollectCount="6" /> <Objective QuestName="Marla's Last Wish" QuestId="6395" Type="CollectItem" ItemId="16333" CollectCount="1" X="1977.106" Y="1377.18" Z="63.31855" /> <Objective QuestName="Night Web's Hollow" QuestId="380" Type="KillMob" MobId="1504" KillCount="8" /> <Objective QuestName="Night Web's Hollow" QuestId="380" Type="KillMob" MobId="1505" KillCount="5" /> <Objective QuestName="Marla's Last Wish" QuestId="6395" Type="UseObject" ObjectId="178090" UseCount="1" /> <TurnIn QuestName="Night Web's Hollow" QuestId="380" TurnInName="Executor Arren" TurnInId="1570" /> <TurnIn QuestName="Marla's Last Wish" QuestId="6395" TurnInName="Novice Elreth" TurnInId="1661" /> <TurnIn QuestName="Scavenging Deathknell" QuestId="3902" TurnInName="Deathguard Saltain" TurnInId="1740" />
LMAO "<!-- Thanks for nothing Crack00r -->" comment in the new version, really encourages us to help lol
I'll try it now - thanks. So I sulked a little...don't let it bother you. EDIT: Tried the updated version and it still doesn't work for me. Its a sad state of affairs when you guys are able to get the bot to do a lot more than me I'm on level 25 of the Dwarf Gnome 1-60 and starting a Horde Kalimdor one. Unless I've missed some obvious setting, I think Marla will have to do without Samuel in the grave with her.
Mhmm. Not accepting it or what? I just realized my guy is on the quest now. I havnt helped him at all. He just picked up the book needed and is on his way to turn it in.
Here's another Hawker Add this to around lvl 40 and it does another quest in Badlands to avoid some of the grinding <PickUp QuestName="Coyote Thieves" QuestId="1419" GiverName="Neeka Bloodscar" GiverId="5394" /> <Objective QuestName="Coyote Thieves" QuestId="1419" Type="CollectItem" ItemId="6166" CollectCount="30" /> <TurnIn QuestName="Coyote Thieves" QuestId="1419" TurnInName="Neeka Bloodscar" TurnInId="5394" /> and change your override to <Quest Id="1419" Name="Coyote Thieves" > <Objective Type="Collect" ItemId="6166" CollectCount="30"> <Hotspots> <Hotspot X="-6807.893" Y="-2647.188" Z="247.2432" /> <Hotspot X="-6927.513" Y="-2827.486" Z="242.0922" /> <Hotspot X="-7070.643" Y="-3017.557" Z="241.7335" /> </Hotspots> </Objective> </Quest>
Adjusted the hotspots in the Grind to 44 section so that it grinds on Scalding Whelps, it may as well look like it has a reason to grind and who knows it may even drop a Dark Whelpling. Credit to Synik for hotspots. <Grindto Level="44"/> <SetGrindArea> <GrindArea> <TargetMaxLevel>46</TargetMaxLevel> <TargetMinLevel>37</TargetMinLevel> <Factions>14 16 38 45 59 91</Factions> <Hotspots> <Hotspot X="-6439.822" Y="-3985.952" Z="264.2094" /> <Hotspot X="-6428.003" Y="-4098.959" Z="263.8891" /> <Hotspot X="-6365.07" Y="-4199.649" Z="286.149" /> <Hotspot X="-6539.043" Y="-4134.205" Z="266.5482" /> <Hotspot X="-6849.13" Y="-4085.099" Z="264.975" /> <Hotspot X="-6941.162" Y="-4047.433" Z="264.9174" /> <Hotspot X="-6976.967" Y="-3948.382" Z="263.8932" /> <Hotspot X="-6979.832" Y="-3874.175" Z="284.6595" /> <Hotspot X="-6855.422" Y="-3900.329" Z="264.3336" /> <Hotspot X="-6739.547" Y="-3879.489" Z="264.3406" /> <Hotspot X="-6761.92" Y="-3775.667" Z="257.2448" /> </Hotspots> </GrindArea> </SetGrindArea>