borisko
New Member
- Joined
- Mar 30, 2015
- Messages
- 63
Hello,
i just have a problem with a little profile i mad today.
i have 2 hotspots and the bot just should walk from spot to spot and kill and mobs that he can find there.
the start is great, he flys to the spot and start attacking the enemys. still good so far.
but just a few seconds / minutes later he start attacking an enemy and then he stops and move to the next hotspot without pulling mobs anymore.
when he lost aggro from the mob he attacked first (but not killed) he starts again to fight against mobs.
Here is the Profile, hope you can help me! :>
i just have a problem with a little profile i mad today.
i have 2 hotspots and the bot just should walk from spot to spot and kill and mobs that he can find there.
the start is great, he flys to the spot and start attacking the enemys. still good so far.
but just a few seconds / minutes later he start attacking an enemy and then he stops and move to the next hotspot without pulling mobs anymore.
when he lost aggro from the mob he attacked first (but not killed) he starts again to fight against mobs.
Here is the Profile, hope you can help me! :>
Code:
<HBProfile>
<Name>XYZ</Name>
<MinLevel>90</MinLevel>
<MaxLevel>101</MaxLevel>
<MinDurability>0.3</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<MailGrey>false</MailGrey>
<MailWhite>false</MailWhite>
<MailGreen>false</MailGreen>
<MailBlue>false</MailBlue>
<MailPurple>false</MailPurple>
<SellGrey>true</SellGrey>
<SellWhite>true</SellWhite>
<SellGreen>true</SellGreen>
<SellBlue>true</SellBlue>
<SellPurple>true</SellPurple>
<TargetElites>true</TargetElites>
<AvoidMobs>
</AvoidMobs>
<Blackspots>
</Blackspots>
<Mailboxes>
</Mailboxes>
<Vendors>
<Vendor Name="XYZ" Entry="123456" Type="Repair" X="1234.567" Y="1234.567" Z="1234.567"
Nav="Fly" UsableWhen="true" />
</Vendors>
<QuestOrder>
<CustomBehavior File="FlyTo" X="1234.567" Y="1234.567" Z="1234.567" />
<SetGrindArea>
<GrindArea>
<RandomizeHotspots>true</RandomizeHotspots>
<MaxDistance>75</MaxDistance>
<Factions>2550</Factions>
<Hotspots>
<Hotspot X="1234.567" Y="1234.567" Z="1234.567" />
<Hotspot X="1234.567" Y="1234.567" Z="1234.567" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<GrindUntil Nav="Fly" Condition="Me.Level >= 101" />
</QuestOrder>
</HBProfile>