aquad
New Member
- Joined
- Dec 30, 2010
- Messages
- 29
- Reaction score
- 2
I created a basic profile for questing for the wintersabers.
I am not sure whats wrong. Quest will be accepted and Bot is moving to hotspot. Those mobs are around it but character will not attack anything.
Code:
<HBProfile>
<MinDurability>0.2</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<MinLevel>1</MinLevel>
<MaxLevel>86</MaxLevel>
<SellGrey>False</SellGrey>
<SellWhite>False</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>
<MailWhite>False</MailWhite>
<MailGreen>False</MailGreen>
<MailBlue>False</MailBlue>
<MailPurple>False</MailPurple>
<Quest Name="Frostsaber Provisions" Id="4970">
<Objective Type="CollectItem" ItemId="12622" CollectCount="5">
<CollectFrom>
<Mob Name="Shardtooth Mauler" Id="7443" />
<Mob Name="Shardtooth Bear" Id="7444" />
</CollectFrom>
<Hotspots>
<Hotspot X="7561.374" Y="-4545.088" Z="615.4129" />
</Hotspots>
</Objective>
<Objective Type="CollectItem" ItemId="12623" CollectCount="5">
<CollectFrom>
<Mob Name="Chillwind Chimaera" Id="7448" />
</CollectFrom>
<Hotspots>
<Hotspot X="7797.003" Y="-4577.263" Z="685.9147" />
</Hotspots>
</Objective>
</Quest>
<SubProfile>
<AvoidMobs>
<AvoidMob Name="Frostsaber" Entry="7431" />
<AvoidMob Name="Frostsaber Cub" Entry="7430" />
<AvoidMob Name="Frostsaber Stalker" Entry="7432" />
<AvoidMob Name="Frostsaber Huntress" Entry="7433" />
<AvoidMob Name="Frostsaber Pride Watcher" Entry="7434" />
<AvoidMob Name="Ice Thistle Yeti" Entry="7458" />
<AvoidMob Name="Rogue Ice Thistle" Entry="7457" />
<AvoidMob Name="Raging Owlbeast" Entry="7451" />
<AvoidMob Name="Berserk Owlbeast" Entry="7454" />
<AvoidMob Name="Moontouched Owlbeast" Entry="7453" />
<AvoidMob Name="Spellmaw" Entry="10662" />
<AvoidMob Name="Yugrek" Entry="11139" />
<AvoidMob Name="Winterfall Runner" Entry="10916" />
</AvoidMobs>
<Name>Wintersaber Trainers - Mount farm</Name>
<MinLevel>1</MinLevel>
<MaxLevel>86</MaxLevel>
<TargetElites>True</TargetElites>
<Factions>14</Factions>
<QuestOrder>
<PickUp QuestName="Frostsaber Provisions" QuestId="4970" GiverName="Rivern Frostwind" GiverId="10618" />
<Objective QuestName="Frostsaber Provisions" QuestId="4970" Type="CollectItem" ItemId="12622" CollectCount="5" />
<Objective QuestName="Frostsaber Provisions" QuestId="4970" Type="CollectItem" ItemId="12623" CollectCount="5" />
<TurnIn QuestName="Frostsaber Provisions" QuestId="4970" TurnInName="Rivern Frostwind" TurnInId="10618" />
</QuestOrder>
</SubProfile>
</HBProfile>
I am not sure whats wrong. Quest will be accepted and Bot is moving to hotspot. Those mobs are around it but character will not attack anything.
Last edited: