You can manually solve the Hellrift-Issue by editing RRRix´s Rift-Profile, just read this:
Just replace the useWaypoint cases with new WaypointIDs and LevelAreaIDs...i´m not sure if the name of the waypoint is a musthave or just optional.......
in RRRix´s xml-file just search for the comments between <! --- and ---> and replace the code or just the waypointnumber and the CurrentLevelID
<!-- Waypoint to A5 Hub if in town but not A5 Hub-->
<While condition="Me.IsInTown and CurrentLevelAreaId != 92945 and not IsActiveQuestAndStep(405695,9) and not IsActiveQuestAndStep(337492,10)">
<LogMessage output="Using Waypoint to Act 5 Hub" />
<UseWaypoint questId="312429" stepId="2" waypointNumber="27" name="Waypoint-959" statusText="" />
</While>
and
<!-- Waypoint to A5 Hub if in town but not A5 Hub-->
<While condition="Me.IsInTown and CurrentLevelAreaId != 92945">
<LogMessage output="Using Waypoint to Act 5 Hub" />
<UseWaypoint questId="312429" stepId="2" waypointNumber="27" name="Waypoint-959" statusText="" />
</While>
edit: Please be aware that this is just a quick-fix and if you autoupdate this profile with EZUpdater or other stuff, you have to manually change the settings again and again and again.....
Just replace the useWaypoint cases with new WaypointIDs and LevelAreaIDs...i´m not sure if the name of the waypoint is a musthave or just optional.......
in RRRix´s xml-file just search for the comments between <! --- and ---> and replace the code or just the waypointnumber and the CurrentLevelID
<!-- Waypoint to A5 Hub if in town but not A5 Hub-->
<While condition="Me.IsInTown and CurrentLevelAreaId != 92945 and not IsActiveQuestAndStep(405695,9) and not IsActiveQuestAndStep(337492,10)">
<LogMessage output="Using Waypoint to Act 5 Hub" />
<UseWaypoint questId="312429" stepId="2" waypointNumber="27" name="Waypoint-959" statusText="" />
</While>
and
<!-- Waypoint to A5 Hub if in town but not A5 Hub-->
<While condition="Me.IsInTown and CurrentLevelAreaId != 92945">
<LogMessage output="Using Waypoint to Act 5 Hub" />
<UseWaypoint questId="312429" stepId="2" waypointNumber="27" name="Waypoint-959" statusText="" />
</While>
edit: Please be aware that this is just a quick-fix and if you autoupdate this profile with EZUpdater or other stuff, you have to manually change the settings again and again and again.....
Last edited: