Thread: .pl??
View Single Post
  #3  
Old 06-11-2004, 11:37 AM
m0oni9
Hill Giant
 
Join Date: Dec 2003
Posts: 166
Default Re: .pl??

Quote:
Originally Posted by nadr man
Thing is the quests aren't working. Perl is installed. IO::Scaler is installed. and my quests are in D:\Sever-Eqemu\EQEmu\$EQEmuDir$\Quests. I was unsure why i needed to name the folder $EQEmuDir$, but was told to do so in another post describing the perl system. I have a quest called default.pl in my nexus folder to set the quest for the zone just to test it...
$EQEmuDir$ represents your EQEmu directory. For instance, if I run emu from C:\EQEmu, my quests directory will be named C:\EQEmu\quests.

Within this "quests" directory you may create a subdirectory for each zone (ie: feerrott, nexus, potimeb, etc.). You may also place a default.pl file in this directory. Inside each of these zone subdirectories, you may have a perl file for any NPC type that is loaded in that zone.

You may have a structure like the following:

C:\EQEmu\quests\default.pl
C:\EQEmu\quests\nexus\2019.pl
C:\EQEmu\quests\nexus\152013.pl
C:\EQEmu\quests\feerrott\47003.pl
etc..
Reply With Quote