
Originally Posted by
Yugl
Is there a way to make spellcast check for your macro set? What are people doing about Uggy pendant v Resist sets when not using Spellcast for full nuking sets?
Resist Sets:
Code:
<if Skill="ElementalMagic">
<if NotBuffActive="Elemental Seal">
<equip when="midcast" Set="$EleResistResist" />
</if>
<else>
<equip when="midcast" Set="NoResist" />
</else>
<if Advanced='"$EleResist" = "No"'>
<!-- only equip pendant in situations you would equip full damage gear -->
<if MPPAfterCastLT="50" Advanced="$UggPendant==1">
<equip when="midcast">
<neck lock="yes">Uggalepih Pendant</neck>
</equip>
</if>
</if>
<!-- finally, equip our staff! -->
<equip when="midcast">
<main>$%SpellElementStaff</main>
</equip>
</if>
Set a variable EleResist, have different sets named <ele resist variable value>Resist. In this case I use High Mid Low No.
Edit: to swap between then, "//sc v s Eleresist <value>"