thanks )
and btw the question was "does anybody know exactly"
Stratics says that every point of fc decreases the casting delay by 0.25s (doesn't say anything about necromancy) and uoguide says that casting delay of curse weapon is 1s so you do the math.
set #lpc 1000
set %st #systime
event macro 15 104 ; spell to test
while a notin #charstatus
{
sleep 1
}
while a in #charstatus
{
sleep 1
}
set %t #systime - %st
event exmsg #charid 0 0 %t
halt
Commenta