Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #7  
Old 03-18-2014, 02:40 PM
Esildor
Hill Giant
 
Join Date: Feb 2010
Posts: 207
Default

Okay, got it down to a very simple script. I have inactive versions of my mobs that are placeholders, and then I created the mobs that will spawn during the event. Simple quest that depops the placeholder and spawns the active version.

Code:
sub EVENT_SPAWN {
  quest::setnexthpevent(80);
}
sub EVENT_HP {    
  if($hpevent == 80) { 
     quest::depopall(9980009);
     quest::spawn2(9980017,0,0,55.9,-18,5.5,204.4);
     quest::setnexthpevent(60);
    }
  if($hpevent == 60) { 
     quest::depopall(9980010);
     quest::spawn2(9980018,0,0,34.9,47.5,5.5,152.6);
     quest::setnexthpevent(40);
    }
  if($hpevent == 40) { 
     quest::depopall(9980011);
     quest::spawn2(9980019,0,0,-34.6,47.5,5.5,102);
     quest::setnexthpevent(20);
    }
  if($hpevent == 20) { 
     quest::depopall(9980012);
     quest::spawn2(9980020,0,0,-56.5,-18,5.5,51.4);   
    }  
}
I also want this boss to become "active" by handing him 4 items; anyone have a good example of that part of a quest?

Thanks for the help!
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 10:45 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3