in R-RIFT.XML replace this
Code:
<!-- Greater Rifts -->
<HasGreaterRiftKeys>
<LogMessage output="Opening Greater Rift Portal" />
<TownRun questId="1" minFreeBagSlots="59" minDurability="90" />
<OpenRift questId="1" startTiered="True" />
<WaitTimer questId="1" waitTime="5000" />
</HasGreaterRiftKeys>
<!-- Normal Rifts -->
<HasNormalRiftKeys>
<LogMessage output="Opening Normal Rift Portal" />
<TownRun questId="1" minFreeBagSlots="59" minDurability="90" />
<OpenRift questId="1" startTiered="False" />
<WaitTimer questId="1" waitTime="5000" />
</HasNormalRiftKeys>
with
Code:
<LogMessage output="Opening Rift Portal" />
<TownRun questId="1" minFreeBagSlots="59" minDurability="90" />
<QTOpenRiftWrapper questId="1" />
<WaitTimer questId="1" waitTime="5000" />
and it will do the Rifts (Greater, Normal and Trial) just how you set them up in the QuestTools Configuration Window.
This is with the latest QuestTools Plugin (2.1.26 and higher)