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 09-14-2009, 03:16 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default Magician Epic

I am using the newest PEQ from SVN, what is the status of the epics ?

I am on vacation next week and would like to my magician epic then, but if it is broken I do not want to waste my time.
Reply With Quote
  #2  
Old 09-14-2009, 04:34 PM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

You can see the status of PEQ quests here, with a page specifically devoted to the status of the epics here.

The Orb of Mastery quest is listed as working.
Reply With Quote
  #3  
Old 09-14-2009, 04:37 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Oh, nice information. Thanks !
Reply With Quote
  #4  
Old 09-15-2009, 08:26 PM
Tharkun
Hill Giant
 
Join Date: Aug 2009
Posts: 125
Default

Hey Prov... I was digging through the NPC_Types table. and checking our spawn info...

You might want to double check that Quillmane has a spawn. When I checked on my DB Quillmane was in the DB but was not in the spawn table.
Reply With Quote
  #5  
Old 09-15-2009, 08:40 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

He is not supposed to be there. He is spawned from killing garbage mobs in the zone. He is really more of an event than a spawn group. Look in your quest folder for South Karana for a file called #a lioness.pl

Code:
#Quillmane spawn^M^M
#npc - a_lioness - randomly spawns 1 of 3 Quilmane locs around the zone)^M^M
#zone - SouthKarana^M^M
#Angelox^M^M
^M^M
sub EVENT_DEATH{^M^M
 my $random_result = int(rand(100));^M^M
 my $a=14139; #npc - Quillmane^M^M
 if(($random_result<5) && ($quill==2)){^M^M
   #quest::say("Spawning Quillmane1");^M^M
   quest::spawn2($a,101,0,3210,-6821.6,38.3,193.3);^M^M
   quest::delglobal("quill");^M^M
   quest::setglobal("quill",3,3,"F");^M^M
   $quill=undef;^M^M
  }elsif(($random_result>=5) && ($random_result<10)&& ($quill==2)){^M^M
     #quest::say("Spawning Quillmane2");^M^M
     quest::spawn2($a,102,0,-2761.8,-6076,0.7,4.0);^M^M
     quest::delglobal("quill");^M^M
     quest::setglobal("quill",3,3,"F");^M^M
     $quill=undef;^M^M
  }elsif(($random_result>=10) && ($random_result<15)&& ($quill==2)){^M^M
     #quest::say("Spawning Quillmane3");^M^M
     quest::spawn2($a,103,0,-2333.8,1296.5,38.7,247.3);^M^M
     quest::delglobal("quill");^M^M
     quest::setglobal("quill",3,3,"F");^M^M
     $quill=undef;^M^M
  }else{^M^M
    #quest::say("No spawn");^M^M
  };^M^M
};
Reply With Quote
  #6  
Old 09-15-2009, 08:59 PM
Tharkun
Hill Giant
 
Join Date: Aug 2009
Posts: 125
Default

wow that's crazy
I think I'd rather have him on the spawn table
Reply With Quote
  #7  
Old 09-16-2009, 11:14 AM
Tharkun
Hill Giant
 
Join Date: Aug 2009
Posts: 125
Default

personally that is something I want to avoid happening, I know for my Cleric 1.0 I had a 70Necro and a 70 Druid help me clear Skyfire for 4 hours, and trying to catch Zordak Ragefire up took weeks.
I want to make this stuff a challenge... not a time sink
Reply With Quote
  #8  
Old 09-16-2009, 01:56 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

I guess it can be a fine line with people. What always drew me to EQ was the challenge and sometimes I guess the time sink. Wow just sucked for me, the game took no skill. EQ was a huge learning curve.
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:07 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