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
  #1  
Old 01-27-2012, 11:51 PM
Durge
Sarnak
 
Join Date: Jan 2010
Location: USA
Posts: 51
Default Boss trigger event

Hey guys, I'm totally baffled as to why this won't work, but maybe you guys can help? I dumbed this down a ton to try and get the boss to move, but he still wont move

Code:
##Test Boss Quest
##Created by Durge

sub EVENT_SPAWN
{
	quest::setnexthpevent(75);
}
sub EVENT_COMBAT
{
	$combat_state = 1;
	quest::shout("How dare you attack me $name! You shall die for your heracy!");
}

sub EVENT_HP
{
	if($hpevent == 75)
	{
		quest::shout("Stupid mortals! You think you can defeat me?");
		quest::moveto(-324, 778, -10, 128, 1);
	}
}
__________________
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 05:29 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3