you262 0 Report post Posted March 31, 2016 我想撿戒指T1力、智 腳T1跑速、血、和綜合抗性50以上 Quote Share this post Link to post Share on other sites
bj6ck6text1 27 Report post Posted March 31, 2016 (edited) [Category] == "Ring" && [Rarity] == "Rare" # [stashItem] == "true" && [additional_strength] >= "51" && [additional_intelligence] >= "51" //當撿取戒指並為稀有屬性且增加力量和智慧值大於等於51 (T1) 則存倉。 [Category] == "Ring" && [Rarity] == "Rare" # [stashItem] == "true" && [additional_strength] >= "51" || [additional_intelligence] >= "51" //當撿取戒指並為稀有屬性且增加力量或智慧值大於等於51 (T1) 則存倉。 戒指T1值能力好像要82圖的樣子 [Category] == "Boots" && [Rarity] == "Rare" # [stashItem] == "true" && [movement_velocity _ +%] >= "30" && [base_maximum_life] >= "80" && [TotalResistances_%] >= "50" //當撿取鞋子並為稀有屬性且增加移動速度等於30%和生命值大於等於80和綜合抗性大於等於50% 則存倉 試看看能否用,註解可以移除 ,方便看得而已 Edited March 31, 2016 by office7845 Quote Share this post Link to post Share on other sites