Show
Ignore:
Timestamp:
11/19/08 13:27:02 (17 years ago)
Author:
yumileroy
Message:

[svn] * Random changes/fixes...
* Some fixes to MangChat?, more coming.
* Cleaning up scripting part and preparing to merge it into the core.

Original author: XTZGZoReX
Date: 2008-10-12 17:35:16-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/trinitycore/trinitycore.conf.dist

    r39 r41  
    5252WorldServerPort = 8085 
    5353BindIP = "0.0.0.0" 
     54 
     55################################################################################################################### 
     56# SCRIPTING SETTINGS 
     57# 
     58# TScriptDatabaseInfo 
     59#     Database connection settings for the wor 
     60#          .;somenumber;username;password;database - use named pipes at Windows 
     61#                Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini 
     62#          .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux 
     63#                Unix sockets: experimental, not tested 
     64# 
     65# Locale 
     66#     Setting for current (DBC) locale to use 
     67# 
     68# EventAI Error reporting 
     69# 0 - Only startup (Default) 
     70# 1 - Startup errors and Runtime event errors 
     71# 2 - Startup errors, Runtime event errors, and Creation errors 
     72################################################################################################################### 
     73 
     74Locale = 0 
     75EAIErrorLevel = 2 
    5476 
    5577################################################################################################################### 
     
    13521374irc.auto.announce = 30 
    13531375irc.autojoin_kick = 1 
    1354 irc.command_prefix = "." 
     1376irc.command_prefix = "-" 
    13551377irc.joinmsg = "Trinity Core running. Command trigger is $Trigger." 
    13561378irc.rstmsg  = "Trinity Core is restarting..." 
     
    13631385irc.op_gm_level = 3 
    13641386irc.ajoin = 1 
    1365 irc.ajchan = "world" 
     1387irc.ajchan = "World" 
    13661388irc.online.result = 30 
    1367 chat.wow_irc = "<WoW>$Name [$Level]: $Msg" 
    1368 chat.irc_wow = "<IRC>$Name: $Msg" 
     1389chat.wow_irc = "-WoW-$Name [$Level]: $Msg" 
     1390chat.irc_wow = "-IRC-$Name: $Msg" 
    13691391chat.join_wow = "[$GM] $Name has joined IRC." 
    13701392chat.leave_wow = "[$GM] $Name has left IRC."