Maria
New Member
- Joined
- Jun 8, 2010
- Messages
- 220
- Reaction score
- 4
I have been trying to make profiles lately for the quest ordering. I am having some troubles with them though and its nothing on my part. All users making quest order profiles are having the same problems that I am. Then the users that download our profiles don't know anything about them and they come and complain that our profiles are junk and don't work.
Heres the problem. I think the dev's are the only ones that can fix it.
The normal users need to be aware of this. To stop thinking its there profiles and understand its the bot. QuestOrder means it will do as its told in the profile in order.
So from that code I have a checkpoint level of 10. So that means if I start the bot at level 10 or 11. The first thing the bot will do is try and pick up the quest report to gryan stoutmantle. Then its going to turn in Jasperlode Mine.
The problem is if I didn't use this profile. Prior to level 10. Then I would not have picked up the quest Jasperlode Mine and it wouldn't be in my quest log.
So it would give the error below. Due to never having picked up that quest or I may have already turned it in prior to starting this profile.
Can not turn in quest The Jasperlode Mine (ID: 76) because I don't have it in my quest log! (Or do I: False)
Could not create current in quest bot!
Is there a planned fix in the future to fix errors like this ? Like could the bot scan your current quests and see that you don't have that quest in your log to turn in and just skip that quest ?
If you have quest pickups after that or turnins after it that you completed before you began this profile the bot will keep hitting errors just the same.
How can this be fixed ?
Heres the problem. I think the dev's are the only ones that can fix it.
The normal users need to be aware of this. To stop thinking its there profiles and understand its the bot. QuestOrder means it will do as its told in the profile in order.
Code:
<Checkpoint Level="10" />
<!-- Quest Link= http://www.wowhead.com/quest=83 -->
<Pickup QuestName="Report to Gryan Stoutmantle" QuestId="109" GiverName="Guard Thomas" GiverId="261" />
<!-- Quest Turnin Link= http://www.wowhead.com/npc=240 -->
<TurnIn QuestName="The Jasperlode Mine" QuestId="76" TurnInName="Marshal Dughan" TurnInId="240" />
<!-- Quest Link= http://www.wowhead.com/quest=1097 -->
So from that code I have a checkpoint level of 10. So that means if I start the bot at level 10 or 11. The first thing the bot will do is try and pick up the quest report to gryan stoutmantle. Then its going to turn in Jasperlode Mine.
The problem is if I didn't use this profile. Prior to level 10. Then I would not have picked up the quest Jasperlode Mine and it wouldn't be in my quest log.
So it would give the error below. Due to never having picked up that quest or I may have already turned it in prior to starting this profile.
Can not turn in quest The Jasperlode Mine (ID: 76) because I don't have it in my quest log! (Or do I: False)
Could not create current in quest bot!
Is there a planned fix in the future to fix errors like this ? Like could the bot scan your current quests and see that you don't have that quest in your log to turn in and just skip that quest ?
If you have quest pickups after that or turnins after it that you completed before you began this profile the bot will keep hitting errors just the same.
How can this be fixed ?
Last edited: