What are you guys using in your windower scripts?
Anything with
pause
wait
or
input /wait
gives me this with indi refresh, so it's not possible atm for me to refresh myself through windower script. Indi refresh works fine if I do it on its own, but when pause/wait is added, I get this
Edit:
also
Code:<?xml version="1.0"?> -<spellcast xmlns:xi="http://www.w3.org/2001/XInclude"> <config showspellinfo="False" showgearswaps="False" requireversion="2.20"/> <variables/> -<sets> -<group default="yes" name="GEO"> -<set name="idle"> <legs>Nares Trews</legs> </set> -<set name="Casting"> <legs>Orvail Pants</legs> </set> </group> </sets> -<rules> <equip set="idle" when="idle|aftercast"/> <equip set="Casting" when="precast|midcast"/> </rules> </spellcast>
XI Wiki




