skidude Wrote:you should backup up your pickit, That way it will be easy to swap out pickit files. Cause u have to put // infront of every line of the jewels that already there if u want to keep them unid
This will force the bot to keep rare and magic jewels unid
[Type] == jewel && [Quality] == rare
[Type] == jewel && [Quality] == magic
Is this what you mean?
// ##### Jewels ########################
[Type] == jewel && [Quality] == rare // # [MinDamage] >= 15 && [MaxDamage] >= 15
[Type] == jewel && [Quality] == rare // # [EnhancedDamage] == 30 && [Strength] >= 9 && [Dexterity] >= 9
[Type] == jewel && [Quality] == rare // # [EnhancedDamage] == 30 && ([Strength] >= 9 || [Dexterity] >= 9) && ([ItemMagicBonus] >= 15 || [ItemGoldBonus] >= 30)