katzerle
New Member
- Joined
- Jan 18, 2011
- Messages
- 917
- Reaction score
- 68
Hello
I begin to advance the TolBarad Profiles for daylies and now I have some Questions about Profile writing.
First Question is about this Syntax:
</IF>
<IF Condition="HasQuest(28682)">
<OBJECTIVE QuestName="Claiming The Keep" QuestId="28682" MobId="47447" KillCount="1" Type="KillMob" />
</IF>
There are no Hotspots specified and the Quest isn't somewhere else described in the Profile. Anyhow the Bot straightly walks to the Mob and kills him.
How does this work?
Second Question:
Has the Questorder in the Profile an affect of which quest the Bot completes first?
Third Question:
In my Honorbuddy I found in the folder Quest Behaviors the File "UseItemTargetLocation"
How does this work? In the Wiki this isn't explained.
thanks a lot
katzerle
Edit:
Just another Question:
Is there a Syntax for using something like Do ....... While (.....) in a Profile?
I begin to advance the TolBarad Profiles for daylies and now I have some Questions about Profile writing.
First Question is about this Syntax:
Code:
< If Condition="HasQuest(28682)">
< Objective QuestName="Claiming The Keep" QuestId="28682" Type="KillMob" MobId="47447" KillCount="1" />
< /If>
<IF Condition="HasQuest(28682)">
<OBJECTIVE QuestName="Claiming The Keep" QuestId="28682" MobId="47447" KillCount="1" Type="KillMob" />
</IF>
There are no Hotspots specified and the Quest isn't somewhere else described in the Profile. Anyhow the Bot straightly walks to the Mob and kills him.
How does this work?
Second Question:
Has the Questorder in the Profile an affect of which quest the Bot completes first?
Third Question:
In my Honorbuddy I found in the folder Quest Behaviors the File "UseItemTargetLocation"
How does this work? In the Wiki this isn't explained.
thanks a lot
katzerle
Edit:
Just another Question:
Is there a Syntax for using something like Do ....... While (.....) in a Profile?
Last edited: