diff --git a/README.md b/README.md index a7d671b..d4cf0a4 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,9 @@ \/_____/\/__/ `/___/> \/___L\ \/_/\/__/\/_/\/_/\/_/ \/_/ \/_/\/_/\/____/ \/___/ \/____/\/___/ \/__/ /\___/ /\____/ \/__/ \_/__/ http://stygianthebest.github.io - Converted to TrinityCore ############################################################################################################# Modules, Scripts, and other resources for use with TrinityCore and the World of Warcraft v3.3.5a game client - + Converted to latest TrinityCore 3.3.5a WotLK ############################################################################################################# \ No newline at end of file diff --git a/mod_customlogin/README.md b/mod_customlogin/README.md index a7d671b..d4cf0a4 100644 --- a/mod_customlogin/README.md +++ b/mod_customlogin/README.md @@ -9,10 +9,9 @@ \/_____/\/__/ `/___/> \/___L\ \/_/\/__/\/_/\/_/\/_/ \/_/ \/_/\/_/\/____/ \/___/ \/____/\/___/ \/__/ /\___/ /\____/ \/__/ \_/__/ http://stygianthebest.github.io - Converted to TrinityCore ############################################################################################################# Modules, Scripts, and other resources for use with TrinityCore and the World of Warcraft v3.3.5a game client - + Converted to latest TrinityCore 3.3.5a WotLK ############################################################################################################# \ No newline at end of file diff --git a/mod_customlogin/conf/mod_customlogin.conf.dist b/mod_customlogin/conf/mod_customlogin.conf.dist new file mode 100644 index 0000000..3065ba3 --- /dev/null +++ b/mod_customlogin/conf/mod_customlogin.conf.dist @@ -0,0 +1,33 @@ +[worldserver] + +################################################################################################### +# CUSTOM LOGIN +################################################################################################### + +# Enable the module? (1: true | 0: false) + +CustomLogin.Enable = 1 + +# Announce the module when the player logs in? + +CustomLogin.Announce = 1 + +# Inform when players enter and exit the game + +CustomLogin.PlayerAnnounce = 1 + +# New characters start with BoA items? (1: true | 0: false) + +CustomLogin.BoA = 1 + +# New characters start with additional weapon skills? (1: true | 0: false) + +CustomLogin.Skills = 1 + +# New characters start with special abilities? (1: true | 0: false) + +CustomLogin.SpecialAbility = 1 + +# New characters start with Exalted reputation for main city factions? (1: true | 0: false) + +CustomLogin.Reputation = 1 \ No newline at end of file