Tarleton, there should be, in your Ascent Folder, a Folder named "Scripts" now save the Script in there as a .lua file. So if the Script was named "Bob" you would save as:
Bob.lua
And then start up your Server, and it should load
And also, in your Arcemu-World.CONF you should enable LuA Scripts. Near the bottom:
Code:
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Scripting Engine Setup
#
# ArcEmu can support multiple script backends via the means of loading .dll files for them.
# This section in the config can enable/disable those backends.
#
# LUA
# If you would like to enable the LUA scripting backend, enable this.
# Default: 0
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
<ScriptBackends LUA="1"
AS="0">