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
  #7  
Old 06-18-2008, 05:59 AM
spider661
Discordant
 
Join Date: Oct 2005
Location: michigain
Posts: 260
Default

well i gave it a try and i cant get it to fire the events so i tried setting a proximity around it for enter and exit to see if it triggered when it was summoned but its itehr not working or i don't know how the event works becuase im getting noting only thing that works is hailing it and it just say the line it should say when hailed no event triggering other then the say.

here is the code i got named it the same as the npc in the zone im testing in.
spawning with the #npctypespawn command

Code:
sub EVENT_SAY
{
if ($text =~/Hail/i)
 {
quest::say ("Hello $name. im testing.");
quest::set_proximity(0,5,0,5,0,5);
 }
}

sub EVENT_SPAWN 
{ 
quest::set_proximity(0,5,0,5,0,5); 
} 

sub EVENT_ENTER 
{ 
quest::summonitem("1388"); 
quest::say ("entering proximity");
}
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:11 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