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

[A1 Inferno] Crypt of the Ancients Explore Type

SithAction

New Member
Joined
Apr 4, 2013
Messages
50
Reaction score
0
This is a routine for A1 for Crypts of the Ancients. I've used the explore dungeon of the trinity plugin and I based the routine of AC2 of rrrix. I'm not sure though if its efficient but I compared my run with the ones that use moveto and this is by far faster.

Im still studying the profile tags so this is kinda a beta but very usable but still could improve, maybe..

Requires:
Quest Tools - im using the latest
The latest version of Trinity as well

Required Quest:
Broken Blade - Talk to Alaric of Act 1(already waypointed at CoTA)

My Usage:
Im using it at MP10 with ignore elites on and its generating good drops and exp

Credits to: rrrix, magi(relog for yar), Swaggasauruz and sfrattini(for the CotA run idea)

hope you guys find it useful

UPDATE: with a run home to starting point thingy on V2

UPDATE: im able to upload again. i already included the relog file for yar
 

Attachments

Last edited:
I wanna give this a try, mind sharing the barb build and minimum stat reqruirements for efficiency.
 
So, I chose the quest A1 Q6.2 "Talk to Alaric"

The game loads, the run immediately stops....

So, I chose the quest and took the WP to the Crypts. Took 3 steps, checkpoint flashed up. Started the bot, run immediately ended. I then started the quest again, talked to Alaric and started the bot. The run immediately stopped.....
 
[19:25:39.243 N] Using portal to Crypt of the Ancients
[19:25:39.349 N] Leaving game. Profile completed
[19:25:39.385 N] Leaving game, reason: Done.
[19:25:39.387 N] Profile completed
[19:25:39.387 N] Number of games completed:5
[19:25:39.422 N] Last run acquired 0 gold.
[19:25:42.233 N] Stopping the bot.
[19:25:44.512 N] Bot Thread Ended. Was this requested?

All the time... He dont port. He just go in the game and leavs it all the time
 
no my DB crashed all the time if i use yar. I downloaded the profile and started the game. Then i talked to Alric to get the TP. Sometimes the bot do nothing and sometimes it ports to the cota with the teleport (not waypoint). After he ported he just ports back in the town and leavs again. Im kinda new in DB and rrrix a3 is the only profile i used before. But i rly need this profile to use the bot on hardcore :P
 
you should get the waypoint in the Crypt of the Ancient... go inside the crypt 1 time then teleport back home... leave game then start the bot
 
Hi there,

This works quite well actually - the only problem I have is that the bot will try to TP out while the elite is still attacking him.
Is there anyway to have the bot run away from the elite after clearing the trash to find a safe TP spot?

Thanks for the hard work!
 
Thanks man! Makes for my barb 30kk exp per hour (hellring, gem in the head) and about 400k gpr
 
this is actually my setting for my mp 10...

im using trinity .11 latest
ignore elites
elite distance - 0
mob distance - 70
pack size - 3
pack radius - 15

i edited my Weighting file though on my gilestrinity because sometimes the bot wont ignore the elite :(
what i did was change the

Code:
// Elites/Bosses that are killed should have weight erased so we don't keep attacking
                                        if ((cacheObject.IsEliteRareUnique || cacheObject.IsBoss) && cacheObject.HitPointsPct <= 0)
                                        {
                                            cacheObject.Weight = 0;
                                            break;
                                        }

to

Code:
// Elites/Bosses that are killed should have weight erased so we don't keep attacking
                                        if ((cacheObject.IsEliteRareUnique || cacheObject.IsBoss) && cacheObject.HitPointsPct <= 100)
                                        {
                                            cacheObject.Weight = 0;
                                            break;
                                        }

and

Code:
// Starting weight of 8000 for elites
                                        if (cacheObject.IsBossOrEliteRareUnique)
                                            cacheObject.Weight = (90f - cacheObject.RadiusDistance) / 90f * 8000;

to

Code:
// Starting weight of 8000 for elites
                                        if (cacheObject.IsBossOrEliteRareUnique)
                                            cacheObject.Weight = (90f - cacheObject.RadiusDistance) / 90f * 50;

its just dumb edits though but somehow worked for me. if you also have ideas maybe you could share it with the group

i was taking about 50m exp/hr i cant say about my leg drops though i doubt anyone would believe... you could just try it for yourself and please do tell if it was effective

PS: check the first page i uploaded a new one that has a run to starting point so he could TP home safely(sometimes)
 
i choose to kill leets because of essences, etc
and i think 250 unbuff dps enough for mp10 leets?
 
i choose to kill leets because of essences, etc
and i think 250 unbuff dps enough for mp10 leets?

i think its enough...

i'll just put version 2 here because somehow I cant upload and i cant download the routines... server problem?

Code:
<Profile>
  <Name>Crypt of the Ancients</Name>
  <KillMonsters>True</KillMonsters>
  <PickupLoot>True</PickupLoot>

  <GameParams quest="72738" step="12" act="A1" difficulty="Inferno" resumeFromSave="True" isPrivate="True" numGames="-1" /> 
  <Order>

   <TrinityMaxDeaths questId="1" max="2" />

    <!-- In Town, use Waypoint to Crypt of the Ancients -->
    	<If condition="CurrentLevelAreaId == 19947">
		<LogMessage questId="72738" stepId="12" output="Using portal to Crypt of the Ancients" />
		<TakeTownPortal questId="72738" stepId="12" />
		<WaitTimer questId="72738" stepId="12" waitTime="750" />
    	</If>
		
    		<!-- In Crypt of the Ancients, Explore -->
    		<If condition="CurrentWorldId == 60394 and ActorExistsAt(Me.ActorSNO, 280, 194, -6, 300)">
      		<LogMessage questId="72738" stepId="12" output="Exploring Crypt of the Ancients" />
      		<TrinityExploreDungeon questId="72738" stepId="12" until="FullyExplored" boxSize="55" boxTolerance="0.001" pathPrecision="40" timeoutType="GoldInactivity" townPortalOnTimeout="True" timeoutValue="30" ignoreMarkers="True">
        	<IgnoreScenes>
          	
        	</IgnoreScenes>
      		</TrinityExploreDungeon>

			<LogMessage questId="72738" stepId="12" output="Run Like ****!" />
			<WaitTimer questId="72738" stepId="12" waitTime="500" />		
			<MoveTo questId="72738" stepId="12" x="279.9893" y="193.5175" z="-6.370733" statusText="Running for Safety" pathPrecision="5" unsafeRandomDistance="5" ignoreCombat="true" />
		
			<LogMessage questId="72738" stepId="12" output="Finished Exploring Crypt, returning to town" />
			<WaitTimer questId="72738" stepId="12" waitTime="2000" />
			<UseTownPortal questId="72738" stepId="12" />
		</If>
		
		<!-- Back to town -->
		<If condition="CurrentWorldId == 71150 and not Me.IsInTown">
		<WaitTimer questId="72738" stepId="12" waitTime="1000" />
		<UseTownPortal questId="72738" stepId="12" />	
		</If>

		<!-- Leaving game -->
		<If condition="Me.IsInTown">
		<LogMessage questId="72738" stepId="12" output="Leaving game. Profile completed" />
		<WaitTimer questId="72738" stepId="12" waitTime="1000" />
		<LeaveGame questId="72738" stepId="12" reason="Done." />
		</If>

  </Order>
</Profile>
 
Last edited:
Back
Top