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

Uber bosses

ksit001

New Member
Joined
Sep 10, 2012
Messages
3
Reaction score
0
With your battle routine, the bots dont seem to attack the uber bosses automatically, is there a way that can make this a reality? They just stand in the uber chamber and let the boss kill them
 
Use the following in your profile:
PHP:
<TargetPriorities>
   <TargetPriority actorId="999999" name="Ubber Boss #1" />
   <TargetPriority actorId="888888" name="Ubber Boss #2" />   
<TargetPriorities>
Where 888888 and 999999 are the ubber boss actorId, so DB will attack them.
 
Are you sure that this is 888888 and 999999 the ubber boss actorId?
 
did anyone get around to getting the id's for the uber bosses? or the code to add to trinity to get it to treat them like regular elites?

I have noticed trinity will attack them at times but just stop randomly. I also noticed when fighting magda it will ignore her shield which can cause big problems lol
 
got 5 of them if anyone feels like getting the last... I'm out of machines for a few mins lol

02:14:22.490 N] [3E09363C] Type: Unit Name: Uber_SkeletonKingRed-9702 ActorSNO: 255929, Distance: 12.85753
[02:18:58.832 N] [3E09B790] Type: Unit Name: Uber_Despair-13938 ActorSNO: 256711, Distance: 11.05505
[02:31:29.155 N] [3E099204] Type: Unit Name: Uber_ZoltunKulle-18760 ActorSNO: 256508, Distance: 24.86804
[02:31:29.198 N] [3E099630] Type: Unit Name: Uber_SiegebreakerDemon-18761 ActorSNO: 256187, Distance: 42.1713
[03:01:48.116 N] [31F9BE88] Type: Unit Name: Uber_Maghda-9459 ActorSNO: 256189, Distance: 4.023491
[18:36:53.904 N] [3581CF38] Type: Unit Name: Uber_Gluttony-7709 ActorSNO: 256709, Distance: 29.73457

edit.. added last one! still seems to have problems attacking at times, at least with gluttony and despair. I added those sno's to the trinity boss list
 
Last edited:
Should of said thanks, but no idea where they go :( any hints ? and the last boss ?

I find running trinity and kick;'s combat plugin it never attacks anything at all, have to hand play the bosses.

G
 
im not sure if they work with the latest version.. I use 1.5.3.1 when doing ubers and it's works perfect
 
Unfortunately setting their priority doesn't fix it. I've set them to the high priority (1899, 1999) as well as included them as "bosses"

Tried to also put a few strange objects in the uber realm on the ignore object list and no dice. Something else at work here unfortunately. It wouldn't process a MoveTo either.

Works fine on the normal DB routine, including my MoveTo paths.
 
For anyone that cares, I fixed it.

Code:
// Size of the navigation obstacles above (actual SNO list must be matching the above list!)
        public static readonly Dictionary<int, int> dictSNONavigationSize = new Dictionary<int, int> { 
            {174900, 10}, {191459, 13}, {54908, 10}
         };

Trinity was missing the {54908, 10}, the matching iron gate at the very start. Oh snap...uber profile fights abound I think!
 
Is there any reason that 1.5.3.1 has no problem with the ubers but the newer version didn't seem to attack?
 
Not sure, you can do a quick search for the code snippet I put above and see if it contains {54908, #} (I made up 10 for the #, might be different).

I do know that my bot would attack the ubers if they weren't near that door. As soon as it got within range, the bot would stop. It would not process anything in that area including MoveTo's. This is the Realm of Chaos only. The other areas seem to move just fine.

This was the only issue I ran into with Trinity and now it's working for me. I've put in some custom Priorities for the Ubers since there is an order to killing them, as well as making them bosses and setting an attack range of 200. This appears to work for me. Going to collect a few more keys so I can start building a well-defined profile. There are some variables to consider when doing an Uber run (like keeping track of who you killed and what portals are available since they spawn randomly, as well as monitoring NV5 time and finding another elite if it gets low). Would be easier if the portals didn't spawn at random.

I'm working through these things and also put out some feelers for the crafting of infernal machines. Hopefully I will have a preliminary profile soon. It will be accompanied by a custom plugin as I'm limited by profile XMLs.
 
Last edited:
awesome i got 30 of each key would love an uber profile!
 
me 2...up to 34 actually lol. Collected a few more last night so I can start building a profile. Had to work through the trinity errors last night and wanted those fixed before I started. Will post when one is ready!
 
Back
Top