Need help about Max level menu

User Tag List

Results 1 to 5 of 5
  1. #1
    foxtrot08's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Need help about Max level

    I need some help changing the max level of my private server. Im using Apple Ascent repack v5. I have done with the guide says about configuring the option file. I have. And the config file says that the max level is set to 100. But. when i go to the game and try to level up my self 1 time. Nothing happens. I also tried training on monsters that give like 14k exp for like 1 hour. But nothing level ups. I also disabled the "interfaction" option, but it still works in game.

    Here is the post of the optional config file.

    Code:
    ###########################################################################
    # ArcEmu Optional Configuration File
    # Last Update: $Id: 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 = "100"
                 GenLevelCap = "100"
                 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="0"
                     InterfactionGroup="0"
                     InterfactionGuild="0"
                     InterfactionTrade="0"
                     InterfactionFriends="0"
                     InterfactionMisc="0"
                     CrossOverCharacters="0">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # 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 = "10"
            AnnGMTagColor = "6"
            AnnNameColor = "1"
            AnnMsgColor = "5">
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # 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="1" 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">

    Need help about Max level
  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)
    IN your world window is it showing that its loading the config?

  3. #3
    sammiboy's Avatar Member
    Reputation
    10
    Join Date
    May 2007
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try and lower the GenLevelCap ... And yes see if you're world.exe loads the config. Since Arcemu-optional is not needed for the server to work, I think.
    Also Knowned as Samloo


  4. #4
    Wolverine77's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    213
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    try to change

    <Extra Instant70="0" PvPToken="0" PvPTokenID="13905" PvPKillAnnounce="0" Portals="0" L70etc="1" WeddingNPC="0">

    extra Instant70="1" ?

  5. #5
    sammiboy's Avatar Member
    Reputation
    10
    Join Date
    May 2007
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't think that will solve the problem. (Pretty sure)
    Also Knowned as Samloo


Similar Threads

  1. [help] Moding max level in ascent core.
    By jokerjokes in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 12-26-2007, 10:30 PM
  2. Need Help With Gm Level 2
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 12-02-2007, 01:42 PM
  3. Need Help about BT
    By aznboy in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 11-04-2007, 03:30 AM
  4. Need help about Character Models
    By mizery in forum World of Warcraft General
    Replies: 0
    Last Post: 08-23-2007, 08:46 AM
  5. I really need help! About Pics!
    By xlAnonym0uslx in forum World of Warcraft General
    Replies: 3
    Last Post: 02-03-2007, 11:42 AM
All times are GMT -5. The time now is 08:04 AM. 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