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

Neutral/orange mobs

jumpclone

New Member
Joined
Aug 9, 2010
Messages
34
Reaction score
0
I'm making a profile atm, and run out of quests to get to next level for next series of quests, so i setup a grind area with hotspots and faction to grind on, he runs around the hotspots fine, but won't attack the neutral/orange-low level mobs, any ideas please?
 
I'm making a profile atm, and run out of quests to get to next level for next series of quests, so i setup a grind area with hotspots and faction to grind on, he runs around the hotspots fine, but won't attack the neutral/orange-low level mobs, any ideas please?
<SetGrindArea>
<GrindArea>
<TargetMinLevel>2</TargetMinLevel>
<TargetMaxLevel>4</TargetMaxLevel>
<Factions>15271 15294</Factions>
<Hotspots>
<Hotspot X="10312.93" Y="-6080.145" Z="25.94703" />
<Hotspot X="10249.44" Y="-6128.317" Z="20.23184" />
<Hotspot X="10220.04" Y="-6113.39" Z="18.66667" />
<Hotspot X="10219.51" Y="-6062.673" Z="10.74884" />
<Hotspot X="10249.28" Y="-6006.779" Z="17.70463" />
<Hotspot X="10282.13" Y="-6008.477" Z="28.24201" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<GrindTo Level="5" />
 
<Factions>15271 15294</Factions> are not faction numbers they are WOWhead id's you need something like this
<SetGrindArea>
<GrindArea>
<TargetMinLevel>1</TargetMinLevel>
<TargetMaxLevel>7</TargetMaxLevel>
<Factions>32 36 189</Factions>
<Hotspots>
<Hotspot X="-6374.996" Y="268.6868" Z="385.8251" />
<Hotspot X="-6283.456" Y="395.3112" Z="381.4657" />
<Hotspot X="-6276.301" Y="516.603" Z="387.4124" />
<Hotspot X="-6431.353" Y="386.172" Z="390.0995" />
</Hotspots>
</GrindArea>
</SetGrindArea>
<GrindTo Level="5" />
 
hm, how do i get those faction id's? as was using the id's i got from target info on bot
 
target the mob in game and on HB click "Target Info" on the Profiles & Meshes tab. The ID will be the number written next to "Wowhead Id="
 
omg i must of been blind, i just seen it now Faction = 7 [Creature < lol
thanks a lot guys, only got honour buddy a week ago,just as it updated so was no profiles, so instead of waiting for everyone to make them, i spent hours & hours going through profile creation , still not been to bed yet,..., but i have got it 100% cracked now , well except for that faction id lol xD

anyway, im gonna crack on with this questing profile im making, flawless so far , will release when more is done,
thx again.
 
Back
Top