Benninger
Member
- Joined
- Apr 22, 2010
- Messages
- 457
- Reaction score
- 0
Hi there,
I have been trying to write some quest profiles for a few days.
Now the question:
How do I handle this:
- Take quest
- Kill mob
- use item in backpack on the killed mob
- do this 5x
This is my "profile" - where do I put the "use thing" in?
I have been trying to write some quest profiles for a few days.
Now the question:
How do I handle this:
- Take quest
- Kill mob
- use item in backpack on the killed mob
- do this 5x
This is my "profile" - where do I put the "use thing" in?
Code:
<HBProfile>
<Name>name of quest</Name>
<QuestOrder>
<PickUp QuestName="Questname" QuestId="questid"
GiverName="giverid" GiverId="giverid" />
????? HERE ?????
<GrindArea>
<Factions>faction ids</Factions>
<Hotspots>
<Hotspot X="...
...Z="143.2124" />
</Hotspots>
</GrindArea>
<TurnIn QuestName="Questname" QuestId="questid"
TurnInName="turninname" TurnInId="turninid" />
</QuestOrder>
</HBProfile>