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

Option for OVERRIDE on Always stash acient/Salvage none-ancient setting

H3XBUDDY

New Member
Joined
May 9, 2016
Messages
3
Reaction score
0
I already did an ugly modify, but it's tired to modify the code on every update.
I hope this feature can be add to next version.


Code:
//here is the pseudo code
if (isOverride == false)
{
   if(isSeleted(item))
      { //deal with itemlist rule }
}

//  go on normal procedure as usual
//   if(item.isAncient && isAlwaysStashAncient){...}
//   if(!item.isAncient && isAlwaysTrashNonAncient){...}


or better, add a priority list as gem upgrade list on Adventuer
Code:
{checkSelectRule,1}
{checkAncient,2}
{checkNonAncient,3}

I can provide codes if need. But since I'm not core developer, so I have to post my idea here.
 
Seems with the new UI for Trinity is garbage. Set to not pick up crafting mats and it does plus this shoot move shit is getting really old...such a waste of time when no monsters in area...how dumb. Quest Tools set to level lowest gems but do you think it does....NOT. and the bot runs back to the start of a level alot of the times (not sure which one is at fault) but this is so bad now had to lower Grifts to 72....what a joke and now its only a 60% to complete...when i was running 74 Grifts and getting 70% completes and 73 Grifts where 98% to complete but now im over 2K paragon...so 75+ is where bot should be. Need an update to bot soooooooo...... bad
 
Quest Tools set to level lowest gems but do you think it does....NOT

You dont set this in quest tools. Disable quest tools and edit this in adventure plugin.
 
I already did an ugly modify, but it's tired to modify the code on every update.
I hope this feature can be add to next version.


Code:
//here is the pseudo code
if (isOverride == false)
{
   if(isSeleted(item))
      { //deal with itemlist rule }
}

//  go on normal procedure as usual
//   if(item.isAncient && isAlwaysStashAncient){...}
//   if(!item.isAncient && isAlwaysTrashNonAncient){...}


or better, add a priority list as gem upgrade list on Adventuer
Code:
{checkSelectRule,1}
{checkAncient,2}
{checkNonAncient,3}

I can provide codes if need. But since I'm not core developer, so I have to post my idea here.

Help me understand what you're trying to do here.

If you don't want to use the 'Always stash ancients' setting then you can turn it off by unchecking the box in Items > Itemlist > Misc
 
Back
Top