illusionslos
New Member
- Joined
- Jan 3, 2012
- Messages
- 28
Hello,
i make a profile for Tol Barad - Dailies. The bot take the Quests and do his job. The problem is when the quest is not available.
Today the quest "Oberleutnant Connor"(ID 28691) is not available. He stands by the NPC and open the dialog and close the dialog, ever and ever.
here is the little code:
<If Condition="!HasQuest(28691) && !IsQuestCompleted(28691) && HasQuestAvailable(48363)">
<RunTo X="-594.509" Y="1403.89" Z="21.39908" />
<PickUp QuestName="Oberleutnant Connor" QuestId="28691" GiverName="Captain Prug" GiverId="48363" />
</If>
In my opinion the bot looks, if he has not the quest AND the quest is noch completed AND the "Giver" has quest available.
should i change my code?
Sry, for bad english.
thanks for help.
i make a profile for Tol Barad - Dailies. The bot take the Quests and do his job. The problem is when the quest is not available.
Today the quest "Oberleutnant Connor"(ID 28691) is not available. He stands by the NPC and open the dialog and close the dialog, ever and ever.
here is the little code:
<If Condition="!HasQuest(28691) && !IsQuestCompleted(28691) && HasQuestAvailable(48363)">
<RunTo X="-594.509" Y="1403.89" Z="21.39908" />
<PickUp QuestName="Oberleutnant Connor" QuestId="28691" GiverName="Captain Prug" GiverId="48363" />
</If>
In my opinion the bot looks, if he has not the quest AND the quest is noch completed AND the "Giver" has quest available.
should i change my code?
Sry, for bad english.
