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
  #6  
Old 07-03-2008, 01:30 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by Weldarr View Post
My event begins and when npc1 reaches 75% he spawns 4 adds. I want to make it so that npc1 stops attacking and is unable to be targeted until the 4 adds are killed. Once they are dead i want him to start attacking again.
If the main idea is to make the NPC stop attacking and not able to be attacked until the 4 adds are killed, I think you can do this with $npc->NPCSpecialAttacks, like Striat is using. The mob would still be targetable, but it couldn't be attacked and wouldn't attack back. Using the NPC Special Attack list from the Wiki, you could use this command:
Code:
$npc->NPCSpecialAttacks(UMCNIDABfOWH, 0);
Then, once the other 4 mobs are dead, change the special attacks back to what they should be normally (depending on your mob), set the HP back to 75% (since it will probably have regenerated some by then), and he should start attacking again. I'm not sure if running the command clears the hate list, but if not, you can always do so manually if you want:
Code:
$mob->WhipeHateList();
Hope this helps.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
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:48 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