View Single Post
Old 08-07-2008, 06:48 PM   #3 (permalink)
Firecult
Newbie
 
Join Date: Aug 2007
Posts: 14
Default

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
Firecult is offline   Reply With Quote