View Single Post
  #6  
Old 03-27-2004, 01:58 PM
nilar
Hill Giant
 
Join Date: Dec 2003
Location: The moon
Posts: 230
Default

Took me longer than expected but I got it working

Code:
EVENT_SAY{
  if($1-=~"Hail"){say("Are you here to [test some quests]?"); } 
  if($1-=~"test some quests") {say("Yes, We are hiring people to test alot of new and offical quests that are coming out everyday, we take this information if need be and put it on our live server. Should I [Go on]?"); } 
  if($1-=~"Go on") {say("So I shall. If you are [interested], I will be giving you updates on many of our new quests that are forming, that way if a Gm is not on, you can test out the quest and see if it works. /petition the test and how well it did for you, and if you like it or not. I hope you find me handy."); } 
  if($1-=~"Interested") {say("Interested Huh? Take this stone and give it back to me anytime you are ready to hear about new quests. I will then tell you every quest that I know of. You can also ask me if i've been [updated] or not. Here is your stone, give back to me when you are ready to hear."); summonitem(25555); } 
  if($1-=~"updated") {say("I have not been updated yet. Please check back later."); }
  }
EVENT_ITEM{ 
  if($item1 =="25555") {say("Here you go. Ah, I'm sorry, there is no quests as of right now, please check back later."); summonitem(25555); }
}
Took out a few spaces. Added semicolons to the end of commands.
__________________
"I can imagine a world without war, a world without hate. And I can imagine myself attacking that world. They would never expect it"

Nilar Nightwolf- SaltyBoogers Non Legit ServerOp
Ascendra Custom Legit ServerOp
GM-Mgmt Jezebells Everquest Server
Senyen of the Abyss [65 Forest Stalker] Dil's World
Reply With Quote