[Tut]How to Change EXP

Page 1 of 3 123 LastLast
Results 1 to 25 of 57
  1. #1
    Valued Member DarkChas is offline
    MemberRank
    Aug 2006 Join Date
    135Posts

    [Tut]How to Change EXP

    This is pissing me off so much im going tell how to change >_>,

    goto your server file and look for matchserver then formula.xml and open it.....

    Then you see alot of text Oo

    heres the 3 BIG commands to change exp and bounty on your server

    <FORMULA_TABLE id="NeedExpLM"> Is how much EXP you need to lvl up.

    <FORMULA_TABLE id="GettingExpLM">How much exp you get for killing


    <FORMULA_TABLE id="GettingBountyLM"> how much bounty you get for killing

    so on GettingExpLM is i want x18 exp i do this.

    Code:
    <FORMULA_TABLE id="GettingExpLM">
        <LM lower="1" upper="20">1</LM>
        <LM lower="21" upper="30">18</LM>
        <LM lower="31" upper="40">18</LM>
        <LM lower="41" upper="45">18.1</LM>
        <LM lower="46" upper="50">18.1</LM>
        <LM lower="51" upper="55">18.1</LM>
        <LM lower="56" upper="60">18.1</LM>
        <LM lower="61" upper="65">18.1</LM>
        <LM lower="66" upper="70">18.1</LM>
        <LM lower="71" upper="75">18.1</LM>
        <LM lower="76" upper="80">18.1</LM>
        <LM lower="81" upper="85">18.2</LM>
        <LM lower="86" upper="90">18.2</LM>
        <LM lower="91" upper="95">18.2</LM>
        <LM lower="96" upper="99">18.2</LM>
    </FORMULA_TABLE>
    save it load Gunz kill some1 and u got x18 exp =]


  2. #2
    Member A.T.H.K is offline
    MemberRank
    Apr 2006 Join Date
    In a house i dunno about you?Location
    77Posts
    Very nice i was looking around to do this saved me a lot of time.

  3. #3
    Enthusiast Holyken is offline
    MemberRank
    Jan 2007 Join Date
    34Posts
    i cant find my matchserver folder

  4. #4
    Valued Member DarkChas is offline
    MemberRank
    Aug 2006 Join Date
    135Posts
    where did you put the folder?
    c:/?

  5. #5
    Enthusiast Holyken is offline
    MemberRank
    Jan 2007 Join Date
    34Posts
    C:\Program Files\MAIET\GunZ\?????????

  6. #6
    Valued Member DarkChas is offline
    MemberRank
    Aug 2006 Join Date
    135Posts
    thats your gunz not your server >_>

  7. #7
    Proficient Member Rumbleyeah is offline
    MemberRank
    Jul 2006 Join Date
    BelgiumLocation
    184Posts
    Quote Originally Posted by DarkChas View Post
    thats your gunz not your server >_>
    lol :P he probaply thinks he can change the rate of RagePserver or something :P

  8. #8
    Member Bugabog is offline
    MemberRank
    Jul 2005 Join Date
    52Posts
    Erk, I posted how to do this first, and no one searches >.<

  9. #9
    Account Upgraded | Title Enabled! NaikBoi is offline
    MemberRank
    Aug 2006 Join Date
    EstoniaLocation
    279Posts
    so will this change the quest exp too ?

  10. #10
    Enthusiast DeusExAngel is offline
    MemberRank
    Dec 2006 Join Date
    40Posts
    Nope to change Quest EXP and Bounty that is located in Scenario.

    <SPECIAL_SCENARIO id="1"
    title="Goblin King (Possible)"
    QL="1"
    DC="1.5"
    mapset="Mansion"
    XP="1000" <---"Weee!!"
    BP="100"> <---"Yay!!!"
    <SACRI_ITEM itemid="200008" />
    <REWARD_ITEM type="quest" itemid="11" rate="0.1" />
    <MAP dice="1" key_sector="101">
    Last edited by DeusExAngel; 07-01-07 at 03:33 AM.

  11. #11
    Apprentice PistonsMVP is offline
    MemberRank
    Jan 2007 Join Date
    6Posts
    Quote Originally Posted by NaikBoi View Post
    so will this change the quest exp too ?
    no u have to change it in scenario.xml
    u cant miss it

  12. #12
    Novice lonedriger is offline
    MemberRank
    Apr 2007 Join Date
    3Posts

    Re: [Tut]How to Change EXP

    <FORMULA_TABLE id="GettingExpLM">
    <LM lower="1" upper="20">1</LM>
    <LM lower="21" upper="30">18</LM>
    <LM lower="31" upper="40">18</LM>
    <LM lower="41" upper="45">18.1</LM>
    <LM lower="46" upper="50">18.1</LM>
    <LM lower="51" upper="55">18.1</LM>
    <LM lower="56" upper="60">18.1</LM>
    <LM lower="61" upper="65">18.1</LM>
    <LM lower="66" upper="70">18.1</LM>
    <LM lower="71" upper="75">18.1</LM>
    <LM lower="76" upper="80">18.1</LM>
    <LM lower="81" upper="85">18.2</LM>
    <LM lower="86" upper="90">18.2</LM>
    <LM lower="91" upper="95">18.2</LM>
    <LM lower="96" upper="99">18.2</LM>


    save it?how do i save it and where?
    :chay:
    </FORMULA_TABLE>

  13. #13
    Enthusiast XeroK is offline
    MemberRank
    Apr 2007 Join Date
    25Posts

    Re: [Tut]How to Change EXP

    And what's the code for get x50 xp?

  14. #14
    Novice tunivore is offline
    MemberRank
    Apr 2007 Join Date
    2Posts

    Re: [Tut]How to Change EXP

    Quote Originally Posted by DarkChas View Post
    This is pissing me off so much im going tell how to change >_>,

    goto your server file and look for matchserver then formula.xml and open it.....

    Then you see alot of text Oo

    heres the 3 BIG commands to change exp and bounty on your server

    <FORMULA_TABLE id="NeedExpLM"> Is how much EXP you need to lvl up.

    <FORMULA_TABLE id="GettingExpLM">How much exp you get for killing


    <FORMULA_TABLE id="GettingBountyLM"> how much bounty you get for killing

    so on GettingExpLM is i want x18 exp i do this.

    Code:
    <FORMULA_TABLE id="GettingExpLM">
        <LM lower="1" upper="20">1</LM>
        <LM lower="21" upper="30">18</LM>
        <LM lower="31" upper="40">18</LM>
        <LM lower="41" upper="45">18.1</LM>
        <LM lower="46" upper="50">18.1</LM>
        <LM lower="51" upper="55">18.1</LM>
        <LM lower="56" upper="60">18.1</LM>
        <LM lower="61" upper="65">18.1</LM>
        <LM lower="66" upper="70">18.1</LM>
        <LM lower="71" upper="75">18.1</LM>
        <LM lower="76" upper="80">18.1</LM>
        <LM lower="81" upper="85">18.2</LM>
        <LM lower="86" upper="90">18.2</LM>
        <LM lower="91" upper="95">18.2</LM>
        <LM lower="96" upper="99">18.2</LM>
    </FORMULA_TABLE>
    save it load Gunz kill some1 and u got x18 exp =]
    Is this for IJJI or for a prrivate server for yourself because i cant find the matchserver folder.

  15. #15
    Novice joykill16 is offline
    MemberRank
    Jun 2007 Join Date
    2Posts

    Re: [Tut]How to Change EXP

    can you explain..a little more exatcly WHERE to go..how to get there...then where to find this table stuff...bc im kinda REALLY confussed atm....a little help please?

  16. #16
    Account Upgraded | Title Enabled! RepublicOfAstra is offline
    MemberRank
    Dec 2006 Join Date
    1,122Posts

    Re: [Tut]How to Change EXP

    ...Are you people fucking kidding me?

    It's FORMULA.XML, in the MATCHSERVER folder. He says it in the post.

    If you don't know where you even saved your MatchServer folder, you probably shouldn't be running a private server.

  17. #17
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: [Tut]How to Change EXP

    Quote Originally Posted by RepublicOfAstra View Post
    ...Are you people fucking kidding me?

    It's FORMULA.XML, in the MATCHSERVER folder. He says it in the post.

    If you don't know where you even saved your MatchServer folder, you probably shouldn't be running a private server.

    lmao ur absolutly correct.. why make a server if u dont know how to edit it by just going to a simple FORMULA.xml?
    Think before u make something that maybe a bit to hard for u to handle!

  18. #18
    Proficient Member -RooK- is offline
    MemberRank
    Jun 2007 Join Date
    171Posts

    Re: [Tut]How to Change EXP

    [edit] removed question
    Last edited by -RooK-; 26-06-07 at 11:42 PM.

  19. #19
    GunZ messiah peaceofpi is offline
    MemberRank
    Nov 2006 Join Date
    333Posts

    Re: [Tut]How to Change EXP

    Quote Originally Posted by XeroK View Post
    And what's the code for get x50 xp?
    up up down down left right left right a b select start

  20. #20
    Account Upgraded | Title Enabled! theodor2005 is offline
    MemberRank
    Aug 2007 Join Date
    203Posts

    Re: [Tut]How to Change EXP

    Thank you ive been searching for this awhile...now ill go search how to change the bounty at start up ^.^(i know how to but ive got newest DB that is different).

  21. #21
    Proficient Member Jaycub is offline
    MemberRank
    Nov 2007 Join Date
    162Posts

    Re: [Tut]How to Change EXP

    Dont revive Old Posts !!

  22. #22
    Alpha Tester darkxl is offline
    MemberRank
    Jul 2005 Join Date
    ArgentinaLocation
    847Posts

    Re: [Tut]How to Change EXP

    Quote Originally Posted by Holyken View Post
    C:\Program Files\MAIET\GunZ\?????????
    lol lol lol lol lol lol lol lol lol

  23. #23
    Account Upgraded | Title Enabled! cerealnp is offline
    MemberRank
    Apr 2006 Join Date
    BrazilLocation
    441Posts

    Re: [Tut]How to Change EXP

    yep, and for ijji gunz 150x exp cheat you need to say on lobby "GM is gay" 3 times

  24. #24
    Novice [F]lower is offline
    MemberRank
    Apr 2008 Join Date
    2Posts

    Re: [Tut]How to Change EXP

    Very nice DarkChas, thanks.

  25. #25
    Enthusiast .xxx-mikey-xxx. is offline
    MemberRank
    Apr 2007 Join Date
    EarthLocation
    27Posts

    Re: [Tut]How to Change EXP

    i dont want to have -EXP
    How i changes that?



Page 1 of 3 123 LastLast

Advertisement