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

Specifying monster to kill with same faction# as another!

nic

New Member
Joined
Jul 30, 2014
Messages
7
Reaction score
0
Im trying to right a quest(grinding) profile to kill Charred Invader in Hyjal but there Faction# is the same as the Bromstone hounds and also Flame terrors. I know theres a way to only target the charred Invaders but I cant find it out. Please help
 
A Exemple for you.


[HIDE]
PHP:
	<SetGrindArea>
		<GrindArea>
			<TargetMinLevel>90</TargetMinLevel>
			<TargetMaxLevel>999</TargetMaxLevel>
			<MaxDistance>50</MaxDistance>
			<MobIds>28009 28001 28297 28379 28380 28378 28381 28373 28288 28003</MobIds>
			<Blackspots></Blackspots>
			<Hotspots>
				<Hotspot X="7523.418" Y="3957.492" Z="125.6406" />
			</Hotspots>
		</GrindArea>    
	</SetGrindArea>
	<GrindTo Nav="Fly" Condition="Me.Level >= 80.0" />
[/HIDE]
 
Back
Top