Initial Release

This commit is contained in:
Maximilian Unsinn
2021-04-01 19:05:13 +02:00
parent e68064165d
commit e8b4d68578
3 changed files with 35 additions and 4 deletions

View File

@@ -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
#############################################################################################################

View File

@@ -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
#############################################################################################################

View File

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