Results 1 to 10 of 18

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Here I am! MNS's Avatar
    Join Date
    Sep 2017
    Replies
    14
    Country
    Belgium
    Discord
    MNS#0946
    Clan
    FREESTYLEZ | 2017
    Hi Dookie,
    Put this one in to your "autopromotion.lua" (or what ever name you have there) and rename the file to "autosetlevel.lua" and put it back in your nitmod folder. If this doens't work will come by your server and we try it again

    https://pastebin.com/3KG5W3jV

  2. #2
    Spamming the boards! Dookie's Avatar
    Join Date
    Aug 2011
    Replies
    353
    Country
    Croatia
    Steam
    dookie717
    Discord
    AxE|dookie#5377
    Clan
    #AxE Clan
    Quote Originally Posted by MNS View Post
    Hi Dookie,
    Put this one in to your "autopromotion.lua" (or what ever name you have there) and rename the file to "autosetlevel.lua" and put it back in your nitmod folder. If this doens't work will come by your server and we try it again

    https://pastebin.com/3KG5W3jV
    Hi MNS my friend

    But I would like to have it like the following:

    lvl1xp = 5000 -- XP needed for level 1
    lvl2xp = 25000 -- XP needed for level 2
    lvl3xp = 50000 -- XP needed for level 3
    lvl4xp = 6000 -- XP needed for level 4
    lvl5xp = 8000 -- XP needed for level 5
    lvl6xp = 11000 -- XP needed for level 6
    lvl7xp = 20000 -- XP needed for level 7
    lvl8xp = 50000 -- XP needed for level 8
    lvl9xp = 70000 -- XP needed for level 9
    lvl10xp = 100000 -- XP needed for level 10


    Should I delete those lines under lvl4 or leave them with lets say huge amounts of xp? Which probably will no1 ever get? Like 9999999? Maybe thats the problem, cuz Ive been deleting those lines under level 3. CHeers

  3. #3
    Banned DRi*VJ*'s Avatar
    Join Date
    Sep 2013
    Replies
    81
    Country
    United States
    Quote Originally Posted by Dookie View Post
    Hi MNS my friend

    But I would like to have it like the following:

    lvl1xp = 5000 -- XP needed for level 1
    lvl2xp = 25000 -- XP needed for level 2
    lvl3xp = 50000 -- XP needed for level 3
    lvl4xp = 6000 -- XP needed for level 4
    lvl5xp = 8000 -- XP needed for level 5
    lvl6xp = 11000 -- XP needed for level 6
    lvl7xp = 20000 -- XP needed for level 7
    lvl8xp = 50000 -- XP needed for level 8
    lvl9xp = 70000 -- XP needed for level 9
    lvl10xp = 100000 -- XP needed for level 10


    Should I delete those lines under lvl4 or leave them with lets say huge amounts of xp? Which probably will no1 ever get? Like 9999999? Maybe thats the problem, cuz Ive been deleting those lines under level 3. CHeers
    You need to actually set the xp values correct or its not gonna work.

    You cant go from 50k xp to 6k its checking for the total xp not how much is gained inbtween.

    So should be something like


    lvl1xp = 5000 -- XP needed for level 1
    lvl2xp = 10000 -- XP needed for level 2
    lvl3xp = 20000 -- XP needed for level 3
    lvl4xp = 30000 -- XP needed for level 4
    lvl5xp = 40000 -- XP needed for level 5

    and so on.

    paste me the correct values you want for levels and i'll adjust it to your needs. Told you dookie just message me on steam and ill do it for you....

  4. #4
    Spamming the boards! Dookie's Avatar
    Join Date
    Aug 2011
    Replies
    353
    Country
    Croatia
    Steam
    dookie717
    Discord
    AxE|dookie#5377
    Clan
    #AxE Clan
    Quote Originally Posted by DRi*VJ* View Post
    You need to actually set the xp values correct or its not gonna work.

    You cant go from 50k xp to 6k its checking for the total xp not how much is gained inbtween.

    So should be something like


    lvl1xp = 5000 -- XP needed for level 1
    lvl2xp = 10000 -- XP needed for level 2
    lvl3xp = 20000 -- XP needed for level 3
    lvl4xp = 30000 -- XP needed for level 4
    lvl5xp = 40000 -- XP needed for level 5

    and so on.

    paste me the correct values you want for levels and i'll adjust it to your needs. Told you dookie just message me on steam and ill do it for you....
    VJ,

    I want lvl 1 5000, lvl 2 25000, lvl 3 50000xp, all other levels from lvl 4 and on are member levels, and I dont even want them to be possible to reach by xp. Thx

Posting Permissions