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

[Request] Rift Runs

Gertrude_the_Idle

New Member
Joined
Mar 15, 2013
Messages
18
Reaction score
0
Seen a lot of requests for bounties, just thought I'ld throw my hat in and request a rift profile. Doesn't seem like it would be too hard, but then again, if I knew anything about writing routines, I'ld have written one . . .

Thanks for the help.

-Gertrude.
 
will try to write it today.. too many profiles in my todo list.. and seems only one profile creator on the forum - me:D
 
Hey Kevin,

Is there a location with a quick and dirty how to for creating profiles?
 
will try to write it today.. too many profiles in my todo list.. and seems only one profile creator on the forum - me:D

your work is appreciated! ive been working on some simple profiles, might release one or two soon! if u have any simple things on ur to do list let me know i could give them a shot. a big part is having ideas to do profiles for thT are simple but not done
 
will try to write it today.. too many profiles in my todo list.. and seems only one profile creator on the forum - me:D

Sorry but making profile is quite ... boring ^^

But in facts, for farming 750 - 1000 blood shards an hour, i m sure this is not worth it !!

Horadric cache is quite better but really really less than Core of Arreat / Kev's Leg run or Cemetery in act 5.

Cemetery in act 5 is where i got the most leg/h, playing by myself (with TuboHUD, for monitoring) i got 4,5 leg/h for a total of 12 - 15h of farming.

Here the turboHUD link if someone else want to try a spot without a profile started :

[MOD] TurboHUD

Have fun and thx for all your work Kev

I give u the start (act3) :

Code:
        <!-- In Town, use Stone Rift -->
    	<If condition="CurrentLevelAreaId == 92945">
		<ToggleTargeting questId="1" combat="True" looting="True" lootRadius="100" killRadius="50" />
		<LogMessage questId="312429" stepId="2" output="Using Rift stone" />
		<UseObject questId="312429" stepId="2" x="459.7376" y="393.0041" z="0.4568503" actorId="364715" />
		<UseObject questId="312429" stepId="2" x="459.7376" y="393.0041" z="0.4568503" actorId="345935" isPortal="True" />
		<WaitTimer questId="312429" stepId="2" waitTime="750" />
    	</If>
 
Last edited:
I tried to get a profile working, and managed it to let him create a game, open and enter the rift and then start exploring.
But thats when I ran into the first issue. I cant find a way, to make him enter the next stage of the rift.

Here is my code so far, maybe someone can make it work. (Not sure, but I guess you need to start in Act5 to use this..)

Code:
<?xml version="1.0" encoding="utf-8"?>
<Profile xmlns="http://tempuri.org/ProfileSchema.xsd" xmlns:xsi="http://tempuri.org/ProfileSchema.xsd">
<Name>Rift_Test</Name>
<GameParams quest="101758" step="1" act="OpenWorld" resumeFromSave="False" isPrivate="True" numGames="-1"/>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
<Order>
	<If condition="ZetaDia.Me.IsInTown">
      <LogMessage output="Opening Rift" />
	  <WaitTimer questId="1" stepId="1" waitTime="2000" />
      <UseObject questId="1" x="594.0443" y="508.0675" z="2.520752" actorId="364715" isPortal="False"/>
	  <WaitTimer questID="1" stepId="1" waitTime="6000" />
	  <LogMessage output="Entering Rift" />
	  <UseObject questId="1" x="594.0443" y="508.0675" z="2.520752" actorId="345935" isPortal="True"/>
	  <WaitTimer questID="1" stepId="1" waitTime="6000" />
	</If>	
	
	<If condition="(not Me.IsInTown)">
		<ExploreArea  questId="1" stepId="1" boxTolerance="0.60" boxSize="10" until="ExitFound" statusText="Exploring Rift" />  
	</If>	
</Order>
</Profile>
 
I have the same problem, can't make it to enter to stage 2 of the rift.
Also we need a check like this: <if Rift=cleared> wait (60s) </if> and then we can close the game when the rift is done.
 
Sorry but making profile is quite ... boring ^^

But in facts, for farming 750 - 1000 blood shards an hour, i m sure this is not worth it !!

Horadric cache is quite better but really really less than Core of Arreat / Kev's Leg run or Cemetery in act 5.

Cemetery in act 5 is where i got the most leg/h, playing by myself (with TuboHUD, for monitoring) i got 4,5 leg/h for a total of 12 - 15h of farming.

Here the turboHUD link if someone else want to try a spot without a profile started :

[MOD] TurboHUD

Have fun and thx for all your work Kev

I give u the start (act3) :

Code:
        <!-- In Town, use Stone Rift -->
    	<If condition="CurrentLevelAreaId == 92945">
		<ToggleTargeting questId="1" combat="True" looting="True" lootRadius="100" killRadius="50" />
		<LogMessage questId="312429" stepId="2" output="Using Rift stone" />
		<UseObject questId="312429" stepId="2" x="459.7376" y="393.0041" z="0.4568503" actorId="364715" />
		<UseObject questId="312429" stepId="2" x="459.7376" y="393.0041" z="0.4568503" actorId="345935" isPortal="True" />
		<WaitTimer questId="312429" stepId="2" waitTime="750" />
    	</If>
can you make a short video of your cemetery farming maybe?
 
Last edited:
Hmm. Is there some bug with navigating rifts?
Cause i have create a profile that opens rift portal, and enters, then it starts to navigate using the Explore current area profile by rrix, but atleast in the rift i run now it starts to clear, then get stuck in a corner.
 
Back
Top