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
tlru6j62u6

掉落物品拾取販售設定請益

Recommended Posts

我是只掛福爾的地圖

因此完全不打算去留那些裝備(基本只留傳奇,珠寶,卡片,再自己過濾賣掉)

所以自己更改了很多拾取設定的內容

-----------------------------------------------------------------------------

我要的功能非常簡單(我每天都會不定時手動整理倉庫)

1.拾取所有通貨,品質技能石(當然會幫我蒐集到Q20自動賣掉最好),特殊技能石

2.賣掉3色裝備,6洞裝備(這個可以直接打勾,所以OK)

3.保留所有傳奇,珠寶,卡片

4.自動賣掉整套或幫我保留整套的未鑑定混沌配方裝備

5.多餘的黃裝就鑑定後直接丟商店即可

-----------------------------------------------------------------------------

我想請問以下問題

1.自定義裡面似乎都是設定存倉或是售出,是否可以定義拾取呢??

2.我有通貨倉庫,是否會造成掛機出問題?還是他會把通貨丟到裡面呢??

3.是否有辦法設定自動領取鑑定卷軸呢?

4.自定義裡面的混沌&富豪配方只要把前面的 "//" 砍掉,他就會自動幫我留"整套的未鑑定裝備"嗎?還是蒐集完畢也會幫我賣掉呢?

會不會變成所有金裝猛塞倉庫呢???

 

最後我把我的定義拾取與存倉的內容PO上來,請各位幫我看看有沒有什麼問題(非常簡短)

 

/////////////////////////////////////////////////////////////////////////////////////

//                                                                                 //
//                                  CURRENCY                        //
//                                                                                 //
/////////////////////////////////////////////////////////////////////////////////////
// Scrolls commented so instead of picking every scroll it will keep number of scroll setup by user in inventory
// [Type] == "Scroll of Wisdom" # [stashItem] == "true" // Take all id scroll
// [Type] == "Portal Scroll" # [stashItem] == "true" // Take all tp scroll
[Type] == "Blacksmith's Whetstone" # [stashItem] == "true" // Take Blacksmith's Whetstone
[Type] == "Armourer's Scrap" # [stashItem] == "true" // Take Armourer's Scrap
[Type] == "Glassblower's Bauble" # [stashItem] == "true" // Take Glassblower's Bauble
[Type] == "Albino Rhoa Feather" # [stashItem] == "true" // Albino Rhoa Feather
 
/////////////////////////////////////////////////////////////////////////////////////
//                                                                                 //
//                                渾沌富豪配方                         //
//                                                                                 //
/////////////////////////////////////////////////////////////////////////////////////
// Jewelry lines left here because bot now does chaos recipe on its own, but sometimes we want bot just to pickup specific jewelry pieces.
// Jewelry
[Category] == "Belt" && [Rarity] == "Rare" && [itemLevel] >= "60" # [stashUnid] == "true"
[Category] == "Ring" && [Rarity] == "Rare" && [itemLevel] >= "60" # [stashUnid] == "true"
[Category] == "Amulet" && [Rarity] == "Rare" && [itemLevel] >= "60" # [stashUnid] == "true"
 
/////////////////////////////////////////////////////////////////////////////////////
//                                                                                 //
//                                  技能石                                   //
//                                                                                 //
/////////////////////////////////////////////////////////////////////////////////////
//品質技能存倉
[Category] == "Gem" && [Quality] >= "1" # [stashItem] == "true"
//白色技能
[Type] == "Portal" # [stashItem] == "true"// Drop Only Gem
[Type] == "Detonate Mines" # [stashItem] == "true" // Drop Only Gem
 
//賦予增幅啟蒙
[Type] == "Empower Support" # [stashItem] == "true" // Drop Only Gem
[Type] == "Enhance Support" # [stashItem] == "true" // Drop Only Gem
[Type] == "Enlighten Support" # [stashItem] == "true" // Drop Only Gem
 
//蒐集瓦爾技能
[Type] == "Vaal Glacial Hammer" # [stashItem] == "true" // Gem
[Type] == "Vaal Ground Slam" # [stashItem] == "true" // Gem
[Type] == "Vaal Immortal Call" # [stashItem] == "true" // Gem
[Type] == "Vaal Lightning Strike" # [stashItem] == "true" // Gem
[Type] == "Vaal Molten Shell" # [stashItem] == "true" // Gem
[Type] == "Vaal Burning Arrow" # [stashItem] == "true" // Gem
[Type] == "Vaal Cyclone" # [stashItem] == "true" // Gem
[Type] == "Vaal Detonate Dead" # [stashItem] == "true" // Gem
[Type] == "Vaal Double Strike" # [stashItem] == "true" // Gem
[Type] == "Vaal Grace" # [stashItem] == "true" // Gem
[Type] == "Vaal Haste" # [stashItem] == "true" // Gem
[Type] == "Vaal Rain of Arrows" # [stashItem] == "true" // Gem
[Type] == "Vaal Reave" # [stashItem] == "true" // Gem
[Type] == "Vaal Spectral Throw" # [stashItem] == "true" // Gem
[Type] == "Vaal Arc" # [stashItem] == "true" // Gem
[Type] == "Vaal Clarity" # [stashItem] == "true" // Gem
[Type] == "Vaal Cold Snap" # [stashItem] == "true" // Gem
[Type] == "Vaal Discipline" # [stashItem] == "true" // Gem
[Type] == "Vaal Fireball" # [stashItem] == "true" // Gem
[Type] == "Vaal Flameblast" # [stashItem] == "true" // Gem
[Type] == "Vaal Ice Nova" # [stashItem] == "true" // Gem
[Type] == "Vaal Lightning Trap" # [stashItem] == "true" // Gem
[Type] == "Vaal Lightning Warp" # [stashItem] == "true" // Gem
[Type] == "Vaal Power Siphon" # [stashItem] == "true" // Gem
[Type] == "Vaal Righteous Fire" # [stashItem] == "true" // Gem
[Type] == "Vaal Spark" # [stashItem] == "true" // Gem
[Type] == "Vaal Storm Call" # [stashItem] == "true" // Gem
[Type] == "Vaal Summon Skeletons" # [stashItem] == "true" // Gem
 
/////////////////////////////////////////////////////////////////////////////////////
//                                                                                 //
//                                  5連以上存倉                         //
//                                                                                 //
/////////////////////////////////////////////////////////////////////////////////////
[sockets] >= "5" && [Linked] >= "5" # [stashItem] =="true" // Keep 5/6L
[sockets] == "6" && [Linked] >= "5" # [stashItem] =="true" // Keep 5L6S/6L6S
[sockets] == "6" && [Linked] <= "4" # [sellUnid] == "true" // Sell 6S 
 
//////////////////////////////////////////////
//                                          //
//         珠寶卡片傳奇         //
//                                          //
//////////////////////////////////////////////
//蒐集所有珠寶
[Category] == "Jewel" # [stashItem] == "true" 
//蒐集所有卡片
[Category] == "Card" # [stashItem] == "true" 
//蒐集所有傳奇
[Rarity] == "Unique" # [stashItem] == "true" 
Edited by tlru6j62u6

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...