View Single Post
  #13  
Old 06-09-2002, 01:21 PM
mudman
Hill Giant
 
Join Date: Jun 2002
Posts: 163
Default great

thanks much Baltar,

I tried this for shady , i did #showstat it said shady is character ID 292

so i made a dir in eqemu called Quest

and put in a file made with notepad called 282.qst

contents

NPC_SCRIPT 1 {
TRIGGER_TEXT:Hail:{
RAIN 0
EMOTE:Grins at %CHARNAME%
FACE_TARGET
SAY:Hello %CHARNAME%, I shall give you a skill or a level
SAY:Which one * skill * or * level *
}

TRIGGER_TEXT:skill:{
SAY:Here's some skill
SETSKILL 0 1
SETSKILL 1 1
SETSKILL 2 1
SETSKILL 3 1
}

TRIGGER_TEXT:level:{
say:Here's some level
LEVEL 60
}

after that re ran the server but shady wont use the script any idea of my error ?

Thanks much
M.
Reply With Quote