Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Completed

Quests::Completed This is where Completed quests are.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-21-2007, 02:13 AM
codyscafe7
Fire Beetle
 
Join Date: Nov 2006
Posts: 17
Default 2 quests I made

here are 2 quests I made you can do whatever you want to them i didnt assign them to any particular person yet so you can choose. Just give credits to me .

Code:
sub EVENT_SAY {				
if($text=~/hail/i){
quest::emote("glares at you");
quest::say("What the hell do you want, Im [busy]!");
}
if($text=!/busy/i){
{
quest::say("Im trying to find a missing [item], what does it mean to you.");
}
if($text=~/item/i){
{
quest::say("Ive lost my friends cloth shirt, would you [help me] find it?");
}
if($text=~/help you/i)
{
quest::emote("smiles");
quest::say("dont take too long");
	}
}

sub EVENT_ITEM
{
  #handin: 1x cloth shirt
  if(plugin::check_handin(\%itemcount, 1004 => 1))
  {
	quest::say("You are a worthy one. Im sure you have the gods favor.")
	quest::exp(10000);
}
  else
  {
	quest::say("I have no use for these things.");
    #return the items
    if($item1>0)
    {
      quest::summonitem($item1); #item 1
    }
    if($item2>0)
    { 
      quest::summonitem($item2); #item 2
    }
    if($item3>0)
    { 
      quest::summonitem($item3); #item 3
    }
    if($item4>0)
    { 
      quest::summonitem($item4); #item 4
    } 
  }
}

#made by cody : cody's test server admin
and the second

Code:
sub EVENT_SAY  {
if ($text=~/hail/i){
	quest::say("Oh My God! Where did I put [it]??");
      }
      if($text=~/it/i)
      {
	 quest::say("IT, is my Element of Fire! Without it I have no magic. If only someone could give me the [materials] to make a new one.");
      }
      if($text=~/materials/i)
      {
	quest::say("To craft a new essence I need 4 torches, will you [help] me?");
      }
      if($text=~/help/i)
      {
	quest::emote("cheers.");
	quest::say("Thanks a million your help wont go unrewarded!");
      }
}

sub EVENT_ITEM
{
  #handin: 4x torches
  if(plugin::check_handin(\%itemcount, 13002 => 4))
  { 
	quest::say("You are the savior of my magic, and as I said it will not go unrewarded.");
	quest::exp(5000);
  }
  else
  {
	quest::say("I have no use for these things.");
    #return the items
    if($item1>0)
    {
      quest::summonitem($item1); #item 1
    }
    if($item2>0)
    { 
      quest::summonitem($item2); #item 2
    }
    if($item3>0)
    { 
      quest::summonitem($item3); #item 3
    }
    if($item4>0)
    { 
      quest::summonitem($item4); #item 4
    } 
  }
}

#made by cody : cody's test server admin
please give feedback. thanks.
Reply With Quote
  #2  
Old 06-21-2007, 10:14 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

I deleted one of theses threads as we don't want double-posting.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:28 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3