Posted by: erebusant
« on: March 02, 2008, 09:55:51 AM »I think it's a bug in Ascension itself, actually - a typo in finyaga.bcs that would be there even if Ascension was your only mod.Interesting. My original Ascension FINYAGA was as posted above, however my current FINYAGA after installing SCSII - Ascension foes AI seems to have the issue resolved already. From my final FINYAGA:
If you replace ApplySpell(Myself, 0) with ApplySpellRES("yagweak",Myself), it'll fix it.
Code: [Select]
IF
!HasItem("sureHP1",Myself) // No such index
CheckStatGT(Myself,20,RESISTCOLD)
!GlobalTimerNotExpired("WeakenYaga","LOCALS")
THEN
RESPONSE #100
SetGlobalTimer("WeakenYaga","LOCALS",ONE_ROUND)
ReallyForceSpellRES("yagweak",Myself) // No such index
END
I've made the change to the source file in the Ascension package for my revamp.