Results 1 to 1 of 1
  1. #1
    SoIAS
    SoIAS is offline
    Guest
    Join Date
    2013 Jun
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Change required XP to lvl UP.

    Hello,
    Did you ever want to change required exp to lvl up, but you didn't know how?
    Here is simple tutorial how to do that on OregonCore and probably it will work on TrinityCore, because they are quite similar.


    0. You need to have "clear" core, not repack.
    1. Open your solution file.
    2. Open file: "Formulas.h".
    3. Look for function named: "xp_to_level(...){...}".
    4. Type/change code inside function in way you want.

    e.g.
    Code:
    ...
    inline uint32 xp_to_level(uint32 lvl)
    {
    
    return 100 * lvl;
    } ...
    For example above:
    1level require 100xp
    2level require 200xp
    3level require 300xp
    etc.

    PS. Sorry for my weak english and I hope it will be usefull for someone.

Similar Threads

  1. [Help] how to mod/change lang FW
    By acamboy in forum Forsaken World
    Replies: 1
    Last Post: 2013-08-09, 09:21 PM
  2. Replies: 12
    Last Post: 2013-04-20, 03:34 PM
  3. [Help] job change 50-51 quest
    By ferzikaa in forum Aika Bots, Hacks, Cheats
    Replies: 21
    Last Post: 2012-10-05, 09:48 PM
  4. Change
    By wlamir in forum Trash Bin
    Replies: 1
    Last Post: 2012-01-11, 02:29 AM
  5. War of angels Xtrap bypass required !
    By xbiohazzardx in forum Research Requests
    Replies: 4
    Last Post: 2010-11-28, 04:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •