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

Quests::Completed This is where Completed quests are.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-09-2013, 09:07 AM
Irreverent
The Solo Server
 
Join Date: May 2007
Posts: 416
Default Fixed: Hole, Kejar_the_Mighty

chooserandom to ChooseRandom (didn't work) and put the plugin to return items.

Code:
sub EVENT_SAY {#need correct text for all parts
  if ($text=~/hail/i) {
    quest::say("I do not have time to talk to you, I am looking for something that I [lost]");
  }
  if ($text=~/lost/i) {
    quest::say("Yes, lost.  I am missing my robes if you could bring them to me I would reward you.");
  }
}

sub EVENT_ITEM {
  if (plugin::check_handin(\%itemcount,  1360=> 1)) 
  {
    quest::say("You found it, I am so pleased! Here is your reward");
    quest::summonitem(quest::ChooseRandom(8960, 8961));
    quest::exp(5000);
  }
  plugin::return_items(\%itemcount);
}
__________________
OP of Irreverent Server (The Solo Server)
Our Forums
Reply With Quote
  #2  
Old 04-09-2013, 09:27 AM
Robregen
Developer
 
Join Date: May 2011
Posts: 108
Default

okay this is fixed for PEQ. Thanks.
Reply With Quote
Reply

Thread Tools
Display Modes

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