JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
Need some help understand questorder profile making ..
Status
Not open for further replies.
I am new to making profiles and trying to learn. I am starting with a alliance questing profile. Starting from lvl 1 in NorthShire Valley.
Code:
<HBProfile>
<Name> [ 1-60 Alliance Questing - Northshire Start - Maria V1.0 ] </Name>
<SellGrey>true</SellGrey>
<SellWhite>true</SellWhite>
<SellGreen>true</SellGreen>
<MailWhite>true</MailWhite>
<MailGreen>true</MailGreen>
<MailBlue>true</MailBlue>
<MailPurple>true</MailPurple>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SubProfile>
<Name> NorthShire Valley </Name>
<MinLevel>1</MinLevel>
<MaxLevel>10</MaxLevel>
<!-- Quest Link= http://www.wowhead.com/quest=783 -->
<!-- Quest Giver Link= http://www.wowhead.com/npc=823 -->
<!-- Quest Turnin Link= http://www.wowhead.com/npc=197 -->
<PickUp QuestName="A Threat Within" QuestId="783" GiverName="Deputy Willem" GiverId="823" />
<TurnIn QuestName="A Threat Within" QuestId="783" TurnInName="Marshal McBride" TurnInId="197" />
</SubProfile>
</HBProfile>
Here is what I got far.
Now when I start that in HB I get this error. Is there something wrong with what I have there? Do I need to add hotspots ? Also When I started this It ran to other npcs and accepted quests not on my list. All I want it do is Accept this first quest then walk to marshal McBride and turn in that quest. Do I need to add hotspots between Pick up and Turn in ?
Code:
Loading C:\Program Files\HonorBuddy\Default Profiles\1-60 Human Questing.xml.
Unknown tag "PickUp" (Input: "<PickUp QuestName="A Threat Within" QuestId="783" GiverName="Deputy Willem" GiverId="823" />") in "SubProfile"!
Unknown tag "TurnIn" (Input: "<TurnIn QuestName="A Threat Within" QuestId="783" TurnInName="Marshal McBride" TurnInId="197" />") in "SubProfile"!
Last edited: Aug 26, 2010
you want to use questorder but don't have any questorder tags around it
Is a List of commands ? Or an example I can use. I am doing this by hand. Not off another profile.
I changed it to this and it worked perfect !!
What does the Checkpoint Level actually meant though ? Is that character lvl ?
Code:
<HBProfile>
<Name> [ 1-60 Alliance Questing - Northshire Start - Maria V1.0 ] </Name>
<SellGrey>true</SellGrey>
<SellWhite>true</SellWhite>
<SellGreen>true</SellGreen>
<MailWhite>true</MailWhite>
<MailGreen>true</MailGreen>
<MailBlue>true</MailBlue>
<MailPurple>true</MailPurple>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SubProfile>
<Name> NorthShire Valley </Name>
<MinLevel>1</MinLevel>
<MaxLevel>10</MaxLevel>
<QuestOrder>
<Checkpoint Level="1" />
<!-- Quest Link= http://www.wowhead.com/quest=783 -->
<!-- Quest Giver Link= http://www.wowhead.com/npc=823 -->
<!-- Quest Turnin Link= http://www.wowhead.com/npc=197 -->
<PickUp QuestName="A Threat Within" QuestId="783" GiverName="Deputy Willem" GiverId="823" />
<TurnIn QuestName="A Threat Within" QuestId="783" TurnInName="Marshal McBride" TurnInId="197" />
</QuestOrder>
<Vendors>
<Vendor Name="Adlin Pridedrift" Entry="829" Type="Ammo" X="-6225.237" Y="320.3721" Z="383.1168" />
<Vendor Name="Rybrad Coldbank" Entry="945" Type="Repair" X="-6101.101" Y="390.5695" Z="395.5426" />
<Vendor Name="Janos Hammerknuckle" Entry="78" Type="Repair" X="-8909.458" Y="-104.1632" Z="81.84859" />
</Vendors>
</SubProfile>
I changed it to this and it worked perfect !!
What does the Checkpoint Level actually meant though ? Is that character lvl ?
Code:
<HBProfile>
<Name> [ 1-60 Alliance Questing - Northshire Start - Maria V1.0 ] </Name>
<SellGrey>true</SellGrey>
<SellWhite>true</SellWhite>
<SellGreen>true</SellGreen>
<MailWhite>true</MailWhite>
<MailGreen>true</MailGreen>
<MailBlue>true</MailBlue>
<MailPurple>true</MailPurple>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SubProfile>
<Name> NorthShire Valley </Name>
<MinLevel>1</MinLevel>
<MaxLevel>10</MaxLevel>
<QuestOrder>
<Checkpoint Level="1" />
<!-- Quest Link= http://www.wowhead.com/quest=783 -->
<!-- Quest Giver Link= http://www.wowhead.com/npc=823 -->
<!-- Quest Turnin Link= http://www.wowhead.com/npc=197 -->
<PickUp QuestName="A Threat Within" QuestId="783" GiverName="Deputy Willem" GiverId="823" />
<TurnIn QuestName="A Threat Within" QuestId="783" TurnInName="Marshal McBride" TurnInId="197" />
</QuestOrder>
<Vendors>
<Vendor Name="Adlin Pridedrift" Entry="829" Type="Ammo" X="-6225.237" Y="320.3721" Z="383.1168" />
<Vendor Name="Rybrad Coldbank" Entry="945" Type="Repair" X="-6101.101" Y="390.5695" Z="395.5426" />
<Vendor Name="Janos Hammerknuckle" Entry="78" Type="Repair" X="-8909.458" Y="-104.1632" Z="81.84859" />
</Vendors>
</SubProfile>
The checkpoint does the following:
If theres a <Checkpoint Level="6" /> and you start the profile at level 6 it will jump straight to that point skipping everything past. The problem is that if you have a chain quest it might get stuck
Ok, I've Made it up to here no without any problems. Got new Questions.. Now after finishing the last quests objective I would like it to grind. Make a new subprofile as grind then make another new subprofile with quest turnins and moving on from there ?
Code:
<HBProfile>
<Name> [ 1-60 Alliance Questing - Northshire Start - Maria V1.0 ] </Name>
<SellGrey>true</SellGrey>
<SellWhite>true</SellWhite>
<SellGreen>true</SellGreen>
<MailWhite>true</MailWhite>
<MailGreen>true</MailGreen>
<MailBlue>true</MailBlue>
<MailPurple>true</MailPurple>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SubProfile>
<Name> NorthShire Valley </Name>
<MinLevel>1</MinLevel>
<MaxLevel>10</MaxLevel>
<QuestOrder>
<Checkpoint Level="1" />
<!-- Quest Giver Link= http://www.wowhead.com/npc=823 -->
<!-- Quest Link= http://www.wowhead.com/quest=783 -->
<PickUp QuestName="A Threat Within" QuestId="783" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Turnin Link= http://www.wowhead.com/npc=197 -->
<TurnIn QuestName="A Threat Within" QuestId="783" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Giver Link= http://www.wowhead.com/npc=197 -->
<PickUp QuestName="Kobold Camp Cleanup" QuestId="7" GiverName="Marshal McBride" GiverId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=5261 -->
<PickUp QuestName="Eagan Peltskinner" QuestId="5261" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Turnin Link= http://www.wowhead.com/npc=196 -->
<TurnIn QuestName="Eagan Peltskinner" QuestId="5261" TurnInName="Eagen Peltskinner" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=33 -->
<Pickup QuestName="Wolves Across the Border" QuestId="33" GiverName="Eagan Peltskinner" GiverId="196" />
<!-- Quest Link= http://www.wowhead.com/quest=7 -->
<!-- Quest Kill Link= http://www.wowhead.com/npc=6 -->
<Objective QuestName="Kobold Camp Cleanup" QuestId="7" Type="KillMob" MobId="6" KillCount="8" />
<!-- Quest Kill Link= http://www.wowhead.com/npc=6 -->
<!-- Quest Collect Link= http://www.wowhead.com/item=50432 -->
<Objective QuestName="Wolves Across the Border" QuestId="33" Type="CollectItem" ItemId="50432" CollectCount="8" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=33 -->
<TurnIn QuestName="Wolves Across the Border" QuestId="33" TurnInName="Eagan Peltskinner" TurnInId="196" />
<!-- Quest Turnin Link= http://www.wowhead.com/npc=197 -->
<TurnIn QuestName="Kobold Camp Cleanup" QuestId="7" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=15 -->
<Pickup QuestName="Investigate Echo Ridge" QuestId="15" GiverName="Marchal MeBride" GiverId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=18 -->
<Pickup QuestName="Brotherhood of Thieves" QuestId="18" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Kill Link= http://www.wowhead.com/npc=257 -->
<Objective QuestName="Investigate Echo Ridge" QuestId="15" Type="KillMob" MobId="257" KillCount="8" />
<!-- Quest Collect Link= http://www.wowhead.com/quest=18 -->
<Objective QuestName="Brotherhood of Thieves" QuestId="18" Type="CollectItem" ItemId="752" CollectCount="8" />
After is done killing the Guys for Quest Brotherhood of Thieves I would like it to grind them will lvl 5.. How do I make it do this. Then when it reaches lvl 5 I want it to turn in the Quests investigate echo ridge then brotherhood of thieves.
Last edited: Aug 26, 2010
Ok I figured that part.. The Code now looks like below..
Code:
<HBProfile>
<Name> [ 1-60 Alliance Questing - Northshire Start - Maria V1.0 ] </Name>
<SellGrey>true</SellGrey>
<SellWhite>true</SellWhite>
<SellGreen>true</SellGreen>
<MailWhite>true</MailWhite>
<MailGreen>true</MailGreen>
<MailBlue>true</MailBlue>
<MailPurple>true</MailPurple>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SubProfile>
<Name> NorthShire Valley </Name>
<MinLevel>1</MinLevel>
<MaxLevel>5</MaxLevel>
<QuestOrder>
<Checkpoint Level="1" />
<!-- Quest Giver Link= http://www.wowhead.com/npc=823 -->
<!-- Quest Link= http://www.wowhead.com/quest=783 -->
<PickUp QuestName="A Threat Within" QuestId="783" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Turnin Link= http://www.wowhead.com/npc=197 -->
<TurnIn QuestName="A Threat Within" QuestId="783" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Giver Link= http://www.wowhead.com/npc=197 -->
<PickUp QuestName="Kobold Camp Cleanup" QuestId="7" GiverName="Marshal McBride" GiverId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=5261 -->
<PickUp QuestName="Eagan Peltskinner" QuestId="5261" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Turnin Link= http://www.wowhead.com/npc=196 -->
<TurnIn QuestName="Eagan Peltskinner" QuestId="5261" TurnInName="Eagen Peltskinner" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=33 -->
<Pickup QuestName="Wolves Across the Border" QuestId="33" GiverName="Eagan Peltskinner" GiverId="196" />
<!-- Quest Link= http://www.wowhead.com/quest=7 -->
<!-- Quest Kill Link= http://www.wowhead.com/npc=6 -->
<Objective QuestName="Kobold Camp Cleanup" QuestId="7" Type="KillMob" MobId="6" KillCount="8" />
<!-- Quest Kill Link= http://www.wowhead.com/npc=6 -->
<!-- Quest Collect Link= http://www.wowhead.com/item=50432 -->
<Objective QuestName="Wolves Across the Border" QuestId="33" Type="CollectItem" ItemId="50432" CollectCount="8" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=33 -->
<TurnIn QuestName="Wolves Across the Border" QuestId="33" TurnInName="Eagan Peltskinner" TurnInId="196" />
<!-- Quest Turnin Link= http://www.wowhead.com/npc=197 -->
<TurnIn QuestName="Kobold Camp Cleanup" QuestId="7" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=15 -->
<Pickup QuestName="Investigate Echo Ridge" QuestId="15" GiverName="Marchal MeBride" GiverId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=18 -->
<Pickup QuestName="Brotherhood of Thieves" QuestId="18" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Kill Link= http://www.wowhead.com/npc=257 -->
<Objective QuestName="Investigate Echo Ridge" QuestId="15" Type="KillMob" MobId="257" KillCount="8" />
<!-- Quest Collect Link= http://www.wowhead.com/quest=18 -->
<Objective QuestName="Brotherhood of Thieves" QuestId="18" Type="CollectItem" ItemId="752" CollectCount="8" />
<SetGrindArea>
<GrindArea>
<TargetMinLevel>1</TargetMinLevel>
<TargetMaxLevel>6</TargetMaxLevel>
<Factions>7</Factions>
<Hotspots>
<Hotspot X="-8873.885" Y="-365.5264" Z="72.70734" />
<Hotspot X="-8887.012" Y="-408.3968" Z="66.5916" />
<Hotspot X="-8919.146" Y="-392.0735" Z="69.2683" />
<Hotspot X="-8942.026" Y="-368.5629" Z="72.59242" />
<Hotspot X="-8988.015" Y="-401.4778" Z="71.2592" />
<Hotspot X="-9008.746" Y="-371.6423" Z="73.75401" />
<Hotspot X="-8987.12" Y="-334.0468" Z="74.32983" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<GrindTo Level="5" />
</QuestOrder>
<Vendors>
<Vendor Name="Adlin Pridedrift" Entry="829" Type="Ammo" X="-6225.237" Y="320.3721" Z="383.1168" />
<Vendor Name="Rybrad Coldbank" Entry="945" Type="Repair" X="-6101.101" Y="390.5695" Z="395.5426" />
<Vendor Name="Janos Hammerknuckle" Entry="78" Type="Repair" X="-8909.458" Y="-104.1632" Z="81.84859" />
</Vendors>
</SubProfile>
I am sure lots of people will be reading this, keep going as you discover what does and doesn't work and the problems you fix, very helpful.
Code:
<Objective QuestName="Kobold Camp Cleanup" QuestId="7" Type="KillMob" KillCount="8" NpcId="6">
<Hotspots>
<Hotspot X="-8811" Y="-244" Z="82.142" />
<Hotspot X="-8803" Y="-81" Z="86.374" />
<Hotspot X="-8797" Y="-173" Z="81.655" />
<Hotspot X="-8796" Y="-211" Z="82.807" />
<Hotspot X="-8790" Y="-121" Z="82.98" />
<Hotspot X="-8785.22" Y="-107.864" Z="83.2028" />
<Hotspot X="-8782" Y="-203" Z="84.005" />
<Hotspot X="-8781.03" Y="-131.108" Z="82.3968" />
<Hotspot X="-8779" Y="-250" Z="82.702" />
<Hotspot X="-8779" Y="-171" Z="82.004" />
</Hotspots>
</Objective>
That also works, if you find that HB goes for the wrong mobs.
Well Hit a Few more bumps in the road here.
I was going threw with one character and doing the quests then adding em to the xml .
Once I made it to the end of this and about to start another grind area. I decided to test it on a new lvl 1. It did everything in the first subprofile. Grinded to lvl 5 and stopped. Now I get this error from HB.
Loading C:\Program Files\HonorBuddy\Default Profiles\1-60 Human Questing.xml.
Can not turn in quest Report to Goldshire (ID: 54) because I don't have it in my quest log! (Or do I: False)
Could not create current in quest bot!
Also This quest appeared on the first character but not the second ? Second character stood there saying trying to accept quest. Anyone know why ? I marked it as bugged for now.
<!-- Quest Link=
http://www.wowhead.com/quest=5261 -->
<!-- Bugged <PickUp QuestName="Eagan Peltskinner" QuestId="5261" GiverName="Deputy Willem" GiverId="823" /> -->
Code:
<HBProfile>
<Name> [ 1-60 Alliance Questing - Northshire Start - Maria V1.0 ] </Name>
<SellGrey>true</SellGrey>
<SellWhite>true</SellWhite>
<SellGreen>true</SellGreen>
<MailWhite>true</MailWhite>
<MailGreen>true</MailGreen>
<MailBlue>true</MailBlue>
<MailPurple>true</MailPurple>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SubProfile>
<Name> NorthShire Valley </Name>
<MinLevel>1</MinLevel>
<MaxLevel>6</MaxLevel>
<QuestOrder>
<Checkpoint Level="1" />
<!-- Quest Link= http://www.wowhead.com/quest=783 -->
<PickUp QuestName="A Threat Within" QuestId="783" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Turnin Link= http://www.wowhead.com/npc=197 -->
<TurnIn QuestName="A Threat Within" QuestId="783" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/npc=197 -->
<PickUp QuestName="Kobold Camp Cleanup" QuestId="7" GiverName="Marshal McBride" GiverId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=5261 -->
<!-- Bugged <PickUp QuestName="Eagan Peltskinner" QuestId="5261" GiverName="Deputy Willem" GiverId="823" /> -->
<!-- Quest Turnin Link= http://www.wowhead.com/npc=196 -->
<!-- Bugged <TurnIn QuestName="Eagan Peltskinner" QuestId="5261" TurnInName="Eagen Peltskinner" TurnInId="196" /> -->
<!-- Quest Link= http://www.wowhead.com/quest=33 -->
<Pickup QuestName="Wolves Across the Border" QuestId="33" GiverName="Eagan Peltskinner" GiverId="196" />
<!-- Quest Link= http://www.wowhead.com/quest=7 -->
<!-- Quest Kill Link= http://www.wowhead.com/npc=6 -->
<Objective QuestName="Kobold Camp Cleanup" QuestId="7" Type="KillMob" MobId="6" KillCount="8" />
<!-- Quest Kill Link= http://www.wowhead.com/npc=6 -->
<!-- Quest Collect Link= http://www.wowhead.com/item=50432 -->
<Objective QuestName="Wolves Across the Border" QuestId="33" Type="CollectItem" ItemId="50432" CollectCount="8" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=33 -->
<TurnIn QuestName="Wolves Across the Border" QuestId="33" TurnInName="Eagan Peltskinner" TurnInId="196" />
<!-- Quest Turnin Link= http://www.wowhead.com/npc=197 -->
<TurnIn QuestName="Kobold Camp Cleanup" QuestId="7" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=15 -->
<Pickup QuestName="Investigate Echo Ridge" QuestId="15" GiverName="Marchal MeBride" GiverId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=18 -->
<Pickup QuestName="Brotherhood of Thieves" QuestId="18" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Kill Link= http://www.wowhead.com/npc=257 -->
<Objective QuestName="Investigate Echo Ridge" QuestId="15" Type="KillMob" MobId="257" KillCount="8" />
<!-- Quest Collect Link= http://www.wowhead.com/quest=18 -->
<Objective QuestName="Brotherhood of Thieves" QuestId="18" Type="CollectItem" ItemId="752" CollectCount="8" />
<SetGrindArea>
<GrindArea>
<TargetMinLevel>1</TargetMinLevel>
<TargetMaxLevel>6</TargetMaxLevel>
<Factions>7</Factions>
<Hotspots>
<Hotspot X="-8873.885" Y="-365.5264" Z="72.70734" />
<Hotspot X="-8887.012" Y="-408.3968" Z="66.5916" />
<Hotspot X="-8919.146" Y="-392.0735" Z="69.2683" />
<Hotspot X="-8942.026" Y="-368.5629" Z="72.59242" />
<Hotspot X="-8988.015" Y="-401.4778" Z="71.2592" />
<Hotspot X="-9008.746" Y="-371.6423" Z="73.75401" />
<Hotspot X="-8987.12" Y="-334.0468" Z="74.32983" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<GrindTo Level="5" />
</QuestOrder>
<Vendors>
<Vendor Name="Adlin Pridedrift" Entry="829" Type="Ammo" X="-6225.237" Y="320.3721" Z="383.1168" />
<Vendor Name="Rybrad Coldbank" Entry="945" Type="Repair" X="-6101.101" Y="390.5695" Z="395.5426" />
<Vendor Name="Janos Hammerknuckle" Entry="78" Type="Repair" X="-8909.458" Y="-104.1632" Z="81.84859" />
</Vendors>
</SubProfile>
<SubProfile>
<Name> NorthShire Valley2 </Name>
<MinLevel>4</MinLevel>
<MaxLevel>7</MaxLevel>
<QuestOrder>
<Checkpoint Level="5" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=18 -->
<TurnIn QuestName="Brotherhood of Thieves" QuestId="18" TurnInName="Deputy Willem" TurnInId="823" />
<!-- Quest Link= http://www.wowhead.com/quest=3903 -->
<Pickup QuestName="Milly Osworth" QuestId="3903" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Link= http://www.wowhead.com/quest=6 -->
<Pickup QuestName="Bounty on Garrick Padfoot" QuestId="6" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=15 -->
<TurnIn QuestName="Investigate Echo Ridge" QuestId="15" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=21 -->
<Pickup QuestName="Skirmish at Echo Ridge" QuestId="21" GiverName="Marshal McBride" GiverId="197" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=3903 -->
<TurnIn QuestName="Milly Osworth" QuestId="3903" TurnInName="Milly Osworth" TurnInId="9296" />
<!-- Quest Link= http://www.wowhead.com/quest=3904 -->
<Pickup QuestName="Milly's Harvest" QuestId="3904" GiverName="Milly Osworth" GiverId="9296" />
<!-- Quest Kill Link= http://www.wowhead.com/npc=80 -->
<Objective QuestName="Skirmish at Echo Ridge" QuestId="21" Type="KillMob" MobId="80" KillCount="8" />
<!-- Quest Collect Link= http://www.wowhead.com/item=11119 -->
<Objective QuestName="Milly's Harvest" QuestId="3904" Type="CollectItem" ItemId="11119" CollectCount="8" />
<!-- Quest Collect Link= http://www.wowhead.com/item=182 -->
<Objective QuestName="Bounty on Garrick Padfoot" QuestId="6" Type="CollectItem" ItemId="182" CollectCount="1" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=3904 -->
<TurnIn QuestName="Milly Osworth" QuestId="3904" TurnInName="Milly Osworth" TurnInId="9296" />
<!-- Quest Link= http://www.wowhead.com/quest=3905 -->
<Pickup QuestName="Grape Manifest" QuestId="3905" GiverName="Milly Osworth" GiverId="9296" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=6 -->
<TurnIn QuestName="Bounty on Garrick Padfoot" QuestId="6" TurnInName="Deputy Willem" TurnInId="823" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=21 -->
<TurnIn QuestName="Skirmish at Echo Ridge" QuestId="21" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=54 -->
<Pickup QuestName="Report to Goldshire" QuestId="54" GiverName="Marshal McBride" GiverId="197" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=3905 -->
<TurnIn QuestName="Grape Manifest" QuestId="3905" TurnInName="Brother Neals" TurnInId="952" />
<!-- Quest Link= http://www.wowhead.com/quest=2158 -->
<Pickup QuestName="Rest and Relaxation" QuestId="2158" GiverName="Falkhaan Isenstrider" GiverId="6774" />
</QuestOrder>
<Vendors>
<Vendor Name="Adlin Pridedrift" Entry="829" Type="Ammo" X="-6225.237" Y="320.3721" Z="383.1168" />
<Vendor Name="Rybrad Coldbank" Entry="945" Type="Repair" X="-6101.101" Y="390.5695" Z="395.5426" />
<Vendor Name="Janos Hammerknuckle" Entry="78" Type="Repair" X="-8909.458" Y="-104.1632" Z="81.84859" />
</Vendors>
</SubProfile>
<SubProfile>
<Name> GoldShire </Name>
<MinLevel>5</MinLevel>
<MaxLevel>15</MaxLevel>
<QuestOrder>
<!-- Quest Turnin Link= http://www.wowhead.com/quest=54 -->
<TurnIn QuestName="Report to Goldshire" QuestId="54" TurnInName="Marshal Dughan" TurnInId="240" />
<!-- Quest Link= http://www.wowhead.com/quest=62 -->
<Pickup QuestName="The Fargodeep Mine" QuestId="62" GiverName="Marshal Dughan" GiverId="240" />
<!-- Quest Link= http://www.wowhead.com/quest=47 -->
<Pickup QuestName="Gold Dust Exchange" QuestId="47" GiverName="Remy Two Times" GiverId="241" />
<!-- Quest Link= http://www.wowhead.com/quest=60 -->
<Pickup QuestName="Kobold Candles" QuestId="60" GiverName="William Pestle" GiverId="253" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=2158 -->
<TurnIn QuestName="Rest and Relaxation" QuestId="2158" TurnInName="Innkeeper Farley" TurnInId="295" />
<SetGrindArea>
<GrindArea>
<TargetMinLevel>5</TargetMinLevel>
<TargetMaxLevel>7</TargetMaxLevel>
<Factions>26 189 22</Factions>
<Hotspots>
<Hotspot X="-9565.737" Y="10.38999" Z="60.08904" />
<Hotspot X="-9581.021" Y="48.91973" Z="60.82641" />
<Hotspot X="-9628.666" Y="56.54801" Z="60.19681" />
<Hotspot X="-9692.091" Y="78.0079" Z="49.58552" />
<Hotspot X="-9710.242" Y="117.0774" Z="46.42828" />
<Hotspot X="-9714.637" Y="159.1712" Z="50.61187" />
<Hotspot X="-9643.148" Y="155.5284" Z="47.16628" />
<Hotspot X="-9645.494" Y="206.9909" Z="48.79236" />
<Hotspot X="-9703.237" Y="216.5594" Z="49.73563" />
<Hotspot X="-9759.022" Y="206.0556" Z="47.69236" />
<Hotspot X="-9768.024" Y="233.4608" Z="46.36877" />
<Hotspot X="-9748.727" Y="275.9777" Z="45.98367" />
<Hotspot X="-9812.472" Y="326.0736" Z="38.37483" />
<Hotspot X="-9822.226" Y="273.8122" Z="39.56543" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<Grindto Level="7" />
</QuestOrder>
<Vendors>
<Vendor Name="Andrew Krighton" Entry="2046" Type="Repair" X="-9462.295" Y="87.81513" Z="58.33769" />
</Vendors>
<Mailboxes>
<Mailbox X="-9456.15" Y="47.34866" Z="56.60633" />
</Mailboxes>
</SubProfile>
<SubProfile>
<Name> GoldShire </Name>
<MinLevel>7</MinLevel>
<MaxLevel>15</MaxLevel>
<QuestOrder>
<!-- Quest Runto Link= http://www.wowhead.com/quest=62 -->
<Runto X="-9796.063" Y="150.1595" Z="24.2474" />
<!-- Quest Collect Link= http://www.wowhead.com/quest=47 -->
<Objective QuestName="Gold Dust Exchange" QuestId="47" Type="CollectItem" ItemId="773" CollectCount="10" />
<!-- Quest Collect Link= http://www.wowhead.com/quest=60 -->
<Objective QuestName="Kobold Candles" QuestId="60" Type="CollectItem" ItemId="772" CollectCount="8" />
</QuestOrder>
<Vendors>
<Vendor Name="Andrew Krighton" Entry="2046" Type="Repair" X="-9462.295" Y="87.81513" Z="58.33769" />
</Vendors>
<Mailboxes>
<Mailbox X="-9456.15" Y="47.34866" Z="56.60633" />
</Mailboxes>
</SubProfile>
Last edited: Aug 26, 2010
Figured That error out. I had the subprofile lvls messed up. Here is the code for examples.
Code:
<HBProfile>
<Name> [ 1-60 Alliance Questing - Northshire Start - Maria V1.0 ] </Name>
<SellGrey>true</SellGrey>
<SellWhite>true</SellWhite>
<SellGreen>true</SellGreen>
<MailWhite>true</MailWhite>
<MailGreen>true</MailGreen>
<MailBlue>true</MailBlue>
<MailPurple>true</MailPurple>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SubProfile>
<Name> NorthShire Valley </Name>
<MinLevel>1</MinLevel>
<MaxLevel>4</MaxLevel>
<QuestOrder>
<Checkpoint Level="1" />
<!-- Quest Link= http://www.wowhead.com/quest=783 -->
<PickUp QuestName="A Threat Within" QuestId="783" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Turnin Link= http://www.wowhead.com/npc=197 -->
<TurnIn QuestName="A Threat Within" QuestId="783" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/npc=197 -->
<PickUp QuestName="Kobold Camp Cleanup" QuestId="7" GiverName="Marshal McBride" GiverId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=5261 -->
<!-- Bugged <PickUp QuestName="Eagan Peltskinner" QuestId="5261" GiverName="Deputy Willem" GiverId="823" /> -->
<!-- Quest Turnin Link= http://www.wowhead.com/npc=196 -->
<!-- Bugged <TurnIn QuestName="Eagan Peltskinner" QuestId="5261" TurnInName="Eagen Peltskinner" TurnInId="196" /> -->
<!-- Quest Link= http://www.wowhead.com/quest=33 -->
<Pickup QuestName="Wolves Across the Border" QuestId="33" GiverName="Eagan Peltskinner" GiverId="196" />
<!-- Quest Link= http://www.wowhead.com/quest=7 -->
<!-- Quest Kill Link= http://www.wowhead.com/npc=6 -->
<Objective QuestName="Kobold Camp Cleanup" QuestId="7" Type="KillMob" MobId="6" KillCount="8" />
<!-- Quest Kill Link= http://www.wowhead.com/npc=6 -->
<!-- Quest Collect Link= http://www.wowhead.com/item=50432 -->
<Objective QuestName="Wolves Across the Border" QuestId="33" Type="CollectItem" ItemId="50432" CollectCount="8" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=33 -->
<TurnIn QuestName="Wolves Across the Border" QuestId="33" TurnInName="Eagan Peltskinner" TurnInId="196" />
<!-- Quest Turnin Link= http://www.wowhead.com/npc=197 -->
<TurnIn QuestName="Kobold Camp Cleanup" QuestId="7" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=15 -->
<Pickup QuestName="Investigate Echo Ridge" QuestId="15" GiverName="Marchal MeBride" GiverId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=18 -->
<Pickup QuestName="Brotherhood of Thieves" QuestId="18" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Kill Link= http://www.wowhead.com/npc=257 -->
<Objective QuestName="Investigate Echo Ridge" QuestId="15" Type="KillMob" MobId="257" KillCount="8" />
<!-- Quest Collect Link= http://www.wowhead.com/quest=18 -->
<Objective QuestName="Brotherhood of Thieves" QuestId="18" Type="CollectItem" ItemId="752" CollectCount="8" />
<SetGrindArea>
<GrindArea>
<TargetMinLevel>1</TargetMinLevel>
<TargetMaxLevel>6</TargetMaxLevel>
<Factions>7</Factions>
<Hotspots>
<Hotspot X="-8873.885" Y="-365.5264" Z="72.70734" />
<Hotspot X="-8887.012" Y="-408.3968" Z="66.5916" />
<Hotspot X="-8919.146" Y="-392.0735" Z="69.2683" />
<Hotspot X="-8942.026" Y="-368.5629" Z="72.59242" />
<Hotspot X="-8988.015" Y="-401.4778" Z="71.2592" />
<Hotspot X="-9008.746" Y="-371.6423" Z="73.75401" />
<Hotspot X="-8987.12" Y="-334.0468" Z="74.32983" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<GrindTo Level="4" />
</QuestOrder>
<Vendors>
<Vendor Name="Adlin Pridedrift" Entry="829" Type="Ammo" X="-6225.237" Y="320.3721" Z="383.1168" />
<Vendor Name="Rybrad Coldbank" Entry="945" Type="Repair" X="-6101.101" Y="390.5695" Z="395.5426" />
<Vendor Name="Janos Hammerknuckle" Entry="78" Type="Repair" X="-8909.458" Y="-104.1632" Z="81.84859" />
</Vendors>
</SubProfile>
<SubProfile>
<Name> NorthShire Valley2 </Name>
<MinLevel>4</MinLevel>
<MaxLevel>6</MaxLevel>
<QuestOrder>
<!-- Quest Turnin Link= http://www.wowhead.com/quest=18 -->
<TurnIn QuestName="Brotherhood of Thieves" QuestId="18" TurnInName="Deputy Willem" TurnInId="823" />
<!-- Quest Link= http://www.wowhead.com/quest=3903 -->
<Pickup QuestName="Milly Osworth" QuestId="3903" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Link= http://www.wowhead.com/quest=6 -->
<Pickup QuestName="Bounty on Garrick Padfoot" QuestId="6" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=15 -->
<TurnIn QuestName="Investigate Echo Ridge" QuestId="15" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=21 -->
<Pickup QuestName="Skirmish at Echo Ridge" QuestId="21" GiverName="Marshal McBride" GiverId="197" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=3903 -->
<TurnIn QuestName="Milly Osworth" QuestId="3903" TurnInName="Milly Osworth" TurnInId="9296" />
<!-- Quest Link= http://www.wowhead.com/quest=3904 -->
<Pickup QuestName="Milly's Harvest" QuestId="3904" GiverName="Milly Osworth" GiverId="9296" />
<!-- Quest Kill Link= http://www.wowhead.com/npc=80 -->
<Objective QuestName="Skirmish at Echo Ridge" QuestId="21" Type="KillMob" MobId="80" KillCount="8" />
<!-- Quest Collect Link= http://www.wowhead.com/item=11119 -->
<Objective QuestName="Milly's Harvest" QuestId="3904" Type="CollectItem" ItemId="11119" CollectCount="8" />
<!-- Quest Collect Link= http://www.wowhead.com/item=182 -->
<Objective QuestName="Bounty on Garrick Padfoot" QuestId="6" Type="CollectItem" ItemId="182" CollectCount="1" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=3904 -->
<TurnIn QuestName="Milly Osworth" QuestId="3904" TurnInName="Milly Osworth" TurnInId="9296" />
<!-- Quest Link= http://www.wowhead.com/quest=3905 -->
<Pickup QuestName="Grape Manifest" QuestId="3905" GiverName="Milly Osworth" GiverId="9296" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=6 -->
<TurnIn QuestName="Bounty on Garrick Padfoot" QuestId="6" TurnInName="Deputy Willem" TurnInId="823" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=21 -->
<TurnIn QuestName="Skirmish at Echo Ridge" QuestId="21" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=54 -->
<Pickup QuestName="Report to Goldshire" QuestId="54" GiverName="Marshal McBride" GiverId="197" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=3905 -->
<TurnIn QuestName="Grape Manifest" QuestId="3905" TurnInName="Brother Neals" TurnInId="952" />
<!-- Quest Link= http://www.wowhead.com/quest=2158 -->
<Pickup QuestName="Rest and Relaxation" QuestId="2158" GiverName="Falkhaan Isenstrider" GiverId="6774" />
</QuestOrder>
<Vendors>
<Vendor Name="Adlin Pridedrift" Entry="829" Type="Ammo" X="-6225.237" Y="320.3721" Z="383.1168" />
<Vendor Name="Rybrad Coldbank" Entry="945" Type="Repair" X="-6101.101" Y="390.5695" Z="395.5426" />
<Vendor Name="Janos Hammerknuckle" Entry="78" Type="Repair" X="-8909.458" Y="-104.1632" Z="81.84859" />
</Vendors>
</SubProfile>
<SubProfile>
<Name> GoldShire </Name>
<MinLevel>5</MinLevel>
<MaxLevel>10</MaxLevel>
<QuestOrder>
<!-- Quest Turnin Link= http://www.wowhead.com/quest=54 -->
<TurnIn QuestName="Report to Goldshire" QuestId="54" TurnInName="Marshal Dughan" TurnInId="240" />
<!-- Quest Link= http://www.wowhead.com/quest=62 -->
<Pickup QuestName="The Fargodeep Mine" QuestId="62" GiverName="Marshal Dughan" GiverId="240" />
<!-- Quest Link= http://www.wowhead.com/quest=47 -->
<Pickup QuestName="Gold Dust Exchange" QuestId="47" GiverName="Remy Two Times" GiverId="241" />
<!-- Quest Link= http://www.wowhead.com/quest=60 -->
<Pickup QuestName="Kobold Candles" QuestId="60" GiverName="William Pestle" GiverId="253" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=2158 -->
<TurnIn QuestName="Rest and Relaxation" QuestId="2158" TurnInName="Innkeeper Farley" TurnInId="295" />
<SetGrindArea>
<GrindArea>
<TargetMinLevel>5</TargetMinLevel>
<TargetMaxLevel>7</TargetMaxLevel>
<Factions>26 189 22</Factions>
<Hotspots>
<Hotspot X="-9565.737" Y="10.38999" Z="60.08904" />
<Hotspot X="-9581.021" Y="48.91973" Z="60.82641" />
<Hotspot X="-9628.666" Y="56.54801" Z="60.19681" />
<Hotspot X="-9692.091" Y="78.0079" Z="49.58552" />
<Hotspot X="-9710.242" Y="117.0774" Z="46.42828" />
<Hotspot X="-9714.637" Y="159.1712" Z="50.61187" />
<Hotspot X="-9643.148" Y="155.5284" Z="47.16628" />
<Hotspot X="-9645.494" Y="206.9909" Z="48.79236" />
<Hotspot X="-9703.237" Y="216.5594" Z="49.73563" />
<Hotspot X="-9759.022" Y="206.0556" Z="47.69236" />
<Hotspot X="-9768.024" Y="233.4608" Z="46.36877" />
<Hotspot X="-9748.727" Y="275.9777" Z="45.98367" />
<Hotspot X="-9812.472" Y="326.0736" Z="38.37483" />
<Hotspot X="-9822.226" Y="273.8122" Z="39.56543" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<Grindto Level="7" />
</QuestOrder>
<Vendors>
<Vendor Name="Andrew Krighton" Entry="2046" Type="Repair" X="-9462.295" Y="87.81513" Z="58.33769" />
</Vendors>
<Mailboxes>
<Mailbox X="-9456.15" Y="47.34866" Z="56.60633" />
</Mailboxes>
</SubProfile>
<SubProfile>
<Name> GoldShire </Name>
<MinLevel>7</MinLevel>
<MaxLevel>15</MaxLevel>
<QuestOrder>
<!-- Quest Runto Link= http://www.wowhead.com/quest=62 -->
<Runto X="-9796.063" Y="150.1595" Z="24.2474" />
<!-- Quest Collect Link= http://www.wowhead.com/quest=47 -->
<Objective QuestName="Gold Dust Exchange" QuestId="47" Type="CollectItem" ItemId="773" CollectCount="10" />
<!-- Quest Collect Link= http://www.wowhead.com/quest=60 -->
<Objective QuestName="Kobold Candles" QuestId="60" Type="CollectItem" ItemId="772" CollectCount="8" />
</QuestOrder>
<Vendors>
<Vendor Name="Andrew Krighton" Entry="2046" Type="Repair" X="-9462.295" Y="87.81513" Z="58.33769" />
</Vendors>
<Mailboxes>
<Mailbox X="-9456.15" Y="47.34866" Z="56.60633" />
</Mailboxes>
</SubProfile>
Ok, Need a hand again..
I got a runto location in my profile. Its for the quest explore fargo deep mine. Anytime the bots stopped after that runto has already been done it will always pick up from that first. So if I did that runto then picked up 4 quest , turned in 3 quests, stopped the bot. Once started, it would go to the runto again and then pick up on the quests after that skipping the 4 quests i picked up and 3 turned in before stopping it. How can this repeated runto be avoided ?
Code:
<HBProfile>
<Name> [ 1-60 Alliance Questing - Northshire Start - Maria V1.0 ] </Name>
<SellGrey>true</SellGrey>
<SellWhite>true</SellWhite>
<SellGreen>true</SellGreen>
<MailWhite>true</MailWhite>
<MailGreen>true</MailGreen>
<MailBlue>true</MailBlue>
<MailPurple>true</MailPurple>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SubProfile>
<Name> NorthShire Valley </Name>
<MinLevel>1</MinLevel>
<MaxLevel>85</MaxLevel>
<QuestOrder>
<Checkpoint Level="1" />
<!-- Quest Link= http://www.wowhead.com/quest=783 -->
<PickUp QuestName="A Threat Within" QuestId="783" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Turnin Link= http://www.wowhead.com/npc=197 -->
<TurnIn QuestName="A Threat Within" QuestId="783" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/npc=197 -->
<PickUp QuestName="Kobold Camp Cleanup" QuestId="7" GiverName="Marshal McBride" GiverId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=5261 -->
<!-- Bugged <PickUp QuestName="Eagan Peltskinner" QuestId="5261" GiverName="Deputy Willem" GiverId="823" /> -->
<!-- Quest Turnin Link= http://www.wowhead.com/npc=196 -->
<!-- Bugged <TurnIn QuestName="Eagan Peltskinner" QuestId="5261" TurnInName="Eagen Peltskinner" TurnInId="196" /> -->
<!-- Quest Link= http://www.wowhead.com/quest=33 -->
<Pickup QuestName="Wolves Across the Border" QuestId="33" GiverName="Eagan Peltskinner" GiverId="196" />
<!-- Quest Link= http://www.wowhead.com/quest=7 -->
<!-- Quest Kill Link= http://www.wowhead.com/npc=6 -->
<Objective QuestName="Kobold Camp Cleanup" QuestId="7" Type="KillMob" MobId="6" KillCount="8" />
<!-- Quest Kill Link= http://www.wowhead.com/npc=6 -->
<!-- Quest Collect Link= http://www.wowhead.com/item=50432 -->
<Objective QuestName="Wolves Across the Border" QuestId="33" Type="CollectItem" ItemId="50432" CollectCount="8" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=33 -->
<TurnIn QuestName="Wolves Across the Border" QuestId="33" TurnInName="Eagan Peltskinner" TurnInId="196" />
<!-- Quest Turnin Link= http://www.wowhead.com/npc=197 -->
<TurnIn QuestName="Kobold Camp Cleanup" QuestId="7" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=15 -->
<Pickup QuestName="Investigate Echo Ridge" QuestId="15" GiverName="Marchal McBride" GiverId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=18 -->
<Pickup QuestName="Brotherhood of Thieves" QuestId="18" GiverName="Deputy Willem" GiverId="823" />
<!-- Pally Quest Consecrated Letter- Remove Beginning And End Tags For Pallys -->
<!-- <Pickup QuestName="Consecrated Letter" QuestId="3101" GiverName="Marchal McBride" GiverId="197" /> -->
<!-- <TurnIn QuestName="Consecrated Letter" QuestId="3101" TurnInName="Brother Sammuel" TurnInId="925" /> -->
<!-- Quest Kill Link= http://www.wowhead.com/npc=257 -->
<Objective QuestName="Investigate Echo Ridge" QuestId="15" Type="KillMob" MobId="257" KillCount="8" />
<!-- Quest Collect Link= http://www.wowhead.com/quest=18 -->
<Objective QuestName="Brotherhood of Thieves" QuestId="18" Type="CollectItem" ItemId="752" CollectCount="8" />
<SetGrindArea>
<GrindArea>
<TargetMinLevel>1</TargetMinLevel>
<TargetMaxLevel>6</TargetMaxLevel>
<Factions>7</Factions>
<Hotspots>
<Hotspot X="-8873.885" Y="-365.5264" Z="72.70734" />
<Hotspot X="-8887.012" Y="-408.3968" Z="66.5916" />
<Hotspot X="-8919.146" Y="-392.0735" Z="69.2683" />
<Hotspot X="-8942.026" Y="-368.5629" Z="72.59242" />
<Hotspot X="-8988.015" Y="-401.4778" Z="71.2592" />
<Hotspot X="-9008.746" Y="-371.6423" Z="73.75401" />
<Hotspot X="-8987.12" Y="-334.0468" Z="74.32983" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<GrindTo Level="5" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=18 -->
<TurnIn QuestName="Brotherhood of Thieves" QuestId="18" TurnInName="Deputy Willem" TurnInId="823" />
<!-- Quest Link= http://www.wowhead.com/quest=3903 -->
<Pickup QuestName="Milly Osworth" QuestId="3903" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Link= http://www.wowhead.com/quest=6 -->
<Pickup QuestName="Bounty on Garrick Padfoot" QuestId="6" GiverName="Deputy Willem" GiverId="823" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=15 -->
<TurnIn QuestName="Investigate Echo Ridge" QuestId="15" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=21 -->
<Pickup QuestName="Skirmish at Echo Ridge" QuestId="21" GiverName="Marshal McBride" GiverId="197" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=3903 -->
<TurnIn QuestName="Milly Osworth" QuestId="3903" TurnInName="Milly Osworth" TurnInId="9296" />
<!-- Quest Link= http://www.wowhead.com/quest=3904 -->
<Pickup QuestName="Milly's Harvest" QuestId="3904" GiverName="Milly Osworth" GiverId="9296" />
<!-- Quest Kill Link= http://www.wowhead.com/npc=80 -->
<Objective QuestName="Skirmish at Echo Ridge" QuestId="21" Type="KillMob" MobId="80" KillCount="8" />
<!-- Quest Collect Link= http://www.wowhead.com/item=11119 -->
<Objective QuestName="Milly's Harvest" QuestId="3904" Type="CollectItem" ItemId="11119" CollectCount="8" />
<!-- Quest Collect Link= http://www.wowhead.com/item=182 -->
<Objective QuestName="Bounty on Garrick Padfoot" QuestId="6" Type="CollectItem" ItemId="182" CollectCount="1" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=3904 -->
<TurnIn QuestName="Milly Osworth" QuestId="3904" TurnInName="Milly Osworth" TurnInId="9296" />
<!-- Quest Link= http://www.wowhead.com/quest=3905 -->
<Pickup QuestName="Grape Manifest" QuestId="3905" GiverName="Milly Osworth" GiverId="9296" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=6 -->
<TurnIn QuestName="Bounty on Garrick Padfoot" QuestId="6" TurnInName="Deputy Willem" TurnInId="823" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=21 -->
<TurnIn QuestName="Skirmish at Echo Ridge" QuestId="21" TurnInName="Marshal McBride" TurnInId="197" />
<!-- Quest Link= http://www.wowhead.com/quest=54 -->
<Pickup QuestName="Report to Goldshire" QuestId="54" GiverName="Marshal McBride" GiverId="197" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=3905 -->
<TurnIn QuestName="Grape Manifest" QuestId="3905" TurnInName="Brother Neals" TurnInId="952" />
<!-- Quest Link= http://www.wowhead.com/quest=2158 -->
<Pickup QuestName="Rest and Relaxation" QuestId="2158" GiverName="Falkhaan Isenstrider" GiverId="6774" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=54 -->
<TurnIn QuestName="Report to Goldshire" QuestId="54" TurnInName="Marshal Dughan" TurnInId="240" />
<!-- Quest Link= http://www.wowhead.com/quest=62 -->
<Pickup QuestName="The Fargodeep Mine" QuestId="62" GiverName="Marshal Dughan" GiverId="240" />
<!-- Quest Link= http://www.wowhead.com/quest=47 -->
<Pickup QuestName="Gold Dust Exchange" QuestId="47" GiverName="Remy Two Times" GiverId="241" />
<!-- Quest Link= http://www.wowhead.com/quest=60 -->
<Pickup QuestName="Kobold Candles" QuestId="60" GiverName="William Pestle" GiverId="253" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=2158 -->
<TurnIn QuestName="Rest and Relaxation" QuestId="2158" TurnInName="Innkeeper Farley" TurnInId="295" />
<SetGrindArea>
<GrindArea>
<TargetMinLevel>5</TargetMinLevel>
<TargetMaxLevel>7</TargetMaxLevel>
<Factions>26 189 22</Factions>
<Hotspots>
<Hotspot X="-9557.546" Y="12.21559" Z="60.94392" />
<Hotspot X="-9631.654" Y="67.24651" Z="61.88846" />
<Hotspot X="-9599.667" Y="116.6897" Z="59.59305" />
<Hotspot X="-9542.885" Y="110.0019" Z="58.91777" />
<Hotspot X="-9544.341" Y="171.0514" Z="57.3374" />
<Hotspot X="-9574.815" Y="207.8087" Z="57.01527" />
<Hotspot X="-9630.865" Y="211.3411" Z="47.7504" />
<Hotspot X="-9667.08" Y="173.5793" Z="49.12828" />
<Hotspot X="-9696.637" Y="124.7539" Z="48.10464" />
<Hotspot X="-9749.313" Y="86.73074" Z="43.34296" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<Grindto Level="8" />
<!-- Quest Link= http://www.wowhead.com/quest=62 -->
<Runto X="-9796.063" Y="150.1595" Z="24.2474" />
<!-- Quest Collect Link= http://www.wowhead.com/quest=47 -->
<Objective QuestName="Gold Dust Exchange" QuestId="47" Type="CollectItem" ItemId="773" CollectCount="10" />
<!-- Quest Collect Link= http://www.wowhead.com/quest=60 -->
<Objective QuestName="Kobold Candles" QuestId="60" Type="CollectItem" ItemId="772" CollectCount="8" />
<!-- http://www.wowhead.com/quest=88 -->
<Pickup QuestName="Princess Must Die!" QuestId="88" GiverName="Ma Stonefield" GiverId="244" />
<!-- http://www.wowhead.com/quest=85 -->
<Pickup QuestName="Lost Necklace" QuestId="85" GiverName="Auntie Bernice Stonefield" GiverId="246" />
<!-- http://www.wowhead.com/quest=106 -->
<Pickup QuestName="Young Lovers" QuestId="106" GiverName="Maybell Maclure" GiverId="251" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=85 -->
<TurnIn QuestName="Lost Necklace" QuestId="85" TurnInName="Billy Maclure" TurnInId="247" />
<!-- http://www.wowhead.com/quest=86 -->
<Pickup QuestName="Pie for Billy" QuestId="86" GiverName="Billy Maclure" GiverId="247" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=47 -->
<TurnIn QuestName="Gold Dust Exchange" QuestId="47" TurnInName="Remy Two Times" TurnInId="241" />
<!-- Quest Link= http://www.wowhead.com/quest=40 -->
<Pickup QuestName="A Fishy Peril" QuestId="40" GiverName="Remy Two Times" GiverId="241" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=40 -->
<TurnIn QuestName="A Fishy Peril" QuestId="40" TurnInName="Marshal Dughan" TurnInId="240" />
<!-- Quest Link= http://www.wowhead.com/quest=35 -->
<Pickup QuestName="Further Concerns" QuestId="35" GiverName="Marshal Dughan" GiverId="240" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=62 -->
<TurnIn QuestName="The Fargodeep Mine" QuestId="60" TurnInName="Marshal Dughan" TurnInId="240" />
<!-- Quest Link= http://www.wowhead.com/quest=76 -->
<Pickup QuestName="The Jasperlode Mine" QuestId="76" GiverName="Marshal Dughan" GiverId="240" />
<!-- Quest Turnin Link= http://www.wowhead.com/quest=60 -->
<TurnIn QuestName="Kobold Candles" QuestId="60" TurnInName="William Pestle" TurnInId="253" />
<!-- Quest Link= http://www.wowhead.com/quest=61 -->
<Pickup QuestName="Shipment to Stormwind" QuestId="61" GiverName="William Pestle" GiverId="253" />
</QuestOrder>
<Vendors>
<Vendor Name="Adlin Pridedrift" Entry="829" Type="Ammo" X="-6225.237" Y="320.3721" Z="383.1168" />
<Vendor Name="Rybrad Coldbank" Entry="945" Type="Repair" X="-6101.101" Y="390.5695" Z="395.5426" />
<Vendor Name="Janos Hammerknuckle" Entry="78" Type="Repair" X="-8909.458" Y="-104.1632" Z="81.84859" />
<Vendor Name="Andrew Krighton" Entry="2046" Type="Repair" X="-9462.295" Y="87.81513" Z="58.33769" />
</Vendors>
<Mailboxes>
<Mailbox X="-9456.15" Y="47.34866" Z="56.60633" />
</Mailboxes>
</SubProfile>
Last edited: Aug 28, 2010
Maybe it works if you insert a <Checkpoint Level="8"> after your <Runto X="-9796.063" Y="150.1595" Z="24.2474" />
Or you need to put the <Runto X="-9796.063" Y="150.1595" Z="24.2474" /> in a IF-Condition
old thread that a spammer bumped (his post deleted)
Status
Not open for further replies.