Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Bugs

Archive::Bugs Archive area for Bugs's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #7  
Old 04-04-2004, 04:30 PM
m0oni9
Hill Giant
 
Join Date: Dec 2003
Posts: 166
Default

The problem I think is that just merely going
Code:
quest::say("Hello there, this some text, la, la, la.");
and finding that it works, does not mean that it works. It was indeed still causing problems last I checked. I'm not feeling up to getting unpatched source again and compiling to check right now, but problems arose with other commands that were in cmd_queue. ie: the following would cause problems (I'm guessing).
Code:
sub EVENT_SAY {
  if ($text =~ /Hail/) {
    quest::say("Hello, hello, hello, hello, hello, hello, hello, hello.");
    quest::spawn(1234);
    quest::say("Hello, hello, hello, hello, hello, hello, hello, hello.");
    quest::spawn(5678);
  }
}
Try handing items and things in conjunction with quest::say().. I ran into problems, and what I posted fixed the problem. Go to around line 330 or so in zone/embparser.cpp, before ExCommands() is called, and start outputting the $quest::cmd_queue[%d] values and num_args values. You should notice that something funny is going on.
Reply With Quote
 

Thread Tools
Display Modes

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 02:39 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