I currently attempting to make soulbinders work. Here is the quest structure for the Soulbinder in Rivervale which I am using:
NPC_SCRIPT 124490{
TRIGGER_TEXT:Hail, Soulbinder Hoggle Grubbyto:{
SAY:Greetings %CHARNAME%, would you like me to [bind your soul]?
}
TRIGGER_TEXT:bind my soul:{
SAY:Very well then, when you die, you will now be brought to this very location.
CAST_SPELL:<bind spell # here>
}
}
It don't work

. Wasn't sure on the bind spell #, so just put that for now. I have searched the forums, thats how I got this structure. I also saved the file as 124490.qst in the emu/quests folder.