Jump to content

Join our Discord

Talk to other users and have a great time
Discord Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
zxc10869

請問如何要掛機不要賣傳說裝備

Recommended Posts

請問如何要讓掛機不要賣低等傳說裝備??

謝謝

 

打開smart pickit 設定檔,

大約80行,旁邊有註解

 

預設是除非在下方的傳說清單內,不然其它的都賣

//[Rarity] == "Unique" # [stashItem] == "true" // Keep all unique, comment this line if you want the bot to sell unique not defined in this file
[Rarity] == "Unique" # [sellItem] == "true" // Sell all unique that aren't defined in the pickit (be careful with recently added uniques)
 
改成
 
[Rarity] == "Unique" # [stashItem] == "true" // Keep all unique, comment this line if you want the bot to sell unique not defined in this file
//[Rarity] == "Unique" # [sellItem] == "true" // Sell all unique that aren't defined in the pickit (be careful with recently added uniques)
  • Upvote 1

Share this post


Link to post
Share on other sites

×
×
  • Create New...