EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Completed (https://www.eqemulator.org/forums/forumdisplay.php?f=633)
-   -   an avenging caitiff (https://www.eqemulator.org/forums/showthread.php?t=24011)

Inspiration 12-22-2007 01:03 AM

an avenging caitiff
 
Hi all, I thought I would write the quest for the electrum-bladed wakizashi in Mistmoore after being unable to locate it in any quest folders.

Code:

############
#Quest Name: electrum-bladed wakizashi
#Author: Inspiration
#Zone: Mistmoore
#NPC Name: an avenging caitiff
#NPC ID: 59020
#Quest items needed: Maid Issis fang (10179) and Butler Syncall fang (10178)
###########


sub EVENT_SAY {
  if ($text=~/hail/i) {
    quest::emote("an avenging caitiff glares at you with fangs bared as he draws an electrum-bladed wakizashi.");
  }
  if ($text=~/electrum-bladed wakizashi/i) {
    quest::say("HA! As if a mortal such as yourself is worthy of such a weapon. Leave me to my mission - my purpose in life - the slaying of those who brought me into this existence, then exiled me from this place.");
  }
  if ($text=~/mother/i) {
    quest::say("My mother was named Issis. She is, to my knowledge, employed as Lord Mistmoores maid.");
  }
  if ($text=~/father/i) {
    quest::say("Syncall is my fathers name. He serves as Lord Mistmoores butler.");
    }
}

sub EVENT_ITEM {
  if (plugin::check_handin(\%itemcount, 10179 => 1, 10178 => 1)) {
        quest::summonitem(5408);
  }
  else {
    quest::say("I have no need of these items, $name.");
    plugin::return_items(\%itemcount);
    return 1;
  }

quest::say("Mother? Father? May you find peace at last. I shall avenge your suffering! I will grow stronger and set free the souls of the others.");
quest::exp(5000);
}



#End of file

Enjoy

Angelox 02-10-2008 01:03 PM

Here's another might have got missed

cavedude 02-11-2008 01:19 AM

It was committed, but I forgot to reply. :)


All times are GMT -4. The time now is 11:17 PM.

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