Log in

View Full Version : [Quest] LUA expected, but I would like to use PERL instead


Xyalik
06-23-2019, 07:17 PM
Hello everyone! :)

I recently created my first NPC via EOC (EverQuest Operations Center).

Everything went well, except that I realize that EOC expects a LUA file instead of PL for quests (Filename: C:\EQEmuServer\quests/gfaydark/Guelliguos,_le_gueux.lua)...

How to make EOC wait for a PL file, please?

[EDITION] This seems related to the area from which I create my NPC: in the tutorial area, I have to use the PL files. For old areas (like Greater Faydark), I have to use LUA files. How to change this?

Thank you beforehand!
Cordially.

Maze_EQ
06-24-2019, 08:05 AM
If you have an existing LUA file, rename it.

Then make a Perl file with the same name.

It's one or the other, but it defaults to LUA.

Xyalik
06-24-2019, 03:11 PM
Thanks for your message, I will give a try. :)

I'll be back.

[EDITION] Good job, Maze_EQ! It works! Thanks again! :)