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

Avoid Mob

Rexx99

New Member
Joined
Jun 21, 2010
Messages
45
Reaction score
0
Hi there,

so I'm going along making a profile and I NEED it to not target certain mobs or go into a certain area. Okay, cool... we have AvoidMob and Blackspots. They aren't working for some reason. There's no error in the profile, there's nothing in the debug/profile/navigation log. Any ideas?
PHP:
  <SubProfile>
      <Name>40-42 Wolves and Flying Thingies</Name>
      <MinLevel>40</MinLevel>
      <MaxLevel>44</MaxLevel>
      <GrindArea>
	     <Factions>38 84 654 </Factions>
		 <TargetMinLevel>40</TargetMinLevel>
		 <TargetMaxLevel>44</TargetMaxLevel>
		 <TargetElites>False</TargetElites>
         <RandomizeHotspots>True</RandomizeHotspots>
		 <AvoidMobs>
		 <Mob Name= "Witherbark Zealot" Entry= "2650" />
		 <Mob Name= "Witherbark Scalper" Entry= "2649" />
		 </AvoidMobs>
         <Blackspots>
		 <Blackspot X="220.5241" Y="-2125.006" Z="118.5613" Radius="47.32435" />
		 <Blackspot X="-16.08073" Y="-2454.117" Z="124.6824" Radius="67.38057" />
		 <Blackspot X="-21.12316" Y="-2477.841" Z="120.1422" Radius="35.04683" />
         </Blackspots>
         <Hotspots>
		 <Hotspot X="230.3335" Y="-2344.952" Z="114.3945" />
		 <Hotspot X="89.69312" Y="-2278.165" Z="106.4289" />
		 </Hotspots>
      </GrindArea>
   </SubProfile>
 
Hi there,

so I'm going along making a profile and I NEED it to not target certain mobs or go into a certain area. Okay, cool... we have AvoidMob and Blackspots. They aren't working for some reason. There's no error in the profile, there's nothing in the debug/profile/navigation log. Any ideas?
PHP:
  <SubProfile>
      <Name>40-42 Wolves and Flying Thingies</Name>
      <MinLevel>40</MinLevel>
      <MaxLevel>44</MaxLevel>
      <GrindArea>
	     <Factions>38 84 654 </Factions>
		 <TargetMinLevel>40</TargetMinLevel>
		 <TargetMaxLevel>44</TargetMaxLevel>
		 <TargetElites>False</TargetElites>
         <RandomizeHotspots>True</RandomizeHotspots>
		 <AvoidMobs>
		 <Mob Name= "Witherbark Zealot" Entry= "2650" />
		 <Mob Name= "Witherbark Scalper" Entry= "2649" />
		 </AvoidMobs>
         <Blackspots>
		 <Blackspot X="220.5241" Y="-2125.006" Z="118.5613" Radius="47.32435" />
		 <Blackspot X="-16.08073" Y="-2454.117" Z="124.6824" Radius="67.38057" />
		 <Blackspot X="-21.12316" Y="-2477.841" Z="120.1422" Radius="35.04683" />
         </Blackspots>
         <Hotspots>
		 <Hotspot X="230.3335" Y="-2344.952" Z="114.3945" />
		 <Hotspot X="89.69312" Y="-2278.165" Z="106.4289" />
		 </Hotspots>
      </GrindArea>
   </SubProfile>

Blackspot and avoidmob AFAIK does not go in <GrindArea>
 
Question : Can i create a profile that contains all rare mobs and have my toons auto-avoid them ? It really sucks when your lvl 13 rogue has to go looking for raptor horns and this bigass elite rare stomps on his arse all the time.....
 
Back
Top