View Single Post
  #11  
Old 02-18-2003, 07:16 AM
killspree
Dragon
 
Join Date: Jun 2002
Posts: 776
Default

Code:
TRIGGER_TEXT:Hail:{ 
SAY:Greetings %CHARNAME%, Do you think you are worthy enough too recieve one of my homemade items? [yes] 
} 
TRIGGER_TEXT:yes:{ 
SAY:okay, if u goto the Far Reaches of Permafrost, thier will be a Dragon thier called So`vehi Kill it with a group of bout 3 or 4 and it will drop an item called Ring of so`vehi Bring that ring back too me and i will give u a Customed Ring. Good luck %CHARNAME%,! 
} 
TRIGGER_ITEM:32550:{
GIVE_ITEM 32551 1
}
END_FILE
Reply With Quote