Thread: Using lua?
View Single Post
  #10  
Old 08-20-2013, 01:20 PM
fwaits
Fire Beetle
 
Join Date: Jul 2010
Location: Folsom, CA
Posts: 28
Default

With the help of this and another thread, I recently updated my build to use both LUA and PERL successfully. Using the guide from here as a baseline:

http://www.eqemulator.net/wiki/wikka...rverSetupGuide

Differences/additions:

1. Download and extract the dependencies from here rather than the one in the guide to get the boost and lua files.

2. When running CMake, check the EQEMU_BUILD_LUA option in addition to the already checked EQEMU_BUILD_PERL option.

3. Copy the lua_modules folder in C:\EQ\EQEmuServer\quests to the root C:\EQ\EQEmuServer folder.

4. Copy the lua51.dll file from C:\EQ\Source\dependencies\luaj_x86\bin folder to the root C:\EQ\EQEmuServer folder.

5. Launch and enjoy.
Reply With Quote