PDA

View Full Version : Quest Question


Foxseven
11-09-2004, 08:30 PM
I am just getting the basics down to setting up quests on my server.

I am using the latest and greatest DR and am seeing a Perl runtime error: open 'commands.pl' - no such file or directory.

It shows it loads quests correctly but it isnt working.

To get this tested I originally used the default.pl quest to basically say "You said hail!" Then I created seperate .pl files for two NPCS with the same script that was on Cofrubens webpage for the monk epic. Still the NPC's in question were apparently using the default.pl script. So I removed it from the directory /freportw and rebooted. Only files there now are the two ID's for the respective PC's. When I hailed the NPC this time she still used the old script from default even though the file wasnt there. Is it safe to assume that since I do not have the commands.pl file that the files are not loading correctly?

And ... where do I get the commands.pl file?

Thanks in advance

The_Horrid
11-09-2004, 08:42 PM
For commands.pl
Create a new txt document.
Copy/Paste this:
sub commands_init {}
Save As commands.pl
Place in EQEmu serv dir

Done.

The_Horrid

Foxseven
11-09-2004, 09:26 PM
thanks =)