Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 06-26-2009, 11:19 AM
litlamzetiv
Fire Beetle
 
Join Date: Jun 2009
Location: Alaska
Posts: 12
Default

Thanks for the suggestion--but I didn't find anything there. Of the mobs I mentioned the only one that had anything that might seemingly be related was Naggy:

sub EVENT_SPAWN {
my $x = $npc->GetX();
my $y = $npc->GetY();
quest::set_proximity($x - 250, $x + 250, $y - 250, $y + 250);
}

sub EVENT_ENTER {
if (($ulevel >= 53) && ($status == 0)) {
quest::echo("I will not fight you, but I will banish you!");
quest::movepc(27,-64,262,-93.96,0);
}
}

sub EVENT_AGGRO {
quest::settimer("getloc",15); #mob will get position every 15 seconds if pulled away from spawn point
}

sub EVENT_TIMER {
quest::clear_proximity();
my $x = $npc->GetX();
my $y = $npc->GetY();
quest::set_proximity($x - 250, $x + 250, $y - 250, $y + 250);
}

sub EVENT_DEATH {
quest::stoptimer("getloc");
quest::clear_proximity();
}
Specifically the Sub_event SPAWN stuff. I dont' see any sort of timer though (and he doesn't auto-repop on server reboot). I think more likely that's just a range for the banish. I also went through the rest of the quests in soldungb and came up with nothing. Likewise, I checked out KaranaEast (for quillmaine), and FearPlane (for Cazic), and got nothing there either.

Thanks again for the help, but it appears I'm still looking for the answer...
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:38 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