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-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
  #2  
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
  #3  
Old 09-15-2009, 10:21 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Well then you could camp him. The whole point was to make people work to kill him.
Reply With Quote
  #4  
Old 09-16-2009, 02:52 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Well, I know 100% for sure that Quillmane can spawn on server up (right after reset) on Live, or at least could back when I used to camp him. That means that he doesn't only spawn from killing other NPCs. I also know that there is a chance that upon killing Quillmane, that he can spawn at one of the other 2 spots and start roaming those areas immediately after the last one died. So, Quillmane himself has a chance to pop himself from EVENT_DEATH for sure. I have seen double pops multiple times, and maybe even a triple once or twice.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #5  
Old 09-16-2009, 08:30 AM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

I only saw him pop once on live, I camped the zone for 6 hours. He finally popped. I had cleared the entire zone of mobs twice an hour. People have reported camping 10-12 hours and never seeing him. I would venture under a 5% spawn rate.
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 03:24 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3