Having a max level of 255 ? menu

User Tag List

Results 1 to 15 of 15
  1. #1
    durber07's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Having a max level of 255 ?

    Hi i am starting a private server and was wondering how to have a max level cap of 255 and how to have higher rates e.g. 300x XP and 100x Gold/Loot?

    Is it all in the mysql?:confused: +Rep

    Having a max level of 255 ?
  2. #2
    merfed's Avatar キタ━━━(゜∀゜)━━━!!!!!


    Reputation
    451
    Join Date
    Jul 2006
    Posts
    1,537
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Having a max level of 255 ?

    What emu are you using? The newest rev's ascent have level 70 hardcoded in, so your going to have to edit the source and compile yourself.

    But the XP, Gold/Loot can be changed in your ascent.conf

    Granted, this is all if your using ascent. And you should be =P

  3. #3
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Having a max level of 255 ?

    better not edit the core... the core is designed for lvl70 if you go above that you rape the core... this is totally not good for the core....
    all stuff, xp you get, talents, damage, hp, mana is all calculated by core till lvl70 if you go above that you are in a "blind area" and that is not good :s

    grtz

  4. #4
    tonks1's Avatar Active Member
    Reputation
    64
    Join Date
    Feb 2007
    Posts
    374
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Having a max level of 255 ?

    the max is 70 and they are changeing all of the gm commands to real blizzard one so ts ezer to no em all

  5. #5
    Eepi's Avatar Member
    Reputation
    12
    Join Date
    Nov 2006
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Having a max level of 255 ?

    durber if you are using Ascent servers then do this:
    1. Go to the folder where your Server files is. Like "C:\MGTPack" (Place where I have it)
    2. Open your "ascent.conf"
    3. Press "ctrl + f" and type there "Levelcap" and press "Find next" two times.
    4. Then you should see something like this:
    Code:
    <Server PlayerLimit = "100"
            PlrUpdateDistance = "80"
            Motd = " "        
            SendBuildOnJoin = "1"
            SendStatsOnJoin = "1"
            EnableBreathing = "1"
            LevelCap = "60"
              Expansion1LevelCap = "70"
            SeperateChatChannels = "0"
            CompressionThreshold = "1000"
            QueueUpdateInterval = "5000"
            PvpFactionLimitation = "1"
            FriendFactionLimitation = "1"
            KickAFKPlayers = "0"
            ConnectionTimeout = "180"
            RealmType = "1"
            AdjustPriority = "0"
            RequireAllSignatures = "0"
            ShowGMInWhoList = "1"
            MapUnloadTime="0">
    5.Just change that bolded/colored line to what you want. Like if you want that 255 is levelcap on your server then just change those both into 255 or if you want that only players who has The Burning Crusade (first expansion) can get to level 255, then change only that "Expansion1LevelCap = "70"" to 255.
    6. Save and close the file and there you go! Now you can be level 255!

    +You can change many things in that .conf file, like "Breathing Setup" so you can breath in water too!

    And you can change your Mana/Energy/Rage regeneration in that file. Also Experience Points value you get from completing quests/killing mobs, or Droprates for items/money.

    I hope this helped you a little bit!

    PS. Im using MGTPack from
    MGT-Web.com
    Its good Server and it has lots of friendly users in that forum.

  6. #6
    Spurven's Avatar Contributor
    Reputation
    83
    Join Date
    Mar 2007
    Posts
    408
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Having a max level of 255 ?

    Originally Posted by Eepi View Post
    durber if you are using Ascent servers then do this:
    1. Go to the folder where your Server files is. Like "C:MGTPack" (Place where I have it)
    2. Open your "ascent.conf"
    3. Press "ctrl + f" and type there "Levelcap" and press "Find next" two times.
    4. Then you should see something like this:
    Code:
    <Server PlayerLimit = "100"
            PlrUpdateDistance = "80"
            Motd = " "        
            SendBuildOnJoin = "1"
            SendStatsOnJoin = "1"
            EnableBreathing = "1"
            LevelCap = "60"
              Expansion1LevelCap = "70"
            SeperateChatChannels = "0"
            CompressionThreshold = "1000"
            QueueUpdateInterval = "5000"
            PvpFactionLimitation = "1"
            FriendFactionLimitation = "1"
            KickAFKPlayers = "0"
            ConnectionTimeout = "180"
            RealmType = "1"
            AdjustPriority = "0"
            RequireAllSignatures = "0"
            ShowGMInWhoList = "1"
            MapUnloadTime="0">
    5.Just change that bolded/colored line to what you want. Like if you want that 255 is levelcap on your server then just change those both into 255 or if you want that only players who has The Burning Crusade (first expansion) can get to level 255, then change only that "Expansion1LevelCap = "70"" to 255.
    6. Save and close the file and there you go! Now you can be level 255!

    +You can change many things in that .conf file, like "Breathing Setup" so you can breath in water too!

    And you can change your Mana/Energy/Rage regeneration in that file. Also Experience Points value you get from completing quests/killing mobs, or Droprates for items/money.

    I hope this helped you a little bit!

    PS. Im using MGTPack from
    MGT-Web.com
    Its good Server and it has lots of friendly users in that forum.
    Sorry, but this has been hardcoded into the Core. GL Using that way :yuck:


    Thanks to Narudan for the sweet sig

  7. #7
    Eepi's Avatar Member
    Reputation
    12
    Join Date
    Nov 2006
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Having a max level of 255 ?

    Originally Posted by mygland View Post
    Sorry, but this has been hardcoded into the Core. GL Using that way :yuck:
    Well, atleast I have done it this way...

  8. #8
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Having a max level of 255 ?

    Originally Posted by mygland View Post
    Sorry, but this has been hardcoded into the Core. GL Using that way :yuck:
    yep this is true... why have they done this? simple becuz each level higher then 70 rapes the core!
    core calculates everything! (mana, hp, damage, ...) but core can only calculate untill lvl70...above that you are in a blind zone and you start to rape the core, NOT GOOD!!!

    grtz

  9. #9
    Eepi's Avatar Member
    Reputation
    12
    Join Date
    Nov 2006
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Having a max level of 255 ?

    Originally Posted by latruwski View Post
    yep this is true... why have they done this? simple becuz each level higher then 70 rapes the core!
    core calculates everything! (mana, hp, damage, ...) but core can only calculate untill lvl70...above that you are in a blind zone and you start to rape the core, NOT GOOD!!!

    grtz
    But when you go above level 70 (if you have changed your ascent.conf) it wont generate anymore stats or anything like it says in the file:
    Originally Posted by Ascent.conf
    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: 60

    Expansion 1 Level Cap
    This variable does the same thing as Level Cap above, except it applies to those who have the first expansion: The Burning Crusade.
    Default: 7

  10. #10
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Having a max level of 255 ?

    Originally Posted by Eepi View Post
    But when you go above level 70 (if you have changed your ascent.conf) it wont generate anymore stats or anything like it says in the file:
    i will make this clear:

    Seems my SVN commit didn't get the message across, a bunch of you are flaming without knowing the full story.
    WoW is based around these little things called formulas. They determine the XP you get, the damage you do, etc. These formulas are EXTREMELY sensative, and are only made to take up to a certain input value (70). When you start going over that level limit,

    1. Entering out-of-bounds data could result in a crash.
    2. Could result in abnormally high or abnormally low values.
    3. The feature not working at all.

    All 3 of those lead to "idiots" posting crappy bug reports on the forum, and I quote "MY CLASS IS THE MOST NERFED FIX IT". They don't tell us *ANYTHING* about the environment they're running under. So how do we know what bug reports to go and test, and which ones to toss out? We don't. That means time WASTED by us checking other people's bugs, caused by their mistakes. And I got tired of it.

    The ones who are capable of re-enabling the feature obviously have some skill, so they should know to test the feature under normal conditions before posting a bug report.
    If anyone disagrees with what I just said, feel free to argue, but post responsibly, or your posts will be deleted.
    quote from:
    Board Message


    grtz

  11. #11
    The_Zealot's Avatar Member
    Reputation
    45
    Join Date
    May 2007
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Having a max level of 255 ?

    Btw, did you noticed that on the newest ascent.conf, the lvl cap is:
    Code:
         LevelCap = "60"
              Expansion1LevelCap = "70"
    and on older confs, it used to be only expansionlevelcap :P A minor notice

  12. #12
    Spurven's Avatar Contributor
    Reputation
    83
    Join Date
    Mar 2007
    Posts
    408
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Having a max level of 255 ?

    Heres a patch for ya Filebeam - Free Fast File Hosting

    Credits goes to some guy at EmuPedia.


    Thanks to Narudan for the sweet sig

  13. #13
    Herzeleid's Avatar Banned
    Reputation
    77
    Join Date
    May 2007
    Posts
    820
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Having a max level of 255 ?

    Why do people want lvl 255? everyone wants 70, 80, 100 or 225?

    Just wondering lol
    I Wonder why Errage, Dragonsky, and Conflag Pretend to Be Girls. Little Creepy in my Opinion.

  14. #14
    Kcow's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Having a max level of 255 ?

    If you are using ascent, I don't think you can change the level cap. The rates are pretty easily done but changing them in the ascent.conf file

  15. #15
    777devil777's Avatar Member
    Reputation
    66
    Join Date
    Sep 2007
    Posts
    396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Having a max level of 255 ?

    You CAN change the level cap

    But once again your RAPING the core

    I had a guy make a macro for .modfy level 10 /use actionbutton (next) all across his bars till level 5000 and he not only crashed the server but messed up the DB

    And ofcurse gaining stats is bugged past 70

    "I am a hacker, and this is my manifesto. You may stop this individual, but you can't stop us all... after all, we're all alike."

Similar Threads

  1. [Trinity] 255 Max Level
    By zynus97 in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 03-27-2013, 06:08 PM
  2. Sacred WoW - Max Level 255 - Custom Content
    By kingofwc in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 02-03-2011, 01:21 AM
  3. need a max level 255 funserver
    By trujillo in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 10-15-2009, 01:20 AM
  4. P'n'G Private Server [Shopping Mall] [Max level 255] [Much more to come]
    By God-Of-War in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 06-22-2008, 09:53 AM
  5. Animantrix Fun Server No HAMACHI 2.2.x Max level 255
    By frostyblade in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 11-29-2007, 08:02 PM
All times are GMT -5. The time now is 05:09 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search