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

Quests::Completed This is where Completed quests are.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-11-2008, 10:59 AM
janusd
Sarnak
 
Join Date: Jan 2008
Posts: 47
Default Necromancer Spells

Here's the quest for Necromancer spell turn-ins in the Overthere. Also posted on the PEQ boards.

Code:
########################
#Quest Name: Necromancer Spells
#Author: JanusD
#Zone: The Overthere
#NPC Name: Vaean the Night
#NPC ID: 93113
#Quest Items Needed: Spell: Convergence (19423), Spell: Defoliation(19296), Spell: Splurt(19294), and Spell: Thrall of Bones(19299)
########################

sub EVENT_SAY 
{ 
if($text =~ /Hail/i) 
  { 
  quest::say("Ahh, welcome! More souls to succumb to the inhabitants of the Outlands! My army of undead will grow stronger by the day, but it would be a pity if you perished before doing a [mortal bidding] for me."); 
  } 

if($text=~/mortal bidding/i) 
  { 
  quest::say("I see it as a win-win situation for me. If you succeed, I'll gain more power from the knowledge you bring back to me. If you fail, you become another addition to my undead minions. Thus, you cannot fail me in returning a scroll of Splurt, Defoliation, Covergence, or Thrall of Bones. In return, I will part with a scroll of mine."); 
  } 

sub EVENT_ITEM 
{ 
  if(($itemcount{19423} == 1) || ($itemcount{19296} == 1) || ($itemcount{19294} == 1) || ($itemcount{19299} == 1)) 
  { 
  quest::say("Here is the scroll that I promised. We have both gained much knowledge today. I hope to do business with you again soon. Farewell."); 
  quest::ChooseRandom(19297,19421,19408,19409); 
  quest::exp(500); 
  } 
} 


#End of file

Last edited by janusd; 01-11-2008 at 07:02 PM..
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 04:48 AM.


 

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