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
waterwang99

請教拾取設定

Recommended Posts

最近掛的比較順了(可能設定慢慢調整到定位)

仍剩下幾個問題

      每次進地圖都從放光環,有時候光環還會少放 我設定ERT 只開到ET

 

我想自己設定他拾取的物品 但是一直跑不正確

以下是我想拾取的物品

1.金裝防具、加血40、三抗有其中兩抗同時高於25 →拾取存倉

[Category] == "Helm" && [Rarity] == "Rare" # [stashItem] == "true" && [base_maximum_life]>="40" && ([base_Lightning_damage_resistance_%]>="25" && [base_Cold__damage_resistance_%]>="25" && [base_fire_damage_resistance_%]>="25"
[Category] == "Gloves" && [Rarity] == "Rare" # [stashItem] == "true" && [base_maximum_life]>="40" && [base_Lightning_damage_resistance_%]>="25" && [base_Cold__damage_resistance_%]>="25" && [base_fire_damage_resistance_%]>="25"
[Category] == "Boots" && [Rarity] == "Rare" # [stashItem] == "true" && [base_maximum_life]>="40" && [base_Lightning_damage_resistance_%]>="25" && [base_Cold__damage_resistance_%]>="25" && [base_fire_damage_resistance_%]>="25"
[Category] == "Chest" && [Rarity] == "Rare" # [stashItem] == "true" && [base_maximum_life]>="40" && [base_Lightning_damage_resistance_%]>="25" && [base_Cold__damage_resistance_%]>="25" && [base_fire_damage_resistance_%]>="25"
[Category] == "Shield" && [Rarity] == "Rare" # [stashItem] == "true" && [base_maximum_life]>="40" && [base_Lightning_damage_resistance_%]>="25" && [base_Cold__damage_resistance_%]>="25" && [base_fire_damage_resistance_%]>="25"
2.普通的寶鑽戒指、增加全域爆擊率27%以上 →拾取存倉
[Type] == "Diamond Ring" && [Rarity] == "Normal" && [global_critical_strike_chance_+%]>="27" 
3.普通的瑪瑙護身符、增加力量敏捷22以上→拾取存倉
[Type] == "Agate Amulet" && [Rarity] == "Normal" && [additional_strength_and_intelligence]>="22" 
4.普通的刺鋒箭袋、增加全域爆擊率28%以上→拾取存倉
[Type] == "Spike-Point Arrow Quiver" && [Rarity] == "Normal" && [global_critical_strike_chance_+%]>="28" 
5.金色的刺鋒箭袋、增加全域爆擊率28%以上、增加全域報擊加成30%以上、增加生命40以上→自動存倉
[Type] == "Spike-Point Arrow Quiver" && [Rarity] == "Rare" && [global_critical_strike_chance_+%]>="28" && [base_critical_strike_multiplier_+%]>="30" && [base_maximum_life]>="40" 
 
請問我是不是哪裡寫錯了
目前這樣的結果是把所有的 普通鑽寶戒指 跟 普通刺鋒箭袋 都撿起來(無論幾%) 瑪瑙護身符跟金色箭袋 還沒存過倉庫

Share this post


Link to post
Share on other sites

我怎記得 沒有  全域爆擊那個語句 之前我也是要設定普通寶鑽 設定半天 所以我想問 我記得 沒有global 爆擊的語句

Edited by norizy

Share this post


Link to post
Share on other sites

我的問題是在於他其實會自己拾取設定的Normal物品(箭袋、戒指)

只是並不會按照我後面設定的判斷句 增加全域爆擊率% 

#[stashitem] == "true" 我怎麼記得是不鑑定存入?

Share this post


Link to post
Share on other sites

[stashitem] == "true"  →不鑑定存倉

 

[Category] == "Helm" && [Rarity] == "Rare" # [stashItem] == "true" && [base_maximum_life]>="40" && ([base_Lightning_damage_resistance_%]>="25" && [base_Cold__damage_resistance_%]>="25" && [base_fire_damage_resistance_%]>="25"

 

你這部份會變成 同時有HP40+ 電抗25%+ 冰抗25%+ 火炕25%+ 的頭盔才會存倉

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...