Code:
<if Type = "WeaponSkill">
<if spell="Ukko's Fury|Power Slash|Vorpal Scythe">
<if area="Abyssea*">
<if buffactive="Berserk">
<equip when="precast" set="BerserkUkko" />
</if>
<else>
<equip when="precast" set="Ukko" />
</else>
</if>
<else>
<if buffactive="Berserk">
<equip when="precast" set="Berserkoutside" />
</if>
<else>
<equip when="precast" set="outside" />
</else>
</else>
</if>
<if spell="Fell Cleave|King's Justice">
<equip when="precast" set="ws" />
</if>
</if>
Does this look correct for using the specific sets for inside abyssea with berserk up/down and outside with berserk up/down?