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
you262

有人會寫撿自訂的東西嗎?

Recommended Posts

[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 by office7845

Share this post


Link to post
Share on other sites

×
×
  • Create New...