Pexus
Member
- Joined
- Feb 5, 2010
- Messages
- 222
- Reaction score
- 2
I wonder if it's possible to create a profile, wich does some quests and after that grinds untill a specific level. I couldnt realize it yet. Is is possible? The following example does not work for me:
So just putting hotspots after the quest part does not work.
Any Ideas?
Code:
.
.
.
<TurnIn QuestName="Bounty on Garrick Padfoot" QuestId="6" TurnInName="Deputy Willem" TurnInId="823" />
<Objective QuestName="Skirmish at Echo Ridge" QuestId="21" Type="KillMob" MobId="80" KillCount="8" />
<TurnIn QuestName="Skirmish at Echo Ridge" QuestId="21" TurnInName="Marshal McBride" TurnInId="197" />
<PickUp QuestName="Report to Goldshire" QuestId="54" GiverName="Marshal McBride" GiverId="197" />
</QuestOrder>
<Factions> 7 </Factions>
<Hotspots>
<Hotspot X="-9040.257" Y="-291.3885" Z="74.59972" />
<Hotspot X="-9076.493" Y="-331.4807" Z="73.45306" />
<Hotspot X="-9108.929" Y="-340.9735" Z="73.41761" />
<Hotspot X="-9122.935" Y="-368.1663" Z="73.70058" />
<Hotspot X="-9065.465" Y="-376.6882" Z="73.49092" />
<Hotspot X="-9006.606" Y="-363.0595" Z="74.94422" />
</Hotspots>
So just putting hotspots after the quest part does not work.
Any Ideas?