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

Quests::Completed This is where Completed quests are.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-10-2007, 06:05 PM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default WW - Slain Dragons

Stealing from BWStripes fallen frogloks idea, here's a fix for making those western wastes slain dragons lay down quietly.

Zone: westwastes
File: a_slain_dragon.pl
Code:
sub EVENT_SPAWN {
  quest::settimer(1,1);
}

sub EVENT_TIMER {
  if($timer eq "1"){
    $npc->SetAppearance(3);
    quest::stoptimer(1);
  }
}

#END of FILE Zone: westwastes  -- a_slain_dragon
Reply With Quote
  #2  
Old 08-14-2007, 05:17 AM
gernblan
Discordant
 
Join Date: Aug 2006
Posts: 394
Default

This should work too...

sub EVENT_SPAWN {
$npc->SetAppearance(3);
}
__________________
--
Keelyeh
Owner, ServerOp and Developer
Jest 4 Server
Linux (Jest3 runs on Fedora, our Dev servers usually run on Ubuntu and/or Gentoo), OC-12 Connection = Hella Fast
Reply With Quote
  #3  
Old 08-15-2007, 06:39 AM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

That's what was there, but it didn't work. I figured the sleep timer gave the dragons a chance to spawn before being told to play dead.
Reply With Quote
  #4  
Old 08-17-2007, 07:26 AM
gernblan
Discordant
 
Join Date: Aug 2006
Posts: 394
Default

You're right. Tested it.. there does need to be a delay. 1 does work.
__________________
--
Keelyeh
Owner, ServerOp and Developer
Jest 4 Server
Linux (Jest3 runs on Fedora, our Dev servers usually run on Ubuntu and/or Gentoo), OC-12 Connection = Hella Fast
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 04:39 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3