View Single Post
  #2  
Old 12-31-2002, 07:21 PM
Yulin
Fire Beetle
 
Join Date: Dec 2002
Location: In the Darkness
Posts: 4
Default

I'm still using 0.4.0 so not sure if this soulbinder release is for 0.4.1 or not; but it doesn't work on 0.4.0. The files had to be slightly modified (I don't think it would work unless things were were messed with a parser though since the {}'s don't match up at all in the files). I changed the files to be like:

NPC_SCRIPT 37364{
TRIGGER_TEXT:Hail:{
SAY:Greetings %CHARNAME%, would you like me to [bind your soul]?
}

TRIGGER_TEXT:bind my soul:{
SAY:Incoming Bind! When you die, you will zone back to this spot.
CAST_SPELL 2049
}
}

The extra {}'s were not allowing the second trigger text to execute (made sense too since there were 2 }'s after the first which closed the script). Also, spell 2049 is the immediate bind spell the soulbinders use.
Reply With Quote