themarketguy
New Member
- Joined
- Jun 24, 2015
- Messages
- 117
So I took something that gatherit had made for huoulon and am adapting it to the champions in tanaan. I have the following:
Problem is, when it gets to the hotspot, it starts killing everything around. I want it to just hangout and wait for the mob to spawn. Any suggestions? I want to make sure it doesn't go far away from the hotspot and miss the spawn.
Appreciate any feedback in advance.
EDIT: Adding log example in case it's needed.
View attachment 52028 2015-08-20 13.08.txt
Code:
<HBProfile>
<Name>Terrorfist Kill</Name>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>1</MinFreeBagSlots>
<MinLevel>90</MinLevel>
<MaxLevel>200</MaxLevel>
<MailGrey>false</MailGrey>
<MailWhite>false</MailWhite>
<MailGreen>false</MailGreen>
<MailBlue>false</MailBlue>
<MailPurple>false</MailPurple>
<SellGrey>true</SellGrey>
<SellWhite>false</SellWhite>
<SellGreen>true</SellGreen>
<SellBlue>false</SellBlue>
<SellPurple>false</SellPurple>
<AvoidMobs>
</AvoidMobs>
<Vendors>
</Vendors>
<Mailboxes>
</Mailboxes>
<Blackspots>
</Blackspots>
<QuestOrder>
<While Condition="true">
<CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, " Heading to Terrorfist Location");"/>
<CustomBehavior File="NoCombatMoveTo" X="3841.064" Y="1005.176" Z="173.1325" />
<CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, " We Made it!");"/>
<SetGrindArea>
<GrindArea>
<LootRadius>100</LootRadius>
<TargetElites>true</TargetElites>
<RandomizeHotspots>false</RandomizeHotspots>
<MobIds>95044</MobIds>
<Factions>14</Factions>
<Hotspots>
<Hotspot X="3841.064" Y="1005.176" Z="173.1325" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<GrindUntil Condition="IsQuestCompleted(39288)" />
<CustomBehavior File="WaitTimer" WaitTime="5000" />
<!-- <CustomBehavior File="RunMacro" Macro="/cast [nocombat] Garrison Hearthstone" /> -->
<CustomBehavior File="Message" Text="We killed Terrorfist - Moving on To Deathtalon" LogColor="Green" />
<CustomBehavior File="LoadProfile" ProfileName="Deathtalon" />
</While>
</QuestOrder>
</HBProfile>
Problem is, when it gets to the hotspot, it starts killing everything around. I want it to just hangout and wait for the mob to spawn. Any suggestions? I want to make sure it doesn't go far away from the hotspot and miss the spawn.
Appreciate any feedback in advance.
EDIT: Adding log example in case it's needed.
View attachment 52028 2015-08-20 13.08.txt
Last edited: