My Elemental Resist Potions are using the SC_ARMOR_ELEMENT effect. For instance, my Thunderproof is scripped as:
sc_start4 SC_ARMORPROPERTY,1200000,0,-15,0,20;
I assumed the first field is duration, and the other 4 are resistances to each of the first 4 elements(Fire, Water, Wind, Earth).
I'd...