View Single Post
  #1  
Old 05-31-2003, 06:20 AM
millain
Fire Beetle
 
Join Date: Dec 2002
Posts: 2
Default Summonitem and exp fuctions not work

when I turn in the starter items to the guild masters it says.
No such item: 0
You lose experiance

Here is my quest code.

Code:
EVENT_ITEM {
if($item1=="18740"){SAY("Hail $name and welcome.. I am Lorme Tredore. master magician here at the Academy of Arcane Sciences. I will teach and train you. as I have done for many others. Let's get started.. here. put this on.. it'll help protect you from the elements. You look pretty bright.. We have a few [training exersises] for our bright trainies.")summonitem(13559)exp(100)} 
}
Any help would be great.
Thanks
Reply With Quote