Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
SupZerg

Pickit

Recommended Posts

[Type] == "Karui Axe" && [Rarity] == "Rare" # [Physical DPS] >= "250"

[Type] == "Karui Axe" && [Rarity] == "Rare" # [Physical DPS] >= "250" && [stashItem] == "true"

 

Tested these strings - doesn't work. Bot tries to sell 300 pDPS Karui Axe. Wtf?!

Share this post


Link to post
Share on other sites

[Type] == "Karui Axe" && [Rarity] == "Rare" # [Physical DPS] >= "250"

[Type] == "Karui Axe" && [Rarity] == "Rare" # [Physical DPS] >= "250" && [stashItem] == "true"

 

Tested these strings - doesn't work. Bot tries to sell 300 pDPS Karui Axe. Wtf?!

 

Did you tried to use the mod index for +% physical damage (Mod index : 28)?

Share this post


Link to post
Share on other sites
working for me

 

[Category] == "1Handed" && [Rarity] == "Rare" # [Elemental DPS] >= "180" && [stashItem] == "true"

[Category] == "1Handed" && [Rarity] == "Rare" # [Physical DPS] >= "200" && [stashItem] == "true"

 

 

[Category] == "2Handed" && [Rarity] == "Rare" # [Elemental DPS] >= "200" && [stashItem] == "true"

[Category] == "2Handed" && [Rarity] == "Rare" # [Physical DPS] >= "220" && [stashItem] == "true"

Share this post


Link to post
Share on other sites
Sign in to follow this  

×
×
  • Create New...