R-RIFT.xml


SUBMITTED BY: Guest

DATE: Jan. 24, 2015, 9:14 p.m.

FORMAT: Text only

SIZE: 26.6 kB

HITS: 1240

  1. <Profile>
  2. <Name>R-RIFT</Name>
  3. <KillMonsters>True</KillMonsters>
  4. <PickupLoot>True</PickupLoot>
  5. <GameParams act="OpenWorld" resumeFromSave="False" isPrivate="True" numGames="-1" />
  6. <!-- +Rep to
  7. DyingHymn, NoWayLol, Dildozer, Derrek, Sychotix, Nesox
  8. -->
  9. <TargetBlacklists>
  10. <TargetBlacklist actorId="114622" name="Tyrael" />
  11. </TargetBlacklists>
  12. <Order>
  13. <ToggleTargeting questId="1" combat="True" looting="True" lootRadius="100" killRadius="80" />
  14. <CombatSetting questId="1" trashPackSize="3" trashPackClusterRadius="30" monEliteRange="65" />
  15. <If condition="not (Me.IsInTown) and not (
  16. CurrentWorldId == 288454 or
  17. CurrentWorldId == 288685 or
  18. CurrentWorldId == 288687 or
  19. CurrentWorldId == 288798 or
  20. CurrentWorldId == 288800 or
  21. CurrentWorldId == 288802 or
  22. CurrentWorldId == 288804 or
  23. CurrentWorldId == 288810 or
  24. CurrentWorldId == 288814 or
  25. CurrentWorldId == 288816 or
  26. CurrentLevelAreaId == 405915)">
  27. <LogMessage output="Not in Town and Not in Rift, using TownPortal" />
  28. <TownPortal questId="1" />
  29. </If>
  30. <!-- Waypoint to A5 Hub if in town but not A5 Hub-->
  31. <While condition="Me.IsInTown and CurrentLevelAreaId != 270011">
  32. <LogMessage output="Using Waypoint to Act 5 Hub" />
  33. <UseWaypoint questId="312429" stepId="2" waypointNumber="46" name="Waypoint-397" statusText="" />
  34. </While>
  35. <If condition="(IsActiveQuestAndStep(337492,10) or IsActiveQuestAndStep(405695,9)) and Me.IsInTown">
  36. <LogMessage output="Talk to Orek" />
  37. <MoveToActor questId="337492" stepId="10" x="594" y="764" z="3" actorId="363744" interactRange="9" name="X1_LR_Nephalem" pathPrecision="5" pathPointLimit="250" statusText=""
  38. exitWithConversation="True" exitWithVendorWindow="True"/>
  39. <MoveToActor questId="405695" stepId="9" x="594" y="764" z="3" actorId="363744" interactRange="9" name="X1_LR_Nephalem" pathPrecision="5" pathPointLimit="250" statusText=""
  40. exitWithConversation="True" exitWithVendorWindow="True"/>
  41. <TownRun questId="1" minFreeBagSlots="60" minDurabilityPercent="100" />
  42. <!--<WaitTimer questId="1" waitTime="25000" />-->
  43. </If>
  44. <!-- In Town, Rift Portal Open, Take Return Portal -->
  45. <!-- Quest: X1_LR_DungeonFinder (337492) World: X1_Westmarch_Hub (304235) LevelArea: x1_Westm_Hub (270011) -->
  46. <If condition="IsActiveQuestAndStep(337492,13) and Me.IsInTown and ActorExistsAt(191492, 545, 753, 3, 50)">
  47. <MoveToActor questId="337492" stepId="13" x="545" y="753" z="3" actorId="191492" interactRange="9" name="hearthPortal" isPortal="True"
  48. destinationWorldId="-1" pathPrecision="5" pathPointLimit="250" statusText="" />
  49. </If>
  50. <!-- ActorSNO=345935 is the Rift Portal in Town -->
  51. <While condition="Me.IsInTown and not (ActorExistsAt(345935, 606, 750, 2, 50)) and not IsActiveQuestAndStep(405695,9) and not IsActiveQuestAndStep(337492,10)">
  52. <!-- Clear some backpack space, we're going item huntin' -->
  53. <TownRun questId="1" minFreeBagSlots="60" minDurabilityPercent="100" />
  54. <!-- Waypoint to A5 Hub if in town but not A5 Hub-->
  55. <While condition="Me.IsInTown and CurrentLevelAreaId != 270011 and not IsActiveQuestAndStep(405695,9) and not IsActiveQuestAndStep(337492,10)">
  56. <LogMessage output="Using Waypoint to Act 5 Hub" />
  57. <UseWaypoint questId="312429" stepId="2" waypointNumber="46" name="Waypoint-397" statusText="" />
  58. </While>
  59. <!-- Grab some Keys if needed -->
  60. <GetItemFromStash questId="1" greaterRiftKey="True" stackCount="1" />
  61. <GetItemFromStash questId="1" stackCount="1" actorId="408416" name="Keystone of Trials" />
  62. <GetItemFromStash questId="1" stackCount="1" actorId="323722" name="Rift Keystone Fragment" />
  63. <HasNoRiftKeys>
  64. <LogMessage output="No Rift Keys Found! Cannot Rift without some Rift Keys. Run some bounties, yo!" />
  65. </HasNoRiftKeys>
  66. <LogMessage output="Triggering QTOpenRiftWrapper... " />
  67. <QTOpenRiftWrapper questId="1" />
  68. </While>
  69. <While condition="Me.IsInTown and (IsActiveQuestAndStep(337492, 1) or IsActiveQuestAndStep(337492, 3)) and ActorExistsAt(345935, 606, 750, 2, 50) and not IsActiveQuestAndStep(337492,10)">
  70. <WaitTimer waitTime="500" />
  71. <!-- Enter the Rift -->
  72. <LogMessage questId="337492" stepId="1" output="Entering the Rift" />
  73. <MoveToActor questId="337492" stepId="1" actorId="345935" interactRange="9" name="X1_OpenWorld_LootRunPortal-1589" x="606" y="750" z="2"
  74. isPortal="True" pathPrecision="5" pathPointLimit="250"/>
  75. <MoveToActor questId="337492" stepId="3" actorId="345935" interactRange="9" name="X1_OpenWorld_LootRunPortal-1589" x="606" y="750" z="2"
  76. isPortal="True" pathPrecision="5" pathPointLimit="250"/>
  77. <WaitTimer questId="337492" stepId="1" waitTime="500" />
  78. </While>
  79. <While condition="Me.IsInTown and (IsActiveQuestAndStep(405695,1) or IsActiveQuestAndStep(405695,9))">
  80. <LogMessage questId="337492" stepId="1" output="Entering Trial Rift" />
  81. <!-- [202EF0F0] GizmoType: Portal Name: X1_OpenWorld_Tiered_Rifts_Challenge_Portal-4167 ActorSNO: 408511 Distance: 8.081734 Position: <606.84, 750.39, 2.53> Barracade: False Radius: 8.316568 -->
  82. <MoveToActor questId="405695" stepId="1" actorId="408511" name="X1_OpenWorld_Tiered_Rifts_Challenge_Portal" x="606" y="750" z="2" isPortal="True" interactRange="9" />
  83. <MoveToActor questId="405695" stepId="9" actorId="408511" name="X1_OpenWorld_Tiered_Rifts_Challenge_Portal" x="606" y="750" z="2" isPortal="True" interactRange="9" />
  84. </While>
  85. <!-- Greater Rift portal : [202EBD3C] GizmoType: Portal Name: X1_OpenWorld_Tiered_Rifts_Portal-5041 ActorSNO: 396751 Distance: 11.58544 Position: <606.84, 750.39, 2.53> Barracade: False Radius: 8.316568-->
  86. <!-- Tiered Rifts: Trial -->
  87. <!-- LevelArea: p1_TieredRift_Challenge, Id: 405915 -->
  88. <While condition="CurrentLevelAreaId == 405915 and IsActiveQuest(405695)">
  89. <WaitTimer questId="405695" stepId="13" waitTime="1000" />
  90. <SafeMoveTo questId="405695" stepId="1" x="280" y="278" z="-11" pathPrecision="5" pathPointLimit="250" statusText="" />
  91. <WaitTimer questId="405695" stepId="1" waitTime="1000" />
  92. <TownPortal questId="405695" stepId="9" />
  93. <!--<SafeMoveTo questId="405695" stepId="9" x="272" y="256" z="-11" pathPrecision="5" pathPointLimit="250" statusText="" />
  94. <MoveToActor questId="405695" stepId="9" actorId="406207" interactRange="9"
  95. name="p1_g_Portal_TieredRiftChallenge-63667" isPortal="True" destinationWorldId="-1" pathPrecision="5" pathPointLimit="250" statusText="" />
  96. <WaitTimer questId="405695" stepId="9" waitTime="500" />-->
  97. </While>
  98. <!-- Complete the Greater Rift, Talk to Urshi -->
  99. <While condition="CurrentLevelAreaId == 332339 and IsActiveQuestAndStep(405695,9)">
  100. <MoveToActor questId="405695" stepId="9" x="392" y="593" z="24" actorId="363744" interactRange="5"
  101. name="X1_LR_Nephalem-64310" pathPrecision="5" pathPointLimit="250" statusText="" />
  102. </While>
  103. <!--
  104. LevelArea: X1_LR_Tileset_Fortress, Id: 333758
  105. LevelArea: X1_LR_Tileset_SpiderCaves, Id: 322727
  106. LevelArea: X1_LR_Tileset_CraterTowers, Id: 342477
  107. LevelArea: X1_LR_Tileset_RootCave, Id: 276128
  108. LevelArea: X1_LR_Tileset_FloodedCave, Id: 276212
  109. LevelArea: X1_LR_Tileset_HellPortal, Id: 362179
  110. LevelArea: X1_LR_Tileset_ZoltArchives, Id: 312606
  111. LevelArea: X1_LR_Tileset_Cathedral, Id: 275923
  112. LevelArea: X1_LR_Tileset_Abattoir, Id: 352652
  113. LevelArea: X1_LR_Tileset_IceCave, Id: 276230
  114. LevelArea: X1_LR_Tileset_WormCaves, Id: 276215
  115. LevelArea: X1_LR_Tileset_Crypt, Id: 276150
  116. LevelArea: X1_LR_Tileset_Westmarch, Id: 331264
  117. -->
  118. <While condition="(IsActiveQuestAndStep(337492,1) or IsActiveQuestAndStep(337492,13) or IsActiveQuestAndStep(337492,16) or IsActiveQuestAndStep(337492,3)) and not Me.IsInTown and
  119. (
  120. CurrentLevelAreaId == 333758 or
  121. CurrentLevelAreaId == 322727 or
  122. CurrentLevelAreaId == 342477 or
  123. CurrentLevelAreaId == 276128 or
  124. CurrentLevelAreaId == 276212 or
  125. CurrentLevelAreaId == 362179 or
  126. CurrentLevelAreaId == 312606 or
  127. CurrentLevelAreaId == 275923 or
  128. CurrentLevelAreaId == 352652 or
  129. CurrentLevelAreaId == 276230 or
  130. CurrentLevelAreaId == 276215 or
  131. CurrentLevelAreaId == 276150 or
  132. CurrentLevelAreaId == 331264
  133. )
  134. ">
  135. <!-- Wait for quest to start-->
  136. <LogMessage output="Exploring Tight Map Rift" />
  137. <!-- Special Handling for tight maps -->
  138. <ExploreDungeon routeMode="WeightedNearestMinimapVisited" questId="337492" stepId="1" until="RiftComplete" pathPrecision="30" boxSize="15" boxTolerance="0.01" markerDistance="45">
  139. <PriorityScenes>
  140. <PriorityScene sceneName="Exit" />
  141. </PriorityScenes>
  142. </ExploreDungeon>
  143. <LogMessage questId="337492" stepId="1" output="Rift Explored" />
  144. <ExploreDungeon routeMode="WeightedNearestMinimapVisited" questId="337492" stepId="13" until="RiftComplete" pathPrecision="30" boxSize="15" boxTolerance="0.01" markerDistance="45">
  145. <PriorityScenes>
  146. <PriorityScene sceneName="Exit" />
  147. </PriorityScenes>
  148. </ExploreDungeon>
  149. <!-- Quest: x1_OpenWorld_quest (312429) World: X1_LR_Level_03 (288687) LevelArea: X1_LR_Tileset_CraterTowers (342477) -->
  150. <If condition="(IsActiveQuestAndStep(337492,1) or IsActiveQuestAndStep(337492,13)) and CurrentWorldId==288687 and CurrentLevelAreaId==342477">
  151. <SafeMoveTo questId="337492" stepId="1" x="735" y="683" z="-82" pathPrecision="5" pathPointLimit="250" statusText="" />
  152. <SafeMoveTo questId="337492" stepId="13" x="735" y="683" z="-82" pathPrecision="5" pathPointLimit="250" statusText="" />
  153. </If>
  154. <LogMessage questId="337492" stepId="13" output="Greater Rift Explored" />
  155. <If condition="(IsActiveQuestAndStep(337492,1) or IsActiveQuestAndStep(337492,13)) and CurrentWorldId==288454 and CurrentLevelAreaId==332323">
  156. <MoveToScene questId="337492" stepId="1" sceneName="AqueductEntranceA" />
  157. <MoveToScene questId="337492" stepId="13" sceneName="AqueductEntranceA" />
  158. </If>
  159. <WaitTimer questId="337492" stepId="1" waitTime="1000" />
  160. <WaitTimer questId="337492" stepId="13" waitTime="1000" />
  161. <!-- Move to the Portal Exit if found and still on Rift Quest -->
  162. <MoveToMapMarker questId="337492" stepId="1" isPortal="True" destinationWorldId="-1" />
  163. <MoveToMapMarker questId="337492" stepId="13" isPortal="True" destinationWorldId="-1" />
  164. <MoveToMapMarker questId="337492" stepId="16" isPortal="True" destinationWorldId="-1" />
  165. <WaitTimer questId="1" waitTime="1000" />
  166. <WaitTimer questId="337492" stepId="3" waitTime="5000" />
  167. <!-- Boss Found, re-explore if needed -->
  168. <ExploreDungeon questId="337492" stepId="3" routeMode="SceneTSP" until="RiftComplete" pathPrecision="30" boxSize="15" boxTolerance="0.01" markerDistance="45" />
  169. <!-- Move to Exit if haven't found boss on this map and exit is visible -->
  170. <MoveToMapMarker questId="337492" stepId="3" isPortal="True" destinationWorldId="-1" />
  171. <!-- Boss Found, re-explore if needed -->
  172. <ExploreDungeon questId="337492" stepId="16" routeMode="SceneTSP" until="RiftComplete" pathPrecision="30" boxSize="15" boxTolerance="0.01" markerDistance="45" />
  173. <!-- Move to POI if needed -->
  174. <MoveToObjective questId="337492" stepId="3" />
  175. <MoveToObjective questId="337492" stepId="16" />
  176. <ReloadProfile force="True" />
  177. </While>
  178. <While condition="IsActiveQuestAndStep(337492,34) and not Me.IsInTown and (CurrentLevelAreaId != 333758 or CurrentLevelAreaId != 322727)">
  179. <!-- Greter Rifts -->
  180. <!-- Find Urshi -->
  181. <ExploreDungeon questId="337492" stepId="34" routeMode="SceneTSP" until="ObjectFound" ignoreMarkers="True"
  182. objectDistance="75"
  183. actorId="398682" pathPrecision="30" boxSize="15" boxTolerance="0.01" />
  184. <!-- Quest: x1_OpenWorld_quest (312429) World: X1_LR_Level_05 (288800) LevelArea: X1_LR_Tileset_HexMaze (352719) -->
  185. <LogMessage questId="337492" stepId="34" output="Interacting With Urshi (2)" />
  186. <!-- Interact with Urshi -->
  187. <MoveToActor questId="337492" stepId="34" actorId="398682" interactRange="9" name="p1_LR_TieredRift_Nephalem-20927" pathPrecision="5" pathPointLimit="250" statusText=""
  188. exitWithVendorWindow="True" exitWithConversation="True "/>
  189. <LogMessage questId="337492" stepId="34" output="Completing Greater Rift (2)" />
  190. <CompleteGreaterRift questId="337492" stepId="34" />
  191. <ReloadProfile force="True" />
  192. </While>
  193. <!-- Oasis -->
  194. <While condition="CurrentLevelAreaId==332323 and (IsActiveQuestAndStep(337492,1) or IsActiveQuestAndStep(337492,13))">
  195. <ExploreDungeon questId="337492" stepId="1" routeMode="WeightedNearestMinimapUnvisited" until="RiftCompleteOrFullyExplored"
  196. sceneName="AqueductEntranceA" pathPrecision="30" boxSize="55" boxTolerance="0.01" markerDistance="30" />
  197. <ExploreDungeon questId="337492" stepId="13" routeMode="WeightedNearestMinimapUnvisited" until="RiftCompleteOrFullyExplored"
  198. sceneName="AqueductEntranceA" pathPrecision="30" boxSize="55" boxTolerance="0.01" markerDistance="30" />
  199. <LogMessage output="In Oasis, using SceneDirection" />
  200. <ExploreDungeon questId="337492" stepId="1" routeMode="SceneDirection" direction="NorthWest" until="SceneFound"
  201. sceneName="AqueductEntranceA" pathPrecision="30" boxSize="45" boxTolerance="0.01" markerDistance="30">
  202. <PriorityScenes>
  203. <PriorityScene sceneName="Exit" />
  204. <PriorityScene sceneName="AqueductEntranceA" />
  205. </PriorityScenes>
  206. </ExploreDungeon>
  207. <ExploreDungeon questId="337492" stepId="13" routeMode="SceneDirection" direction="NorthWest" until="SceneFound"
  208. sceneName="AqueductEntranceA" pathPrecision="30" boxSize="45" boxTolerance="0.01" markerDistance="30">
  209. <PriorityScenes>
  210. <PriorityScene sceneName="Exit" />
  211. <PriorityScene sceneName="AqueductEntranceA" />
  212. </PriorityScenes>
  213. </ExploreDungeon>
  214. <MoveToScene questId="337492" stepId="1" sceneName="AqueductEntranceA" />
  215. <MoveToScene questId="337492" stepId="13" sceneName="AqueductEntranceA" />
  216. <OffsetMove questId="337492" stepId="1" y="-300" />
  217. <OffsetMove questId="337492" stepId="13" y="-300" />
  218. <LogMessage questId="337492" stepId="13" output="Rift Explored" />
  219. <!-- Move to the Portal Exit if found and still on Rift345935 Quest -->
  220. <MoveToMapMarker questId="337492" stepId="1" isPortal="True" destinationWorldId="-1" />
  221. <MoveToMapMarker questId="337492" stepId="13" isPortal="True" destinationWorldId="-1" />
  222. <WaitTimer questId="337492" stepId="3" waitTime="1000" />
  223. <!-- Boss Found, re-explore if needed -->
  224. <ExploreDungeon routeMode="SceneTSP" questId="337492" stepId="3" until="RiftComplete" pathPrecision="30" boxSize="35" boxTolerance="0.01" markerDistance="45" />
  225. <!-- Move to Exit if haven't found boss on this map and exit is visible -->
  226. <MoveToMapMarker questId="337492" stepId="3" isPortal="True" destinationWorldId="-1" />
  227. <!-- Boss Found, re-explore if needed -->
  228. <ExploreDungeon questId="337492" stepId="16" routeMode="SceneTSP" until="RiftComplete" pathPrecision="30" boxSize="15" boxTolerance="0.01" markerDistance="45" />
  229. <MoveToMapMarker questId="337492" stepId="16" isPortal="True" destinationWorldId="-1" />
  230. <!-- Move to POI if needed -->
  231. <MoveToObjective questId="337492" stepId="3" />
  232. <MoveToObjective questId="337492" stepId="16" />
  233. <ReloadProfile force="True" />
  234. </While>
  235. <!-- LevelArea: X1_LR_Tileset_Exterior_BattlefieldsBridge, Id: 349048 -->
  236. <While condition="CurrentLevelAreaId==349048 and (IsActiveQuestAndStep(337492,1) or IsActiveQuestAndStep(337492,13))">
  237. <LogMessage output="In Oasis, using SceneDirection" />
  238. <ExploreDungeon questId="337492" stepId="1" routeMode="SceneDirection" direction="North" until="SceneFound"
  239. sceneName="a3_Battlefield_Exit_E01_S02" pathPrecision="30" boxSize="45" boxTolerance="0.01" markerDistance="30">
  240. <PriorityScenes>
  241. <PriorityScene sceneName="Exit" />
  242. </PriorityScenes>
  243. </ExploreDungeon>
  244. <ExploreDungeon questId="337492" stepId="13" routeMode="SceneDirection" direction="North" until="SceneFound"
  245. sceneName="a3_Battlefield_Exit_E01_S02" pathPrecision="30" boxSize="45" boxTolerance="0.01" markerDistance="30">
  246. <PriorityScenes>
  247. <PriorityScene sceneName="Exit" />
  248. </PriorityScenes>
  249. </ExploreDungeon>
  250. <MoveToScene questId="337492" stepId="1" sceneName="a3_Battlefield_Exit_E01_S02" />
  251. <MoveToScene questId="337492" stepId="13" sceneName="a3_Battlefield_Exit_E01_S02" />
  252. <OffsetMove questId="337492" stepId="1" x="-300" />
  253. <OffsetMove questId="337492" stepId="13" x="-300" />
  254. <MoveToMapMarker questId="337492" stepId="1" isPortal="True" destinationWorldId="-1" />
  255. <MoveToMapMarker questId="337492" stepId="13" isPortal="True" destinationWorldId="-1" />
  256. <WaitTimer questId="337492" stepId="1" waitTime="1000" />
  257. <WaitTimer questId="337492" stepId="13" waitTime="1000" />
  258. <WaitTimer questId="337492" stepId="3" waitTime="1000" />
  259. <!-- Boss Found, re-explore if needed -->
  260. <ExploreDungeon routeMode="SceneTSP" questId="337492" stepId="3" until="RiftComplete" pathPrecision="30" boxSize="35" boxTolerance="0.01" markerDistance="45" />
  261. <!-- Move to Exit if haven't found boss on this map and exit is visible -->
  262. <MoveToMapMarker questId="337492" stepId="3" isPortal="True" destinationWorldId="-1" />
  263. <!-- Boss Found, re-explore if needed -->
  264. <ExploreDungeon questId="337492" stepId="16" routeMode="SceneTSP" until="RiftComplete" pathPrecision="30" boxSize="15" boxTolerance="0.01" markerDistance="45" />
  265. <MoveToMapMarker questId="337492" stepId="16" isPortal="True" destinationWorldId="-1" />
  266. <!-- Move to POI if needed -->
  267. <MoveToObjective questId="337492" stepId="3" />
  268. <MoveToObjective questId="337492" stepId="16" />
  269. <ReloadProfile force="True" />
  270. </While>
  271. <!-- Typical world explore -->
  272. <While condition="(IsActiveQuestAndStep(337492,1) or IsActiveQuestAndStep(337492,13) or IsActiveQuestAndStep(337492,16) or IsActiveQuestAndStep(337492,3))
  273. and not Me.IsInTown and (CurrentLevelAreaId != 333758 or CurrentLevelAreaId != 322727) and not
  274. (
  275. CurrentLevelAreaId == 333758 or
  276. CurrentLevelAreaId == 322727 or
  277. CurrentLevelAreaId == 342477 or
  278. CurrentLevelAreaId == 276128 or
  279. CurrentLevelAreaId == 276212 or
  280. CurrentLevelAreaId == 362179 or
  281. CurrentLevelAreaId == 312606 or
  282. CurrentLevelAreaId == 275923 or
  283. CurrentLevelAreaId == 352652 or
  284. CurrentLevelAreaId == 276230 or
  285. CurrentLevelAreaId == 276215 or
  286. CurrentLevelAreaId == 276150 or
  287. CurrentLevelAreaId == 331264
  288. )
  289. ">
  290. <LogMessage output="Exploring Normal Rift" />
  291. <!-- Normal Rifts -->
  292. <ExploreDungeon questId="337492" stepId="1" routeMode="WeightedNearestMinimapVisited" until="RiftComplete" pathPrecision="30" boxSize="45" boxTolerance="0.01" markerDistance="30">
  293. <PriorityScenes>
  294. <PriorityScene sceneName="Exit" />
  295. </PriorityScenes>
  296. </ExploreDungeon>
  297. <LogMessage questId="337492" stepId="1" output="Rift Explored" />
  298. <!-- Greater Rifts -->
  299. <ExploreDungeon questId="337492" stepId="13" routeMode="WeightedNearestMinimapVisited"
  300. until="RiftComplete" pathPrecision="30" boxSize="40" boxTolerance="0.01" markerDistance="30">
  301. <PriorityScenes>
  302. <PriorityScene sceneName="Exit" />
  303. </PriorityScenes>
  304. </ExploreDungeon>
  305. <LogMessage questId="337492" stepId="13" output="Rift Explored" />
  306. <!-- Move to the Portal Exit if found and still on Rift Quest -->
  307. <MoveToMapMarker questId="337492" stepId="1" isPortal="True" destinationWorldId="-1" />
  308. <MoveToMapMarker questId="337492" stepId="13" isPortal="True" destinationWorldId="-1" />
  309. <WaitTimer questId="337492" stepId="1" waitTime="1000" />
  310. <WaitTimer questId="337492" stepId="13" waitTime="1000" />
  311. <WaitTimer questId="337492" stepId="3" waitTime="5000" />
  312. <!-- Boss Found, re-explore if needed -->
  313. <ExploreDungeon routeMode="SceneTSP" questId="337492" stepId="3" until="RiftComplete" pathPrecision="30" boxSize="35" boxTolerance="0.01" markerDistance="45" />
  314. <!-- Move to Exit if haven't found boss on this map and exit is visible -->
  315. <MoveToMapMarker questId="337492" stepId="3" isPortal="True" destinationWorldId="-1" />
  316. <!-- Boss Found, re-explore if needed -->
  317. <ExploreDungeon questId="337492" stepId="16" routeMode="SceneTSP" until="RiftComplete" pathPrecision="30" boxSize="15" boxTolerance="0.01" markerDistance="45" />
  318. <MoveToMapMarker questId="337492" stepId="16" isPortal="True" destinationWorldId="-1" />
  319. <!-- Move to POI if needed -->
  320. <MoveToObjective questId="337492" stepId="3" />
  321. <MoveToObjective questId="337492" stepId="16" />
  322. <ReloadProfile force="True" />
  323. </While>
  324. <While condition="IsActiveQuestAndStep(337492,34) and not Me.IsInTown and (CurrentLevelAreaId != 333758 or CurrentLevelAreaId != 322727)">
  325. <!-- Greater Rifts -->
  326. <!-- Find Urshi -->
  327. <ExploreDungeon questId="337492" stepId="34" routeMode="NearestUnvisited" until="ObjectFound" ignoreMarkers="True"
  328. objectDistance="75"
  329. actorId="398682" pathPrecision="30" boxSize="15" boxTolerance="0.01" />
  330. <!-- Quest: x1_OpenWorld_quest (312429) World: X1_LR_Level_05 (288800) LevelArea: X1_LR_Tileset_HexMaze (352719) -->
  331. <LogMessage questId="337492" stepId="34" output="Interacting With Urshi (2)" />
  332. <!-- Interact with Urshi -->
  333. <MoveToActor questId="337492" stepId="34" actorId="398682" interactRange="5" name="p1_LR_TieredRift_Nephalem-20927" pathPrecision="5" pathPointLimit="250" statusText=""
  334. exitWithVendorWindow="True" exitWithConversation="True "/>
  335. <LogMessage questId="337492" stepId="34" output="Completing Greater Rift (2)" />
  336. <CompleteGreaterRift questId="337492" stepId="34" />
  337. </While>
  338. <TrinityTownPortal questId="337492" stepId="10" waitTime="5000" />
  339. <If condition="Me.IsInTown and IsActiveQuestAndStep(337492,10)">
  340. <!-- Speak to Orek -->
  341. <MoveToActor questId="337492" stepId="10" x="594" y="764" z="3" actorId="363744" interactRange="9" name="X1_LR_Nephalem-21212" pathPrecision="5" pathPointLimit="250" statusText=""
  342. exitWithConversation="True" exitWithVendorWindow="True"/>
  343. <!-- Leave Game Option -->
  344. <!--<LeaveGame questId="337492" stepId="-1" reason="Run is done" />-->
  345. <TownRun minFreeBagSlots="60" minDurabilityPercent="100" />
  346. <!-- Wait 30 sec, then re-recreate! -->
  347. <!--<WaitTimer questId="1" waitTime="27000" />-->
  348. </If>
  349. <LogMessage output="End of Profile, waiting 5 seconds to reload..." />
  350. <WaitTimer questId="1" waitTime="5000" />
  351. <LoadProfile profile="R-RIFT.xml" />
  352. </Order>
  353. </Profile>

comments powered by Disqus