Jump to content

daitobu

Beta Tester
  • Content Count

    9
  • Joined

  • Last visited

Posts posted by daitobu


  1. The only thing I touch on the Jpickit_forcesell is these line below, and bot never keeps any unique.  What can I do to keep all the Uniques items?

     
    [sockets] >= "5" && [Linked] >= "5" # [stashItem] =="true" // Keep 5/6L
    [sockets] == "6" && [Linked] >= "6" # [stashItem] =="true" // Keep 6L6S
    [sockets] == "6" && [Linked] <= "4" # [sellUnid] == "true" // Sell 6S 

  2.  

    In Unique Section -

     

    Keep this line

    [Rarity] == "Unique" # [stashItem] == "true" // DO NOT COMMENT THIS LINE: With ForceSellItem there is no need to sell uniques as a general line command, rather by individual lines
     
    Get rid of the rest of the lines in that section.

     

    For some reason my bot tried to sell 2 unique.  I checked and that line in jpick_forcesell did not edit

×
×
  • Create New...