Why does this not work? It loads but does not change any gear for Entropy. This is the whole spellcast.
Code:<?xml version="1.0" ?> <spellcast xmlns:xi="http://www.w3.org/2001/XInclude"> <config Debug="false" ShowGearSwaps="false" ShowSpellInfo="false" /> <sets> <group name="Main" default="yes"> <set name="Entropy"> <ammo>Bomb Core</ammo> <head>Twilight Helm</head> <neck>Shadow Gorget</neck> <lear>Brutal Earring</lear> <rear>Moonshade earring</rear> <body>Phorcys korazin</body> <hands>Phorcys mitts</hands> <lring>Spiral Rin</lring> <rring>Rajas Ring</rring> <back>Atheling Mantle</back> <waist>Shadow Belt</waist> <legs>Huginn Hose</legs> <feet>Bale Sollerets +2</feet> </set> </group> </sets> <rules> <elseif Type="WeaponSkill"> <AfterCastDelay Delay="0.1" /> <if spell="Entropy"> <if day="Earthsday|Darksday|Watersday"><equip when="precast"><head lock="t">Mekira-Oto +1</head></equip> </if> <equip when="precast" set="Entropy" /> </if> </elseif> </rules> </spellcast>
XI Wiki



