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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 05-27-2010, 07:29 PM
spideyak
Fire Beetle
 
Join Date: Mar 2010
Posts: 16
Default Flutterwing's Quest

Okay, I'm new to quest writing/fixing, so I'm wondering if anybody knows of a fix for this:

Code:
#zone: tutorialb
#quest: Flutterwing's sibling
#site3op

sub EVENT_SAY {
  if($text=~/hail/i) {
    quest::signal(189022,0); #Rashere
  }
}

sub EVENT_ITEM {
  if(plugin::check_handin(\%itemcount, 54603 => 1)) { #Flutterwing's Unhatched Sibling
    quest::emote("beams with glee.");
    quest::say("Oh, $name, how can I ever repay such kindness. I will not be alone in this dreadful place after all. Please accept this small token.");
    quest::exp(500);
    quest::ding();
    if($class eq 'Warrior'){quest::summonitem(38005);}
    elsif($class eq 'Cleric'){quest::summonitem(38173);}
    elsif($class eq 'Paladin'){quest::summonitem(38089);}
    elsif($class eq 'Ranger'){quest::summonitem(38110);}
    elsif($class eq 'Shadowknight'){quest::summonitem(38068);}
    elsif($class eq 'Druid'){quest::summonitem(38194);}
    elsif($class eq 'Monk'){quest::summonitem(38026);}
    elsif($class eq 'Bard'){quest::summonitem(38152);}
    elsif($class eq 'Rogue'){quest::summonitem(38047);}
    elsif($class eq 'Shaman'){quest::summonitem(38215);}
    elsif($class eq 'Necromancer'){quest::summonitem(38299);}
    elsif($class eq 'Wizard'){quest::summonitem(38236);}
    elsif($class eq 'Magician'){quest::summonitem(38257);}
    elsif($class eq 'Enchanter'){quest::summonitem(38278);}
    elsif($class eq 'Beastlord'){quest::summonitem(38131);}
    elsif($class eq 'Berserker'){quest::summonitem(38320);}
  }
  elsif(plugin::check_handin(\%itemcount, 13014 => 1)) { #Muffin
    quest::emote("snatches the muffin from you as you barely manage to keep your fingers.");
    quest::exp(25);
  }
  else {
    quest::emote("sniffs the item and turns his head in disgust.");
    plugin::return_items(\%itemcount);
  }
}
I hail Flutterwing & he responds and says something about his sibling; however when I ask "What sibling?" Flutterwing does not respond and give the quest.

I looked in this file, but didn't see where the quest was called given the response "What sibling?"
Reply With Quote
  #2  
Old 05-27-2010, 07:37 PM
spideyak
Fire Beetle
 
Join Date: Mar 2010
Posts: 16
Default

Okay, it seems as if the quest is supposed to trigger Soulbinder Rashere & he gives the quest... let me try that one.
Reply With Quote
  #3  
Old 05-27-2010, 07:42 PM
spideyak
Fire Beetle
 
Join Date: Mar 2010
Posts: 16
Default

Ah-ha, please disregard... fixed now. Nothing wrong with the quest, something wrong with the player - PEBCAK. Need more coffee
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 03:00 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