PDA

View Full Version : 5.9 Compiled with Operational Perl


ajb20
10-04-2004, 05:54 PM
Ok I have had a few requests to drop the max level down to 65 in my compiled version. And so here it is.

10-10-04: 5.9 DR 2 Source here (http://www.hypershadow.net/legends/files/59DR2_10-10-04_Source.rar) Compiled with fully functional Perl here (http://www.hypershadow.net/legends/files/59DR2_10-10-04_Perl.rar)

10-3-04: 5.9 DR 2 Source here (http://www.hypershadow.net/legends/files/59DR2_10-3-04_Source.rar) Compiled with fully functional Perl here (http://www.hypershadow.net/legends/files/59DR2_10-3-04_Perl.rar)

9-26-04: 5.9 DR 1 Source here (http://www.hypershadow.net/legends/files/59DR1_9-26-04_Source.rar) Compiled with fully functional Perl here (http://www.hypershadow.net/legends/files/59DR1_9-26-04_Perl.rar)


I will also continue to update this post as new source files are released, as long as Perl is still broken.

gordonzero
10-10-2004, 12:05 PM
bump!!!

sdabbs65
10-11-2004, 01:26 AM
Perl is installed.
binarys load fine server boots and logged in.

I have the pl.s in the correct dirs /quest/szn and /quest
I have the plugins and it says installed when I do the perl test.
but I have yet to get one npc to say anything.
I looked in the fourms but did not see any testing method
besides the " perl installed thing witch works"
anyone have a clue what I can to to troubleshoot from there ?
Im sorta in a rut.
.
I see in the plugin.pl file it needs these SQL files but im not sure
how to install them yet.
undef $job;
undef $interest;
undef $guild;
undef $mrace;

sdabbs65
10-11-2004, 03:24 AM
Perl is installed.
binarys load fine server boots and logged in.

I have the pl.s in the correct dirs /quest/szn and /quest
I have the plugins and it says installed when I do the perl test.
but I have yet to get one npc to say anything.
I looked in the fourms but did not see any testing method
besides the " perl installed thing witch works"
anyone have a clue what I can to to troubleshoot from there ?
Im sorta in a rut.
.
I see in the plugin.pl file it needs these SQL files but im not sure
how to install them yet.
undef $job;
undef $interest;
undef $guild;
undef $mrace;


Yes we do in fact need the following SQL tables.
job, mrace and guild global
I'm going to look for these in an old sql file and see if I can
bring them up to speed for 5.9 DR2.
if anyone can share these even custom files I could edit them for a standard db install.

sotonin
10-11-2004, 03:50 AM
uh. those arent tables those are variables. :roll:

sdabbs65
10-11-2004, 04:02 AM
well no wonder I could not find them hmmm
I guess that would be in the Varibles table then?
I see a script for testing them but not how to install them..
hmmm.

sotonin
10-11-2004, 04:23 AM
no.

they are not database entries at all. they are c++ variables,

sdabbs65
10-11-2004, 04:37 AM
no.

they are not database entries at all. they are c++ variables,

well that pertty much trashes my theroy as to why mine are not working hmm back to the drawing board.

sdabbs65
10-11-2004, 12:58 PM
no.

they are not database entries at all. they are c++ variables,

well that pertty much trashes my theroy as to why mine are not working hmm back to the drawing board.

well i turned debug on looks like my quest files are outdates..
anyone keeping quest files nowdays ,the site i got these from is long gone....

eq_addict_08
10-12-2004, 05:51 AM
you prolly just have some bad formatting of quests. I get that alot with quests I d-load. Check to be sure every open bracket has a close and there are no extranious caracters anywhere.

On a side note, I ported over the quests by name to my 5.5 server but only seem to get to work with PoDs and Nexus Scions, still have to use numbers for rest... (Thinking my DB may be double spawned)

sdabbs65
10-14-2004, 03:37 AM
you prolly just have some bad formatting of quests. I get that alot with quests I d-load. Check to be sure every open bracket has a close and there are no extranious caracters anywhere.

On a side note, I ported over the quests by name to my 5.5 server but only seem to get to work with PoDs and Nexus Scions, still have to use numbers for rest... (Thinking my DB may be double spawned)


My NPC id's didnt match I posted the fix in the quest area.
Im sure there a few hundred people doing what i did scratching there head. they should sticky something on it because it's not really covered in the install Quest sticky..