Thread: Quests
View Single Post
  #1  
Old 10-03-2007, 06:32 AM
99er
Banned
 
Join Date: Sep 2007
Posts: 12
Default Quests

Hello Everyone. Hope all is well.

I am on day 3 of trying to make my quests and Hail work.

Searching the forums has produced a couple solutions all of which I have verified but still no luck.

Here are my variables.

Log file shows a ton of these:

Perl runtime error: Undefined subroutine &main::eval_file called

At first I thought it was my perl installation. Here is what testing shows:

C:\>perl --version

This is perl, v5.8.8 built for MSWin32-x86-multi-thread
(with 18 registered patches, see perl -V for more detail)

Copyright 1987-2007, Larry Wall

Binary build 822 [280952] provided by ActiveState http://www.ActiveState.com
Built Jul 31 2007 19:34:48

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.


So at this point I am guessing perl is installed correctly and in the path.

If I manually run a script:

C:\>perl hello.pl
Hello World
C:\>


It also works. However, nothing will respond in game.

Other than this the server runs normally.

Any help would be appreciated. If this is posted in the wrong section I apologize.

Thanks.
Reply With Quote