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

Edit sources: Never drop below 50 keys?

Hultin

Member
Joined
Jan 15, 2010
Messages
75
Reaction score
1
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
PHP:
if (AdvDia.RiftQuest.State == QuestState.NotStarted && _RiftType == RiftType.Greater && !AdvDia.StashAndBackpackItems.Any(i => i.IsValid && i.ActorSnoId == RiftData.GreaterRiftKeySNO))
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?)
 
Last edited:
I've submitted a patch to the (active?) devs of Adventurer which does exactly that, but it didn't contain any GUI work to make it more convenient to use, so if they want to implement it, they have to add the GUI part still, could take a couple days maybe :)

edit: for those that want to try it out, I've attached the patch for the svn repo (rev 27 but it looks like rev28 shouldn't give any problems)

1. rename the txt to .patch
2. apply it to your svn checkout
3. delete compiled assemblies in DB folder
4. start DB.

This patch also sets the minimum gold required before running a empowered rift to 1.000.000.000 (+ empower cost). This way you have at least 1bil gold for reforges and 50 keys for GR running for yourself. both values currently only adjustable in source.
 

Attachments

Last edited:
Back
Top