Jump to content

ShawnBadass

EB User
  • Content Count

    4
  • Joined

  • Last visited

Posts posted by ShawnBadass


  1. While it is running, Bot does not pick up maps... it is even ignoring Rare maps.. 

    Please help

     

    I tried with  

    // Take all maps, or comment out if you want to specify which map rarity to pick up below
    [Category] == "Map" # [StashItem] == "true"
    [Category] == "Map" && [Rarity] == "Normal" # [StashItem] == "true" // Take all normal maps
    [Category] == "Map" && [Rarity] == "Magic" # [StashItem] == "true" // Take all magic maps
    [Category] == "Map" && [Rarity] == "Rare" # [StashItem] == "true" // Take all rare maps
    [Category] == "Map" && [Rarity] == "Unique" # [StashItem] == "true" // Take all unique maps

    and this

    // Take all maps, or comment out if you want to specify which map rarity to pick up below
    [Category] == "Map" # [StashItem] == "true"
    // [Category] == "Map" && [Rarity] == "Normal" # [StashItem] == "true" // Take all normal maps
    // [Category] == "Map" && [Rarity] == "Magic" # [StashItem] == "true" // Take all magic maps
    // [Category] == "Map" && [Rarity] == "Rare" # [StashItem] == "true" // Take all rare maps
    // [Category] == "Map" && [Rarity] == "Unique" # [StashItem] == "true" // Take all unique maps

     

    either way did not work.. 

    image.png

     

    image.png

     

    Please help.
    Or if you have any pickup file that works fine. 
    I hope you can share it with me. 

     

    Thank you. 

×
×
  • Create New...