Ok I am a freakin noob when it comes to this resistance stuff and what to set it to look for. I would love some advice/help figuring it out. Here are the variables that can be changed:
; Max Resist comes in handy in gear that doesn't need MULTIPLE resistances
set %Max_PH_Resistance 0
set %Max_FI_Resistance 0
set %Max_CO_Resistance 0
set %Max_PO_Resistance 0
set %Max_En_Resistance 5
; You can have 18 Energy, and 20 Poison after enhancing and Only waste
; 1 Add For instance :)
set %Min_PH_Resistance 20
set %Min_FI_Resistance 20
set %Min_CO_Resistance 20
set %Min_PO_Resistance 20
set %Min_En_Resistance 5
;My Settings:
; Normal Leather (Non gargish) Still testing :)
; Maximum Resistance - 14
; Min Physical - 2
; Min Fire - 4
; Min Cold - 3
; Min Poison - 3
; Min Energy - 3
; Regular Wood
; Min Physical - 6
; Min Fire - 4
; Min Cold - 3
; Min Poison - 4
; Min Energy - 3
;=======================================================
; My setup Stuff
set %Secure *Mwinc_ArmorCrafter_Secure_ . #charid
set %startscnt #scnt ; Start Time
set %MW_Item 0
set %Max_Resist 0
set %MW_Max_Resist 0
set %MW_Min_Resist 10
set %Min_Physical 10
set %Min_Fire 10
set %Min_Cold 10
set %Min_Poison 10
set %Min_Energy 10
Now I am thinking that I would want one resist to be as low as possible for me to imbue that one to max while keeping the other 4 resists under 10 so that it doesn't count it as one of the 5 imbue slots available. Am I correct in thinking this? If so, what would I change to set it to look for that?
If I am wrong, please explain it to this noob!
Thank you in advance!!!