EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Completed (https://www.eqemulator.org/forums/forumdisplay.php?f=633)
-   -   Post-gukta dead frogloks (https://www.eqemulator.org/forums/showthread.php?t=23135)

BWStripes 07-13-2007 01:32 PM

Post-gukta dead frogloks
 
I know its simple...thanks to Crabclaw for this idea - it makes the fallen frogloks in innothule swamp appear dead as they should be!

File: quests/innothule/a_fallen_froglog.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: innothule  -- a_fallen_froglok


CrabClaw 07-13-2007 08:21 PM

Nice one and thanks! I'll need something like this for the new froggy content I am working on for Angelox's server. :)

cavedude 07-16-2007 01:35 PM

I added this is PEQ's repo, thank you!


All times are GMT -4. The time now is 04:36 PM.

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