Try this:
I made this one temporarily a while back. Someone will probably come by with a better one though: http://pastebin.com/G8PM0rNGCode:<!-- Changes Artemis' Medal/U Pendant/Feud Pendant based on Moon Phase/MP --> <if mode="and" skill="ElementalMagic" notspell="Burn*|Drown*|Choke*|Rasp*|Shock*|Frost*"> <if MPPAfterCastLT="50" Advanced='"$UggPendant"=="1"'> <addtochat color="121">Uggalepih Pendant Latent: Active</addtochat> <addtochat color="121">Moon Phase: %Moon (%MOONPCT%)</addtochat> <if advanced='"$ArtMedal"=="1" AND "%MOONPCT > 80"'> <equip when="precast|midcast"> <neck lock="yes">Artemis' Medal</neck> <addtochat color="121">Artemis' Medal grants MORE Magic Attack Bonus, U Pendant inactive</addtochat> </equip> </if> <else> <equip when="precast|midcast"> <neck lock="yes">Uggalepih Pendant</neck> </equip> <addtochat color="121">Uggalepih Pendant active</addtochat> </else> </if> <elseif advanced='"$ArtMedal"=="1" AND "%MOONPCT > 30"'> <equip when="precast|midcast"> <neck lock="yes">Artemis' Medal</neck> </equip> <addtochat color="121">Moon Phase: %Moon (%MOONPCT%)</addtochat> <addtochat color="121">Artemis' Medal: Active</addtochat> </elseif> <elseif advanced='"%MOONPCT < 31"'> <equip when="precast|midcast"> <neck>Geotia Chain</neck> </equip> <addtochat color="121">Moon Phase: %Moon (%MOONPCT%)</addtochat> <addtochat color="121">Artemis' Medal: Inactive - Goetia Chain Equipped</addtochat> </elseif> </if>
XI Wiki



