Changed quests/templates to quests/global. Changed default location for plugins to quests/plugins instead of quests. Added a single interpreter for lua instead of multiple ones.

This commit is contained in:
KimLS
2013-05-15 13:00:46 -07:00
parent 3cc1065873
commit 2336aa0e4f
6 changed files with 151 additions and 125 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ protected:
// Dirs
MapDir="Maps";
QuestDir="quests";
PluginDir="plugins";
PluginDir="quests/plugins";
// Launcher
LogPrefix = "logs/zone-";
+2 -2
View File
@@ -83,8 +83,8 @@ Zone extensions and features
#ifdef QUEST_SCRIPTS_BYNAME
//extends byname system to look in a templates directory
//independant of zone name
#define QUEST_TEMPLATES_BYNAME
#define QUEST_TEMPLATES_DIRECTORY "templates"
#define QUEST_GLOBAL_BYNAME
#define QUEST_GLOBAL_DIRECTORY "global"
#endif
//the min ratio at which a mob's speed is reduced