summaryrefslogtreecommitdiffstats
path: root/example/scripts/main.lua
blob: 3418385044f9a5ffa2a6df999d0a527f195be29d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--[[

  This is the main script file loaded by the server, as configured in
  manaserv.xml. It defines how certain global events should be handled.

--]]

-- At the moment the event handlers are split up over the following files:
require "scripts/global_events"
require "scripts/special_actions"
require "scripts/crafting"
require "scripts/attributes"

require "scripts/items/candy"
require "scripts/monster/testmonster"