Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-08-2008, 12:55 AM
paaco
Discordant
 
Join Date: Jan 2005
Posts: 320
Default Help with making a quest level requirement

I don't see a thing wrong with this, it does not work correctly though. If anyone sees something broken please point it out for me. This quest is only supposed to send you if you are level 50 or above. On my tests it appears to send you no matter what level though :(
Code:
sub EVENT_SAY { 

if($text=~/Hail/i) {

quest::say("Hail, $name. You look much stronger than you did last time we spoke. Maybe you can [help] me."); }
if($text=~/help/i) {
quest::say("I am glad you are willing to help, be warned this is no easy task, Luana, The God of Life has asked me to find adventurers that can take care of a problem for us. She assured me that whoever can complete what she requires will be made more powerful than they can imagine. Are you sure you are interested? ");
}
if($text=~/yes/i) {
quest::say("Very well, there is a being that was banished some time ago by the gods to the darkest place in all the lands. Before he was banished he took something from Luana, she now wants it back. Kill him and bring her lost items back and she will reward you.? I can send you there, I only require one thing, a sceptre dropped by the one that the frogloks worship.");
}
}

sub EVENT_ITEM {
if ((plugin::check_handin(\%itemcount, 4776 => 1))&&($ulevel <= 50)){
    $client->Message(14, "Cinean holds out her hand to you, as you grab it you feel yourself start to fade away." );
    quest::movegrp(184, -110.82, 65.53, -115.9);

}
   
}
Reply With Quote
 


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:30 PM.


 

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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3