Ok I tried to put the script in to the spell at the very bottom:
" }
protected override void OnTargetFinish( Mobile from )
int i = 1;
int o = 2;
if (i ==o)
{
Effects.SendLocationParticles( EffectItem.Create( loc, Caster.Map, EffectItem.DefaultDuration ), 0x376A, 9, 10, 5048 );
}
{
m_Owner.FinishSequence();
}
}
}
}"
like that and it gave me hundreds of error's still.
I have no idea what your talking about when it comes to the skills though O.o.
thanks for the help im sure if I was more script-literate you'd have solved my problems :P
|