Greetings everyone.
I posted this in the old forums just before it changed and never did get any response.
I've pulled my RNG out of retirement specifically for delve bosses and found that sc cannot properly parse /ra, /range or /shoot.
The following rules will not parse:
<if spell="ranged"> <!-- I feel lonely because sc won't parse me so i can do... --> <equip set="Snapshot" /> </if> or <if commandprefix="/range" /> <!-- Doh same here -->
//sc debug on returns this:
//sc debug off
I looked at abils.xml in resources and found that "/range" is indeed listed at the very top.
<a id="1" index="0" prefix="/range" english="Ranged" german="Fernwaffe" french="Attaque à dist." japanese="飛び道具" type="Misc" element="None" targets="Enemy" skill="Ability" mpcost="0" tpcost="-1" casttime="0" recast="0" alias="" />
However I still can't get sc to parse this event and pass a rule. I'm certain the fault lies within spellcast and hope the devs can come up with a fix. Without the rules parse my precast Snapshot/RACC set is useless unless I idle in it which is what I don't want when i can idle in MDT or PDT sets.
Any suggestions and/or comments would be greatly appreciated.
Lastest version of W4, Windows7 and yes I know how to write a spellcast xml.