summaryrefslogtreecommitdiff
path: root/example/serverdata/scripts/main.lua
blob: d5d8bd031549a0e23e9adaa98a4730781e007c96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
----------------------------------------------------------------------------------
--  Copyright 2011 Manasource Development Team                                  --
--                                                                              --
--  This file is part of Manasource.                                            --
--                                                                              --
--  Manasource is free software; you can redistribute  it and/or modify it      --
--  under the terms of the GNU General  Public License as published by the Free --
--  Software Foundation; either version 2 of the License, or any later version. --
----------------------------------------------------------------------------------

-- 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"