What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Problem with Faction 2102 ("Actor Evil") being ignored in Grind profile :/

bob2k

New Member
Joined
Jul 22, 2011
Messages
82
Reaction score
2
I'm hoping someone can help me, I'm trying to write a profile to farm Stone Trogg Geomancers and Stone Trogg Berserkers in Deepholm, but HB wont attack them.

These mobs are already in battle with "Earthen Champion"s and "War Construct"s, and HB says they (the Troggs) have a faction ID of "2102" which is "Actor Evil"... which I guess means they're different from regular mobs, but I can still manually attack them (they're actually objectives for the Shatter Them! quest).

I've tried writing a Quest profile (snipped for brevity):
PHP:
<Quest Id="26537" Name="Shatter Them!">
	<Objective Type="KillMob" MobId="43228" KillCount="1000000">
		<Hotspots>
			<Hotspot X="999.5154" Y="1799.856" Z="309.5095" />
		</Hotspots>
	</Objective>
</Quest>

<QuestOrder>
		<Objective QuestName="Shatter Them!" QuestId="26537" Type="KillMob" MobId="43228" KillCount="1000000" />
</QuestOrder>

And a Grind profile (snipped for brevity):
PHP:
<GrindArea>
	<TargetMinLevel>80</TargetMinLevel>
	<TargetMaxLevel>86</TargetMaxLevel>
	<Factions>2102</Factions>
	<Hotspots>
		<Hotspot X="999.5154" Y="1799.856" Z="309.5095" />
	</Hotspots>
</GrindArea>

But neither work :/ I'm guessing the Quest one doesn't work because I don't actually have the quest, but I'm not sure why the Grind profile doesn't work. I've also tried using the "Trogg" Faction ID, which is 32, instead of the 2102.

Help? :P Thanks!
 
Back
Top