View Single Post
  #1  
Old 06-14-2002, 04:45 PM
skullitor
Fire Beetle
 
Join Date: May 2002
Posts: 5
Default quests and linux

does it matter that the server is running linux because my quest insent working. here is the coading for the quest

NPC_SCRIPT 1{
TRIGGER_TEXT:Hail:{
SAY:HOWDY!
SAY:You want a gift(yes or no)}
TRIGGER_TEXT:yes:{
SAY:Here you go
SPAWN_ITEM 5004
SAY:Genis is the coolest guy ever!!!!
SAY:This sword will be all powerful, next time the server is reset.
SAY:It will be reset at 7 30 central US Time
SAY:Adios!}
TRIGGER_TEXT:no:{
SAY: SCREW YOU
CAST_SPELL 982
SAY:SORRY!
SAY:lol}
}



what could be the problem with it.

and yes the npcid is 1.
and yes its in the quests folder
and yes it is name 1.qst
Reply With Quote