EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Custom (https://www.eqemulator.org/forums/forumdisplay.php?f=671)
-   -   heres a quest I made (https://www.eqemulator.org/forums/showthread.php?t=22986)

codyscafe7 06-20-2007 05:15 PM

heres a quest I made
 
I made this quest myself and I wanted to know if there is anything wrong with it. You can put it on your server if you want. Just give credits to me:) . :


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

codyscafe7 06-21-2007 12:37 AM

move this thread please lol. i posted it at 1 am didnt see the quest section

Angelox 06-21-2007 10:16 AM

Thanks for you quests, it will be better if you continue to post your quests, under the same thread


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

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.