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

How do you ignore normal mobs?

jerbookins

New Member
Joined
Apr 4, 2012
Messages
20
Reaction score
2
I'm doing this Keywarden Hunt profile and I want nothing to do with the normal mobs, just to run from elite pack to elite pack and then find the warden. What do i do?
 
you could increase the trash mob size to 100 and unckeck extend kill range after combat.

I havent tried it yet but it seems like it would work.
 
Yeah that more or less did the job. Thanks. For the record, Minimum Trash Mob Pack Size maximum value is 15 and Trash Pack Cluster Radius maximum value is 90. But, I realized what you were trying to say.

I also changed Trigger Range for Non-Elite Combat from default to 0 and Trigger Range for Elite Combat from default to 150.

It does still snag a few mobs here and there, but for the most part it just whirlwinds it's way right past them. Works great.
 
For act 2 runs you should black list the spinning dervishes.

You can black list it like this.




You dont have to use the run im using but just add the blacklist where it is shown here.

Its at the beginning of the profile JUST before <Order>

Code:
<Profile>
  <Name>In a Rush - Dahglur Oasis</Name>
  <KillMonsters>True</KillMonsters>
  <PickupLoot>True</PickupLoot>
  <GameParams quest="57337" step="41" act="A2" difficulty="Inferno" resumeFromSave="False" isPrivate="True" numGames="-1" />
 [B]<TargetBlacklists>
     <TargetBlacklist actorId="3981" />
  </TargetBlacklists>[/B]

  <Order>
 
just a question, why are they blacklisted ? i just removed it from the blacklist yesterday because i didn't understand why they were avoided..
 
just a question, why are they blacklisted ? i just removed it from the blacklist yesterday because i didn't understand why they were avoided..


Bots will attack just one of them instead of following the minimum trash mob number. I like having them black listed. They slow down the runs by ignoring that mob number.
 
Bots will attack just one of them instead of following the minimum trash mob number. I like having them black listed. They slow down the runs by ignoring that mob number.

There is also a door to a building at the very south of dahlgur oasis that the bot gets stuck at trying to go inside, or attack something it sees inside.

This should be blacklisted also if the profile you are using does not already have it blacklisted.

Code:
    <GameParams quest="57337" step="26" act="A2" difficulty="Inferno" resumeFromSave="False" isPrivate="True" numGames="-1" />
	<TargetBlacklists>
        <TargetBlacklist actorId="178161" />
</TargetBlacklists>
    <Order>
 
Back
Top