Quote Originally Posted by thenewchance View Post
Code:
ArcEmu 3.3 Patch Support By Terrorblade TRUNK r28/Release-Win32-X86 :: World Ser
ver
Copyright (C) 2008-2009 NetherEmu. http://www.netheremu.com/
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.
 Website: http://www.netheremu.com
 Forums: http://www.forums.netheremu.com
 Have fun!


The key combination <Ctrl-C> will safely shut down the server at any time.

16:36 S [Arcemu] Rnd: Initialized Random Number Generators.
16:36 D [Arcemu] ThreadPool: Thread 732 started.
16:36 D [Arcemu] ThreadPool: Thread 732 entered the free pool.
16:36 D [Arcemu] ThreadPool: Thread 3796 started.
16:36 D [Arcemu] ThreadPool: Thread 3768 started.
16:36 D [Arcemu] ThreadPool: Thread 208 started.
16:36 D [Arcemu] ThreadPool: Thread 2936 started.
16:36 D [Arcemu] ThreadPool: Thread 3796 entered the free pool.
16:36 D [Arcemu] ThreadPool: Thread 3496 started.
16:36 D [Arcemu] ThreadPool: Thread 2652 started.
16:36 D [Arcemu] ThreadPool: Startup, launched 10 threads.
16:36 D [Arcemu] ThreadPool: Thread 2636 started.
16:36 D [Arcemu] ThreadPool: Thread 820 started.
16:36 D [Arcemu] ThreadPool: Thread 1752 started.
16:36 D [Arcemu] ThreadPool: Thread 3768 entered the free pool.
16:36 N [Arcemu] Config: Loading Config Files...

16:36 D [Arcemu] ThreadPool: Thread 208 entered the free pool.
16:36 S [Arcemu] Config: >> configs/world.conf
16:36 D [Arcemu] Unterminated comment.ThreadPool
: Thread 2936 entered the free pool.
16:36 E [Arcemu] Config: >> configs/optional.conf
16:36 D [Arcemu]
now what? =/

EDIT: I FIXED IT!! Just remove all the stuff in configs/optional.conf with:
Code:
<Optional StartingLevel="1"
    LevelCap="80"
    GenLevelCap="80"
    AllowTBC="1"
    AntiMasterLootNinja="0" 
    AdditionalFun="0" 
    DKStartingTalents="0" 
    Unstuck="0" 
    UnstuckCooldown="60" 
    UnstuckToBind="0"
    MaxProfessions="2">



<Interfaction InterfactionChat="0"     
    InterfactionGroup="0"
    InterfactionGuild="0"
    InterfactionTrade="0"
    InterfactionFriends="0"
    InterfactionMisc="0"
    CrossOverCharacters="0">



<Color AnnTagColor = "2"
    AnnGMTagColor = "1"
    AnnNameColor = "4"
    AnnMsgColor = "6">



<Extra Instant80="0" 
    PvPToken="0" 
    PvPTokenID="13905" 
    PvPKillAnnounce="0" 
    Portals="0" 
    L80etc="0" 
    WeddingNPC="0">



<GameMaster ListOnlyActiveGMs = "0"
    HidePermissions = "0">



<CommonSchedule AutoBroadCast = "0"
    BroadCastInterval = "10"
    BroadCastTriggerPercentCap = "2"
    BroadCastOrderMode = "0">



<ClassOptions DeathKnightPreReq = "1"
        DeathKnightLimit = "1" >



<GoldSettings EnableGoldCap = "1"
          StartingGold = "0"
          MaximumGold = "214748">
Well, I did what you suggested but I'm still getting the same "Unterminated Block" error.
Can someone who's solved this problem please explain how?