[MOD] Remove the level cap from latest ascent revs! menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 26
  1. #1
    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)

    [MOD] Remove the level cap from latest ascent revs!

    I found this on emupedia and share it with the community:
    (this is not my work !!! )
    and for the love of god: people without compiling skills pls do not try to do this
    for people without compiling skills we can make precompiled revs with removed lvl cap for them... (i can't yet... dont have VS yet since pc crash)

    Anyways, on the the fix. Tested and working on revision 1848 (the one he changed it in)
    There are several things you need to modify in this, and a few things you need to add. Be sure to do EXACTLY as it says or you will mess up. Please dont PM me about this because i will delete it, simply ask right here.
    These files can be found in revision\trunk\src\game\
    Search ObjectMgr.cpp for:
    Code:
    uint32 MaxLevel = 70 + 1;
    Edit to:
    Code:
    uint32 MaxLevel = sWorld.Expansion1LevelCap + 1;
    Search Players.cpp for:
    Code:
    SetUInt32Value(PLAYER_FIELD_MAX_LEVEL, 70);
    Edit to:
    Code:
    SetUInt32Value(PLAYER_FIELD_MAX_LEVEL, sWorld.Expansion1LevelCap);
    Search Players.cpp for:
    Code:
    SetUInt32Value(PLAYER_FIELD_MAX_LEVEL, (GetSession()->HasFlag(ACCOUNT_FLAG_XPACK_01)?70:60));
    Edit to:
    Code:
    SetUInt32Value(PLAYER_FIELD_MAX_LEVEL, (GetSession()->HasFlag(ACCOUNT_FLAG_XPACK_01)?sWorld.Expansion1LevelCap:sWorld.LevelCap));
    Search Stats.h for:
    Code:
    uint32 max_level = 70;
    Edit to:
    Code:
    uint32 max_level = sWorld.Expansion1LevelCap;
    Search Stats.h for:
    Code:
    if(AttackerLvl > PLAYER_LEVEL_CAP)
    Edit to:
    Code:
    if(AttackerLvl > sWorld.Expansion1LevelCap)
    Add to World.cpp:
    Code:
    LevelCap = Config.MainConfig.GetIntDefault("Server", "LevelCap", 60);
    Expansion1LevelCap = Config.MainConfig.GetIntDefault("Server", "Expansion1LevelCap", 70);
    Below:
    Code:
    compression_threshold = Config.MainConfig.GetIntDefault("Server", "CompressionThreshold", 1000);
    Add to World.h:
    Code:
    uint32 LevelCap;
    uint32 Expansion1LevelCap;
    Below:
    Code:
    void SaveAllPlayers();
    After following these steps, simply edit your conf files again and Volia! any level cap.

    source: Emupedia
    credit goes to deathomen... he found this

    [MOD] Remove the level cap from latest ascent revs!
  2. #2
    OMGPWN's Avatar Active Member
    Reputation
    35
    Join Date
    Oct 2006
    Posts
    431
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [MOD] Remove the level cap from latest ascent revs!

    Awesome! Very nice find

    (Cant +Rep because I gave you to much already ><)

  3. #3
    entrepid's Avatar Member
    Reputation
    7
    Join Date
    Nov 2007
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [MOD] Remove the level cap from latest ascent revs!

    Thanks very much! This is kinda off topic as well but if i try to .npc spawn or .go spawn anything it says invalid entry id, got any ideas?

    +Rep btw

  4. #4
    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: [MOD] Remove the level cap from latest ascent revs!

    Originally Posted by entrepid View Post
    Thanks very much! This is kinda off topic as well but if i try to .npc spawn or .go spawn anything it says invalid entry id, got any ideas?

    +Rep btw
    server restart not working? did you configure the config files good?
    you got sql server running?


    grtz

  5. #5
    entrepid's Avatar Member
    Reputation
    7
    Join Date
    Nov 2007
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [MOD] Remove the level cap from latest ascent revs!

    I followed the set up made by herleybob in Ascent Guides and uhm everything runs fine really , i can add items and things like that but i cant spawn objects or npcs

  6. #6
    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: [MOD] Remove the level cap from latest ascent revs!

    Originally Posted by entrepid View Post
    I followed the set up made by herleybob in Ascent Guides and uhm everything runs fine really , i can add items and things like that but i cant spawn objects or npcs
    what rev and DB are u using? could be outdated DB...
    or maybe even corrupt tables... check creatures tables....

    grtz

  7. #7
    entrepid's Avatar Member
    Reputation
    7
    Join Date
    Nov 2007
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [MOD] Remove the level cap from latest ascent revs!

    ill try reinstalling db

    one more thing since u so good at this, i get disconnected everytime i .cheat fly and go past like 125 flyspeed

  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: [MOD] Remove the level cap from latest ascent revs!

    Originally Posted by entrepid View Post
    ill try reinstalling db

    one more thing since u so good at this, i get disconnected everytime i .cheat fly and go past like 125 flyspeed
    make sure if you use one of the latest revs that you have one of the latest DBs

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

    Re: [MOD] Remove the level cap from latest ascent revs!

    Nice work i got it

  10. #10
    Ukrajinc's Avatar Member
    Reputation
    8
    Join Date
    Aug 2007
    Posts
    200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [MOD] Remove the level cap from latest ascent revs!

    How can this be done using a Mafiaboy's repack with Ascent Rev 2355 and NCDB Rev 654.Please help someone because i cant find the files in my repack

  11. #11
    iccy's Avatar Member
    Reputation
    44
    Join Date
    Jul 2007
    Posts
    300
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [MOD] Remove the level cap from latest ascent revs!

    You have to know how to compile ascent. You will need C++ knowledge.

  12. #12
    Ukrajinc's Avatar Member
    Reputation
    8
    Join Date
    Aug 2007
    Posts
    200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [MOD] Remove the level cap from latest ascent revs!

    Well i guess i better start learning .thanks for the help.would +rep but can't seem to get out of this leecher thing .thanks again

  13. #13
    Herleybob's Avatar Contributor
    Reputation
    178
    Join Date
    Jul 2007
    Posts
    663
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This wont work with the new 2.3.0 Compatable Repack, Just letting you guys know.

    Nom Nom Nom :P

  14. #14
    arigity's Avatar Banned
    Reputation
    49
    Join Date
    Dec 2007
    Posts
    548
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i thought the level cap was removed from recent revs after someone bribed someone else? ... well at least thats what i heard i lack any knowledge of the subject

  15. #15
    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)
    Originally Posted by herleybob View Post
    This wont work with the new 2.3.0 Compatable Repack, Just letting you guys know.
    the level cap is removed in latest asent revs is it not?

    i quote:
    Revision: 2415
    Author: burlex
    Date: 12:19:27 PM, Friday, November 23, 2007
    Message:
    * removed level cap.
    + added genlevelcap directive in config, can control what level stats are generated up to
    * remember bug reports beyond standard situations are not acceptable.
    ----
    Modified : /trunk/src/ascent.conf
    Modified : /trunk/src/game/CharacterHandler.cpp
    Modified : /trunk/src/game/Level3.cpp
    Modified : /trunk/src/game/ObjectMgr.cpp
    Modified : /trunk/src/game/Player.cpp
    Modified : /trunk/src/game/World.cpp
    Modified : /trunk/src/game/World.h
    grtz
    Last edited by latruwski; 12-07-2007 at 12:39 AM.

Page 1 of 2 12 LastLast

Similar Threads

  1. What's the information for latest Ascent Rev & NCDB ?
    By Wheeze201 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 03-29-2008, 08:33 AM
  2. help with increasing the level cap
    By Masterkenshin in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 01-28-2008, 01:42 PM
  3. Is it possible to modify the level cap to 80 perhaps if you compile your own ascent ?
    By Wheeze201 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 12-27-2007, 11:25 AM
  4. how do a remove then level cap
    By jonnd in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 11-18-2007, 01:37 PM
  5. How do I modify the level cap?
    By renitharis in forum World of Warcraft Emulator Servers
    Replies: 11
    Last Post: 09-02-2007, 06:36 PM
All times are GMT -5. The time now is 09:40 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