level down and up

Results 1 to 15 of 15
  1. #1
    Member Existent is offline
    MemberRank
    Mar 2007 Join Date
    GermanyLocation
    82Posts

    level down and up

    i have a problem with my level system.
    for example i'am in level 99 and my friend kill me.
    and then i'am in level 9.
    WHY?




    pls help


    sorry for my english


  2. #2
    Member Gunner70 is offline
    MemberRank
    Jul 2006 Join Date
    NetherlandsLocation
    78Posts

    Re: level down and up

    You didn't edit the xp correctly.

  3. #3
    Member Existent is offline
    MemberRank
    Mar 2007 Join Date
    GermanyLocation
    82Posts

    Re: level down and up

    Why? low rate are boring. the most players playing on high rate server.
    hmmm.......


    sorry for my english

  4. #4
    Apprentice azncracker99 is offline
    MemberRank
    Dec 2007 Join Date
    9Posts

    Re: level down and up

    Whats the exp for lvl 99 then? And yes, i did search and i couldn't find my answer.

  5. #5
    Account Upgraded | Title Enabled! 7-Eleven is offline
    MemberRank
    Oct 2007 Join Date
    LalaLandLocation
    714Posts

    Re: level down and up

    Try the maximum value.

    2147483647

  6. #6
    Account Upgraded | Title Enabled! Abstrakt is offline
    MemberRank
    Mar 2008 Join Date
    Vancouver B.C.Location
    645Posts

    Re: level down and up

    You need to modify the Experience correctly.

  7. #7
    Member redhellhound is offline
    MemberRank
    Sep 2007 Join Date
    BC, Canada! EHLocation
    99Posts

    Re: level down and up

    and how do we do that [i got same error]

  8. #8
    Enthusiast GamerRandy is offline
    MemberRank
    Jul 2008 Join Date
    44Posts

    Re: level down and up

    u edit the lvl but u need to edit the exp

  9. #9
    Account Upgraded | Title Enabled! katsumi is offline
    MemberRank
    Oct 2008 Join Date
    Earth ??Location
    592Posts

    Re: level down and up

    set ur EXP and bounty correctly

  10. #10
    Member jeffro is offline
    MemberRank
    Sep 2008 Join Date
    68Posts

    Re: level down and up

    Quote Originally Posted by katsumi View Post
    set ur EXP and bounty correctly
    Bounty has nothing to do with level :)

  11. #11
    Member redhellhound is offline
    MemberRank
    Sep 2007 Join Date
    BC, Canada! EHLocation
    99Posts

    Re: level down and up

    all of you are saying edit the exp and bounty corretly.. HOW THE HELL DO I DO IT "Correctly" -.-'
    write more people...

  12. #12
    Member SluggerMyers is offline
    MemberRank
    Aug 2008 Join Date
    70Posts

    Re: level down and up

    go into your database, open up dbo.character. go under the xp column go down to you character. change your exp to a reallyreally high number press enter then hit execute. tada

  13. #13
    Rival Gamers Owner own_prox is offline
    MemberRank
    Jul 2007 Join Date
    HellLocation
    1,077Posts

    Re: level down and up

    moron they are writing it correctly! and theres been a thread 1 thread down about this!
    you edited your level to 99 and you didn't change the characters exp

  14. #14
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: level down and up

    So many same threads..

    If you change your level to for example 99, you will need to change the EXP of that char to the EXP that a normal Level 99 Should have aswell.

  15. #15
    Apprentice blancoblanco is offline
    MemberRank
    Nov 2007 Join Date
    16Posts

    Re: level down and up

    Lol you're not editing the formula.xml correctly
    Don't touch the
    <FORMULA_TABLE id="NeedExpLM">
    Only edit this
    Code:
    <FORMULA_TABLE id="GettingExpLM">
    	<LM lower="1" upper="20">1</LM>
    	<LM lower="21" upper="30">1</LM>
    	<LM lower="31" upper="40">1</LM>
    	<LM lower="41" upper="45">1.1</LM>
    	<LM lower="46" upper="50">1.1</LM>
    	<LM lower="51" upper="55">1.1</LM>
    	<LM lower="56" upper="60">1.1</LM>
    	<LM lower="61" upper="65">1.1</LM>
    	<LM lower="66" upper="70">1.1</LM>
    	<LM lower="71" upper="75">1.1</LM>
    	<LM lower="76" upper="80">1.1</LM>
    	<LM lower="81" upper="85">1.2</LM>
    	<LM lower="86" upper="90">1.2</LM>
    	<LM lower="91" upper="95">1.2</LM>
    	<LM lower="96" upper="99">1.2</LM>
    </FORMULA_TABLE>
    Only change that in the formula.xml.



Advertisement