I have fixed some issues with SLA:
- removed extra entries from spells.2da - now it's one icon for one SLA (instead of 6 before)
- fixed targeting problem (when target is not valid message appears but the usage is not lost)
- because ActionCastFakeSpell* forces the character to be in correct range, I removed range check code (if character is too far, it will now run toward target and then cast the spell - like with casting normal spells)
- added correct DC of SLA (not sure about that - number of uses per day depends on innate level of the spell, should DC also depend on innate level? DC of most SLA's is Charisma based, but there was a function in the script, unfortunately not complete, which indicated that DC of Heirophant SLA is Wisdom based :| )
- added icons for the feat
I'm testing it now...