PDA

View Full Version : Problems setting up a 7.0 Server(perl primarily)


jimbabwe
04-19-2006, 04:23 PM
Pretty quick question I guess. Is there a zoneperl.exe for 7.0 or is all that stuff now just contained in zone.exe? I'm having a problem with quests, and want to make sure it's not my install of perl

kripsinkurehall
04-20-2006, 01:05 AM
If I remember correctly there hasn't been a need for perlzone.exe since 0.6.4. Are quests that come with a quest pack not working, for example the PEQ Quest pack on their site; or is it an issue with quests you are creating? If it's an issue with the PEQ Quest pack for example, it may be a perl installation issue. However, if it's an issue with quests that you create, it could be several small things. One easy mistake I've seen alot of people make (If it's a windows server), is write perl quests in wordpad instead of notepad or another ansii editor.

jimbabwe
04-20-2006, 03:42 AM
It's my installation of perl then. Not getting any response from mobs that use that PEQ quest pack. Maybe I'll try a different version of perl.

Thanks, that's exactly what I needed to know.

vRandom
04-21-2006, 02:14 AM
The wiki has the perl that I used which worked great for me.


Mission 2 : ActiveState Perl!
Download and install ActiveState Perl from here. Follow the instructions to get it installed.


http://www.eqemulator.net/wiki/wikka.php?wakka=WindowsServerGuide

vRandom

jimbabwe
04-21-2006, 08:44 AM
ok, I tested my installation of perl against my 6.4 server and it worked perfectly. I then checked it against 7.0 and no deal. I went through the logs and found this.

---------------------------------------------
[04.21. - 16:36:47] Starting Log: logs/eqemu_quest_zone_3432.log
[04.21. - 16:36:47] Tying perl output to eqemu logs
[04.21. - 16:36:47] Creating EQEmuIO=HASH(0x18ad5c0)
[04.21. - 16:36:47] Creating EQEmuIO=HASH(0x18ad908)
[04.21. - 16:36:47] Loading perlemb plugins.
[04.21. - 16:36:47] Loading perl commands...
[04.21. - 16:39:07] WARNING: error compiling quest file quests/qeynos/#Riley_Shplots.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
(reverting to default questfile)
[04.21. - 16:39:07] WARNING: error compiling quest file quests/qeynos/Guard_Urius.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
(reverting to default questfile)
[04.21. - 16:39:07] WARNING: error compiling quest file quests/qeynos/Dravel_Axethrasher.pl: Perl runtime error: Undefined subroutine &main::eval_file called.
(reverting to default questfile)

it continues on for a while with those errors(basically every mob with a quest in that particular zone)

I'm running perl 5.8.2, if that happens to matter. Thanks for your continued support guys.

jimbabwe
04-22-2006, 10:21 AM
Just tried perl 5.8.4 as well. Does anyone know what that error means?

edit: I'd also tried it against perl 5.8.7 as well.

jimbabwe
04-23-2006, 05:36 PM
it looks like it was some sort of problem with my DB. I ended up using cavedude's installer and it works fine now.