waterwang99 0 Report post Posted October 6, 2014 最近掛的比較順了(可能設定慢慢調整到定位) 仍剩下幾個問題 每次進地圖都從放光環,有時候光環還會少放 我設定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" 請問我是不是哪裡寫錯了 目前這樣的結果是把所有的 普通鑽寶戒指 跟 普通刺鋒箭袋 都撿起來(無論幾%) 瑪瑙護身符跟金色箭袋 還沒存過倉庫 Quote Share this post Link to post Share on other sites
norizy 0 Report post Posted October 7, 2014 (edited) 我怎記得 沒有 全域爆擊那個語句 之前我也是要設定普通寶鑽 設定半天 所以我想問 我記得 沒有global 爆擊的語句 Edited October 7, 2014 by norizy Quote Share this post Link to post Share on other sites
norizy 0 Report post Posted October 7, 2014 ModsList 裡面我沒有查到 有global爆擊 麻煩知道的教一下 Quote Share this post Link to post Share on other sites
waterwang99 0 Report post Posted October 7, 2014 我的問題是在於他其實會自己拾取設定的Normal物品(箭袋、戒指) 只是並不會按照我後面設定的判斷句 增加全域爆擊率% #[stashitem] == "true" 我怎麼記得是不鑑定存入? Quote Share this post Link to post Share on other sites
reebok1594 0 Report post Posted October 7, 2014 [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%+ 的頭盔才會存倉 Quote Share this post Link to post Share on other sites
waterwang99 0 Report post Posted October 7, 2014 所以現在我應該是找不到 增加全域爆擊率 這個墬詞的英文了?? 有人能夠幫忙嗎 Quote Share this post Link to post Share on other sites