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

Quests::Completed This is where Completed quests are.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 10-22-2006, 01:44 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by fathernitwit
what is the "$grums == 2" stuff about? I dont see any way for that variable to be set...
this is to insure we don't get two Garodizan_Razorfin's spawned at the same time. The PL will still work, but it's not not right; should be;
Code:
if (($random_result<=5) && ($razo==2)){
That way if both conditions are met, Garodizan_Razorfin will spawn.

and $razo should go to three untill he dies;

Code:
sub EVENT_DEATH{
 quest::delglobal("razo");
 quest::setglobal("razo","2","3","F");
 $razo=undef;
  };
# EOF zone: nadox NPCs:#Garodizan_Razorfin (227113)
Probably my mistake, as he used part of my script for his.
And it IS my mistake, as I see where i did this many times ( I was copy-pasting to hurry and didn't make the changes).
I have to go back and fix them all

EDIT:
I fixed all the PL's for Nadox and posted - remember one thing though, you should have a system for checking and or reseting the globals, in case you reboot your server and the some of these mobs are still up. If you haven't read this yet, here's what I do;
http://blackwater/~angelox/#link2

Last edited by Angelox; 10-22-2006 at 10:22 AM..
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 12:34 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