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?
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>