Hey there! I customized the routine from kupo for the ninja and it works pretty well so far, but it won't use "Ten" and "Ninjustu"...maybe someone got an idea: Code: Spell.Cast("Ninjutsu", r => Actionmanager.LastSpell.Name == "Ten"), Spell.Apply("Ten", r => true),
I'm not a develepor, so this is just my own thoughts, but i was under the impression that spell.apply was mainly used to apply dots/buffs etc. Does spell.cast work?
LastSpell doesn't work with mudras or ninjutsu. Also you have to specify Core.Player for mudras to cast.