From 7ee8060460c63f0f4aaae338c99686f38edff2a0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 29 Dec 2014 12:02:21 +0300 Subject: hercules: start adding support for conversion from tmwa data. --- hercules/code/server/tmw/main.py | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 hercules/code/server/tmw/main.py (limited to 'hercules/code/server/tmw/main.py') diff --git a/hercules/code/server/tmw/main.py b/hercules/code/server/tmw/main.py new file mode 100644 index 0000000..bd4f5eb --- /dev/null +++ b/hercules/code/server/tmw/main.py @@ -0,0 +1,24 @@ +#! /usr/bin/env python +# -*- coding: utf8 -*- +# +# Copyright (C) 2014 Evol Online +# Author: Andrei Karas (4144) + +from code.server.consts import * +from code.server.tmw.itemdb import * +from code.server.mobdb import * +from code.server.mobskilldb import * +from code.server.npcs import * +from code.server.utils import * +from code.server.questsdb import * +from code.serverutils import * + +def serverTmwMain(): + cleanServerData() + createMainScript() + items = convertItemDb() + #convertNpcs(items) + #convertMobDb() + #quests = convertQuestsDb() + #convertConsts(quests) + #convertMobSkillDb() -- cgit v1.2.3-70-g09d2