aspire2008
Well-known member
- Joined
- Nov 10, 2012
- RedCents
- 2,583¢
So I posted about this a couple of months back here: https://www.redguides.com/forums/th...ULLER-WITH-BOW?p=341696&viewfull=1#post341696
Well I finally got around to messing around with figuring out why KA casts every other Rank spell without putting the actual rank and never seems to cast Twincast.
So apparently core mq2 thinks the spell gem is never ready, it doesn't seem to be an issue with KA but mq2.
For example, if I do :
Which is why every single spell other than Twincast is working no matter the rank. So leads me to believe its an issue with core? This was tested using Rank III Twincast
Well I finally got around to messing around with figuring out why KA casts every other Rank spell without putting the actual rank and never seems to cast Twincast.
So apparently core mq2 thinks the spell gem is never ready, it doesn't seem to be an issue with KA but mq2.
For example, if I do :
Rich (BB code):
/echo ${Me.SpellReady[${Spell[Twincast].RankName}]} it returns FALSE when the spell gem is actually ready
/echo ${Me.SpellReady[${Spell[Wild Barrage].RankName}]} it returns TRUE when the spell gem is actually ready

