Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

Reply
 
Thread Tools Display Modes
  #1  
Old 07-09-2007, 02:10 PM
Striat
Sarnak
 
Join Date: Aug 2006
Posts: 60
Default

The problem seems to be:

Code:
	XS_VERSION_BOOTCHECK ;
		newXS(strcpy(buf, "echo"), XS__say, file);
		newXS(strcpy(buf, "say"), XS__say, file);
		newXS(strcpy(buf, "me"), XS__say, file);
in perlparser.cpp

Change it to:

Code:
	XS_VERSION_BOOTCHECK ;
		newXS(strcpy(buf, "echo"), XS__echo, file);
		newXS(strcpy(buf, "say"), XS__say, file);
		newXS(strcpy(buf, "me"), XS__me, file);
Recompile and it should work fine for you.
Reply With Quote
  #2  
Old 07-19-2007, 09:10 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

This works, I just tested it
Reply With Quote
  #3  
Old 08-08-2007, 09:31 PM
gernblan
Discordant
 
Join Date: Aug 2006
Posts: 394
Default

I hope this makes it into the tree.
__________________
--
Keelyeh
Owner, ServerOp and Developer
Jest 4 Server
Linux (Jest3 runs on Fedora, our Dev servers usually run on Ubuntu and/or Gentoo), OC-12 Connection = Hella Fast
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 01:28 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