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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 08-18-2006, 04:04 AM
TekNoir
Fire Beetle
 
Join Date: Apr 2006
Posts: 3
Exclamation Signals

Has anyone ever had a problem with a specific NPC simply stopping receiving quest::signal from any other NPC?

At first it was just one NPC who refused to receive a signal from any other NPC in the zone. She can send, but not receive. Signals were working just fine with every other NPC, receiving and sending.

Just yesterday, a completely separate mob stopped receiving signals after no code changes. Some debugging quest::say was put into the code and sub EVENT_SIGNAL was no longer being reached.

I have other signaled events running in the same zone and have tried using quest::signalwith as an alternative to the vanilla quest::signal, but that didn't change anything.

Anyone have any ideas?

Thank you in advance...

PS: The code can be as simple as you want and it isn't happening.

Code:
# SignalingMob1 (150101)
sub EVENT_AGGRO {
    quest::signal(150100,0);
}
Code:
# ReceivingMob2 (150100)
sub EVENT_SIGNAL {
    quest::say("Please don't attack my little friend.");
}
Reply With Quote
  #2  
Old 08-18-2006, 12:52 PM
ylosh
Sarnak
 
Join Date: Jan 2006
Posts: 39
Default

you could try using quest::signalwith(npcid,signalid,delay_in_ms); and see if that gives you the same type of problems.

if you ever wanted to send the same npc multiple signals from different sources for different responses this would work better.
Reply With Quote
  #3  
Old 08-19-2006, 05:06 PM
TekNoir
Fire Beetle
 
Join Date: Apr 2006
Posts: 3
Default

Same problem on same mobs whether I use quest::signal or quest::signalwith. On the rest of the mobs in the zone, either one will work just fine.

It has me positively baffled.
Reply With Quote
Reply


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 03:25 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3