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

Keyruns based on amount of keys in stash

Sunblood

New Member
Joined
Oct 8, 2012
Messages
42
Reaction score
0
This probably isn't feasible with the current Demonbuddy but I don't think it's necessarily impossible if someone devotes a little bit of time to it.

Basically this profile would monitor the number of Keys in your stash and pick an act to run based on that information. If I were to end up with six Keys from A1, four from A2, and none from A3, the profile would run A3 until I had four, then alternate between A2 and A3 (since they're tied), always focusing on the act with the least amount of keys. I know it has to bother a couple people when they wake up and have nine keys in their inventory all from the same act, and they have to run some specific profiles before being able to run Ubers!
 
I'll look into this for you. :) I'm sure you and I aren't the only ones that feel this way.

It MAY not be possible to read what is in your inventory, but would we COULD do, is have it at least pick up an equal amount of keys over the course of one session.

For instance, you start with 3 A1, 1 a2, 0 a3

you run the bot over night, it should load balance and you could have 8 a1, 6 a2, 5 a3, so it picked up 5 keys from each act over night.

That shouldn't take me TOO long, give me a day or two.
 
Last edited:
This probably isn't feasible with the current Demonbuddy but I don't think it's necessarily impossible if someone devotes a little bit of time to it.

Basically this profile would monitor the number of Keys in your stash and pick an act to run based on that information. If I were to end up with six Keys from A1, four from A2, and none from A3, the profile would run A3 until I had four, then alternate between A2 and A3 (since they're tied), always focusing on the act with the least amount of keys. I know it has to bother a couple people when they wake up and have nine keys in their inventory all from the same act, and they have to run some specific profiles before being able to run Ubers!

As it is now, a plugin would have to be written and work in step with some profiles. If I get some time this week I'll look into it. It shouldn't be that hard.

EDIT: Actually, you may be able to do this with profiles...
 
I have this working but I need the SNO for the act 1 and act 3 keys. I don't have a char capable of high MP level so I haven't found them yet...
 
I have this written and it's running right now. If all goes well, I'll post it tonight after I get home from work.
 
I added a new tag for profiles.

Code:
<KeyRunProfile questId="1" act1profile="act1_start.xml" act2profile="act2_start.xml" act3profile="act3_start.xml" />

It requires (I think) you to have opened your stash recently in order to read the keys in the stash though. I'll post the profile I'm running with too so you can see how to use it. I just modified the profile here [A1-3 Inferno] KeyHuntinn v1.7
 
I added a new tag for profiles.

Code:
<KeyRunProfile questId="1" act1profile="act1_start.xml" act2profile="act2_start.xml" act3profile="act3_start.xml" />

It requires (I think) you to have opened your stash recently in order to read the keys in the stash though. I'll post the profile I'm running with too so you can see how to use it. I just modified the profile here [A1-3 Inferno] KeyHuntinn v1.7

does it read all 3 bags or where do I have to place the keys?
 
if anyone has the Key SNOs, I'd be happy to edit my key run to include this. I'll start trying to get them myself, it would just be faster if someone already has them
 
Back
Top