here's a working soulbinder quest.
EVENT_SAY{
if($1- =~"Hail"){SAY("Greetings $name . When a hero of our world is slain. their soul returns to the place it was last bound and the body is reincarnated. As a member of the Order of Eternity. it is my duty to [bind your soul] to this location if that is your wish.")}
}
EVENT_SAY{
if($1- =~"bind my soul"){SAY("incoming bind . when you die . you will return here")CASTSPELL("$userid","2049")}
}
works with the 0441DR on this link -
http://www.tpcnet.co.uk/eqemu/stable0441exes.zip
hope it helps
