Is it possible, well I would assume it is but how? I have poked at the code but it's greek to me, sadly.
I think it's this line that needs to be added in \Adventurer\Coroutes\Riftcoroutines\RiftCorutine.cs
Any help? I can puzzle the stuff togheter but I don't quite know what to replace the .any() part with (or if I can add a "or" condition and it works?)
I think it's this line that needs to be added in \Adventurer\Coroutes\Riftcoroutines\RiftCorutine.cs
PHP:
if (AdvDia.RiftQuest.State == QuestState.NotStarted && _RiftType == RiftType.Greater && !AdvDia.StashAndBackpackItems.Any(i => i.IsValid && i.ActorSnoId == RiftData.GreaterRiftKeySNO))
Last edited: