mirror of
https://github.com/araxiaonline/AzerothCore-Converted-Modules-to-latest-TrinityCore.git
synced 2026-06-13 01:22:21 -04:00
Initial Release
This commit is contained in:
@@ -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
|
||||
#############################################################################################################
|
||||
@@ -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
|
||||
#############################################################################################################
|
||||
33
mod_customlogin/conf/mod_customlogin.conf.dist
Normal file
33
mod_customlogin/conf/mod_customlogin.conf.dist
Normal 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
|
||||
Reference in New Issue
Block a user