Optional conf error menu

User Tag List

Results 1 to 4 of 4
  1. #1
    Erase's Avatar Banned
    Reputation
    229
    Join Date
    Jun 2008
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Optional conf error


    I get that when starting arcemu-world.exe.
    Code:
    ###########################################################################
    # ArcEmu Optional Configuration File
    # Last Update: : arcemu-optional.conf 309 2008-06-03 14:29:43Z tazjin $
    #
    # This configuration file contains all non-blizzlike values.
    ###########################################################################
    
    /********************************************************************************
     * How to use this config file:                                                 *
     * Config files are in a block->variable->setting format.                       *
     * A < signifies the opening of a block, the block name is expected after that. * 
     * After the block name, a space and then the settings sperated by = / ' '.     *
     *                                                                              *
     * e.g.                                                                         *
     * <block setting="0" someval = "1">                                            *
     *                                                                              *
     * Comments can be in C format, e.g. /* some stuff */, with a // at the start   *
     * of the line, or in shell format (#).                                         *
     ********************************************************************************/
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Optional Settings
    #
    #    Starting Level
    #     This controls at which level characters are created. Range is from 1-70.
    #     Default: 1
    #
    #    Level Cap
    #        This variable controls the level that stats will be generated up to internally.
    #        Beyond this level players can still see a higher level visually but their stats won't
    #        increase beyond this point.
    #        Default: 70
    #
    #    Generated Level Level Cap
    #       This variable controls the level at which stats will generate up to. Generally the formulas go
    #       crazy after level 70 so this way you can keep the high visual but stats at a reasonable value.
    #       Default: 70
    #
    #    Allow The Burning Crusade characters
    #       This will override account settings, so you can disable TBC from your server without having to mess with accounts.
    #       Default: 1 
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <Optional    StartingLevel = "70"
                 LevelCap = "255"
                 GenLevelCap = "255"
                 AllowTBC = "1"
                 AntiMasterLootNinja = "0">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Interfaction Options
    #
    #    InterfactionChat
    #    This directive controls whether horde and alliance players can talk to each other.
    #    Default: 0 (disabled)
    #
    #    InterfactionGroup
    #    This directive controls whether horde and alliance players are able to build a group together.
    #    Default: 0 (disabled)
    #
    #    InterfactionGuild
    #    This directive controls whether horde and alliance players are able to build crossfaction guilds
    #    Default: 0 (disabled)
    #
    #    InterfactionTrade
    #    This directive controls whether horde and alliance players can trade with each other.
    #    Default: 0 (disabled)
    #
    #    InterfactionFriends
    #    If this is enabled players can add other players from the opposite faction to their friends list
    #    Default: 0 (disabled)
    #
    #    InterfactionMisc
    #    This directive controls whether horde and alliance players are able to use different functions
    #    on players of the opposite faction. This includes e.g. using the /who command.
    #    Default: 0 (disabled)
    #
    #    CrossOverCharacters
    #    If this is enabled players are able to create both, horde and alliance characters on a PVP realm.
    #    Default: 0 (disabled)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <Interfaction    InterfactionChat="1"
                     InterfactionGroup="1"
                     InterfactionGuild="1"
                     InterfactionTrade="1"
                     InterfactionFriends="1"
                     InterfactionMisc="1"
                     CrossOverCharacters="1">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Color Configuration
    #   Announce
    #    AnnTagColor
    #    This controls which color the [] tag in front of announces has.
    #    Default: 2 (Light Blue)
    #
    #    AnnGMTagColor
    #    This controls the color of the GM/Admin tag in announces. Only enabled if GMAdminTag is set to 1.
    #    Default: 1 (Light red)
    #
    #    AnnNameColor
    #    This controls the color of the gamemaster's name in announces.
    #    Default: 4 (Green)
    #
    #    AnnMsgColor
    #    This controls the color of message in announces.
    #    Default: 6 (Gold)
    #
    #
    #   You can choose one of the colors below.
    #     LightRed    = 1
    #     LightBlue = 2
    #     Blue    = 3
    #     Green    = 4
    #     Red    = 5
    #     Gold     = 6
    #     Grey    = 7
    #     White    = 8
    #     Magenta     = 9
    #     Yellow     = 10
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <Color  AnnTagColor = "2"
            AnnGMTagColor = "1"
            AnnNameColor = "4"
            AnnMsgColor = "6">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Extra Scripts Configuration
    #
    #    Instant70
    #        Enables Instant70 mode.
    #
    #    PvPToken
    #        This directive enables  item rewards when there is a PvP Kill and players are level 70
    #
    #    PvPTokenID
    #        If PvPToken is enabled, specify the item ID of your custom Token ID, or any other item
    #
    #    L70etc
    #        Enables L70etc Band Gossip script.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <Extra Instant70="0" PvPToken="0" PvPTokenID="13905" PvPKillAnnounce="0" Portals="0" L70etc="0" WeddingNPC="0">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # GameMaster Configuration
    #
    # ListOnlyActiveGMs
    #   List only gamemasters with enabled GMFlag to players without any permissions.
    #
    # HidePermissions
    #   Hides permission flags from players without any permissions.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <GameMaster ListOnlyActiveGMs = "0"
                HidePermissions = "0">
    
    
    Last edited by SheEpYW0lf; 09-08-2008 at 02:43 PM.

    Optional conf error
  2. #2
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Go to end and press enter. save close try again.. if that doesnt work let me know.

  3. #3
    Erase's Avatar Banned
    Reputation
    229
    Join Date
    Jun 2008
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alrdy tried that. Didn't work.

  4. #4
    Erase's Avatar Banned
    Reputation
    229
    Join Date
    Jun 2008
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fixed it. Just took the optional.conf from my own repack.

Similar Threads

  1. Replies: 0
    Last Post: 03-19-2014, 04:42 AM
  2. geting error when trying to hook the herb and mine box in the general option
    By wolfseye in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 08-16-2012, 09:10 AM
  3. Mysql and Apache error message and httpd.conf problem - please help
    By spectre123 in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 04-02-2009, 03:33 PM
  4. Understanding the Ascent-Optional.conf File
    By SectorSeven in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 06-06-2008, 08:15 PM
  5. error ascent-world.conf
    By y2kss66 in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 06-01-2008, 12:28 AM
All times are GMT -5. The time now is 11:10 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search