first commit

This commit is contained in:
mikx
2022-10-23 07:00:09 -04:00
commit d63c510169
12 changed files with 974 additions and 0 deletions

9
conf/conf.sh.dist Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
#
# CUSTOM
#
DB_WORLD_CUSTOM_PATHS+=(
$MOD_MXWOW_PORTALMASTER_ROOT"/sql/world"
)

View File

@@ -0,0 +1,10 @@
[worldserver]
#####################################################################################################
# #
# MxWoW - Portal Master #
# Description: Enables or disable the script for mxwow_portalmaster #
# Default: 1 (Enable) #
# 0 (Disable) #
# #
MxWoW_PortalMaster.Enabled = 1 #
#####################################################################################################