Changeset 41 for trunk/src/trinitycore

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

Location:
trunk/src/trinitycore
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/trinitycore/CliRunnable.cpp

    r39 r41  
    897897    } 
    898898    if (!bSuccess) 
    899         zprintf("mangos>"); 
     899        zprintf("TC>"); 
    900900} 
    901901 
     
    12391239    // print this here the first time 
    12401240    // later it will be printed after command queue updates 
    1241     printf("mangos>"); 
     1241    printf("TC>"); 
    12421242 
    12431243    ///- As long as the World is running (no World::m_stopEvent), get the command line and handle it 
  • trunk/src/trinitycore/RASocket.cpp

    r2 r41  
    205205                        Sendf("+Logged in.\r\n"); 
    206206                        sLog.outRALog("User %s has logged in.\n",szLogin.c_str()); 
    207                         Sendf("mangos>"); 
     207                        Sendf("TC>"); 
    208208                    } 
    209209                    else 
     
    224224                } 
    225225                else 
    226                     Sendf("mangos>"); 
     226                    Sendf("TC>"); 
    227227                break; 
    228228                ///</ul> 
  • 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."