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

Cycle Bounties and Rifts

Tomas2209

Member
Joined
Dec 23, 2013
Messages
43
Reaction score
0
Hi guys anyone knows if there is a way to order the bot after choosing cycle bounties and rifts that he does bounties and then nephalem rifts instead of greater rifts? I tried to change the priority of rifting at quest tools but that didnt work, i cant see such settings directly in the adventurer plugin, but as the script belongs to adventurer im asking here. thanks for any help
 
Just load "CycleBountiesAndRifts.xml"?
 
Dunno how about you, but im using latest adventurer and it does bounties, and then a greater rift, after rift is complete it starts new game and again bounties and greater rift again. I want the bot to gather kenai cube mats and gr keys so i can do grifts alone. :(
 
Dunno how about you, but im using latest adventurer and it does bounties, and then a greater rift, after rift is complete it starts new game and again bounties and greater rift again. I want the bot to gather kenai cube mats and gr keys so i can do grifts alone. :(

Code:
<Profile>
  <Name>Adventurer - Cycle Bounties and Greater Rift</Name>
  <KillMonsters>True</KillMonsters>
  <PickupLoot>True</PickupLoot>
  <GameParams act="OpenWorld" resumeFromSave="False" isPrivate="True" numGames="-1" />
  <TargetBlacklists>
    <!--Urshi-->
    <TargetBlacklist actorId="398682"/>
    <!--All Cursed Chests and Shrines-->
    <TargetBlacklist actorId="364559"/>
    <TargetBlacklist actorId="364601"/>
    <TargetBlacklist actorId="365097"/>
    <TargetBlacklist actorId="365718"/>
    <TargetBlacklist actorId="365746"/>
    <TargetBlacklist actorId="368169"/>
    <TargetBlacklist actorId="369539"/>
    <TargetBlacklist actorId="370696"/>
    <TargetBlacklist actorId="374353"/>
    <TargetBlacklist actorId="374355"/>
    <TargetBlacklist actorId="374356"/>
    <TargetBlacklist actorId="374391"/>
    <TargetBlacklist actorId="376511"/>

    <!--Tomb of Sardar - Locked Door-->
    <TargetBlacklist actorId="153836"/>

    <!--The True Son of the Wolf - Unattackable NPCs-->
    <TargetBlacklist actorId="356218"/>
    <TargetBlacklist actorId="356219"/>
    <TargetBlacklist actorId="336711"/>

    <!--Guarded Gizmo and Pingers-->
    <TargetBlacklist actorId="435630"/>
    <TargetBlacklist actorId="434971"/>

    <TargetBlacklist actorId="430733"/>
    <TargetBlacklist actorId="432259"/>
    <TargetBlacklist actorId="434366"/>
    <TargetBlacklist actorId="432770"/>
    <TargetBlacklist actorId="433051"/>
    <TargetBlacklist actorId="432331"/>
    <TargetBlacklist actorId="432885"/>
    <TargetBlacklist actorId="433184"/>
    <TargetBlacklist actorId="433295"/>
    <TargetBlacklist actorId="433385"/>
    <TargetBlacklist actorId="433402"/>
    <TargetBlacklist actorId="433124"/>
    <TargetBlacklist actorId="433246"/>
    <TargetBlacklist actorId="433316"/>

    <!--ActorId: 301177, Type: Gizmo, Name: x1_PandExt_Time_Activator-81064, Distance2d: 18.63588, CollisionRadius: 15.18807, MinimapActive: 0, MinimapIconOverride: -1, MinimapDisableArrow: 0-->
    <TargetBlacklist actorId="301177"/>

    <!--ActorId: 227305, Type: Gizmo, Name: Lore_Inarius_Corrupt-55475, Distance2d: 9.442262, CollisionRadius: 11.92656, MinimapActive: 0, MinimapIconOverride: -1, MinimapDisableArrow: 0-->
    <TargetBlacklist actorId="227305"/>
    <TargetBlacklist actorId="81068"/>
    <TargetBlacklist actorId="354407"/>
    <TargetBlacklist actorId="153419"/>
    
    <TargetBlacklist actorId="306536"/>
    <TargetBlacklist actorId="3892"/>
    <TargetBlacklist actorId="190236"/>
    <TargetBlacklist actorId="220636"/>
	<TargetBlacklist actorId="185391"/>
    <!-- x1_Fortress_Event_Worldstone_Jamella (334487) Distance: 27.00935-->
    <TargetBlacklist actorId="334487"/>
    <TargetBlacklist actorId="354407"/>
    <!--// x1_NPC_Westmarch_Male_A_Severin (336222) Distance: 7.18242-->
    <TargetBlacklist actorId="336222"/>
    <!--//a1dun_leor_firewall2-24671-->
    <TargetBlacklist actorId="89579"/>
    <!--FamilyTree_Daughter-->
    <TargetBlacklist actorId="76907"/>
    <!--// x1_TEMP_Westm_GhostSoldier_01 (321931) Distance: 6.646848-->
    <TargetBlacklist actorId="321931"/>
    <!--// x1_SurvivorCaptain_Rescue_Guards_02 (306914) Distance: 6.273188-->
    <TargetBlacklist actorId="306914"/>
    <!--// A2C2DyingGhostGuy (51293) Distance: 4.714807-->
    <TargetBlacklist actorId="51293"/>
    <!--// GhostTotem (59436) Distance: 4.005692-->
    <TargetBlacklist actorId="59436"/>
  </TargetBlacklists>
  <Order>
    <ToggleTargeting questId="1" combat="True" looting="True" />
    <While condition="True">
      <Bounties/>
      <If condition="not (ZetaDia.IsInTown)">
        <TakeWaypoint waypointNumber="0" />
      </If>
      <WaitTimer questId="1" waitTime="3000" />
      <NephalemRift riftCount="2"/>
      <WaitTimer questId="1" waitTime="3000" />
      <LeaveGame reason="Done" stayInParty="true" />
      <LoadProfile profile="CycleBountiesAndRifts1.xml" />
    </While>
  </Order>
</Profile>

Try that.

IMPORTANT!!! Use this filename: CycleBountiesAndRifts1.xml
 
Last edited:
Back
Top