Page 1 of 1

Spells!

PostPosted: Mon Aug 04, 2003 9:10 pm
by Arcane
How can I do a combo?
I put a sleep(4); in my explosion script before the damage, but when I cast the spell explosion and caste another damage spell, says: You're realy doing someting else.
How can I modify this?

PostPosted: Tue Aug 05, 2003 8:48 am
by Adonis
Hail All
Reads this post and hope someone will answer it.
I also cant do a combo with spells, I with scrolls
can cast quickly but dont think thats what he
is asking for.
:)

PostPosted: Wed Aug 06, 2003 1:13 am
by Lyl
Ah, so you want explosion to have a delayed effect so that it can be timed to go off at the same moment as the next spell to be cast?

try adding the line
Code: Select all
detach();

before sleep(4);

PostPosted: Wed Aug 06, 2003 8:22 am
by Adonis
Hail
Where do I put that at ??
:)

PostPosted: Thu Aug 07, 2003 7:55 am
by Drocket
Right before the sleep ().

PostPosted: Thu Aug 07, 2003 8:08 am
by Adonis
Hail
Thank you maybe I try it later today,If you dont
see me logged after oh well haha.
Have to learn sometimes.
:)