Change default level and bounty

Results 1 to 8 of 8
  1. #1
    Apprentice Cruz FX is offline
    MemberRank
    Mar 2013 Join Date
    21Posts

    Change default level and bounty

    I already searched the "Search Button" and Google but nothing was useful for me. So, how to change default level and bounty of gunz? Change experience gained for each kill you made? That's all i want to know.


  2. #2
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Re: Change default level and bounty

    1. For default level and bounty while creating the char:
    Open SQL managment, your GunzDB > Stored Procedures > right click on spInsertChar > Modify... now scroll down alittle you'll see something like that (i don't remember exact code): Values(..0,0,0,0,0,0..) count the place of the level and the BT (bounty) and edit them then save/execute
    2. For the level EXP gain/get:
    Go to matchserver folder open formula.xml and edit the getEXP and giveEXP... save that's all

  3. #3
    Apprentice Cruz FX is offline
    MemberRank
    Mar 2013 Join Date
    21Posts

    Re: Change default level and bounty

    ^
    Ok thanks but do you mind explaining a little bit more in the 1st step? What is Stored Procedures and how to find it? 2nd step is ok with me

  4. #4
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Re: Change default level and bounty

    Quote Originally Posted by Cruz FX View Post
    ^
    Ok thanks but do you mind explaining a little bit more in the 1st step? What is Stored Procedures and how to find it? 2nd step is ok with me
    Sorry I was on iPhone when I replied that's why I didn't explain it good, so the 1st step again:
    1. open your SQL Managment Studio (ofc you know what is that)
    2. Databases > GunzDB > Programmability > Stored Procedures > dbo.spInsertChar (right click on it) > Modify...
    3. search for this (about the line 59)
    Code:
    INSERT INTO dbo.Character(AID, Name, CharNum, Level, Sex, Hair, Face, XP, BP, FR, CR, ER, WR,
    									 GameCount, KillCount, DeathCount, RegDate, PlayTime, DeleteFlag)  
    		Values(@AID,   @name,   @CharNum, 1,   @sex,   @Hair,   @face, 0, 0, 0, 0, 0, 0, 0, 0, 0, @NowDate, 0, 0)
    so the red one is the level and the green is the bounty(the 2nd zero)
    edit them and save/execute that's all :D

  5. #5
    Apprentice Cruz FX is offline
    MemberRank
    Mar 2013 Join Date
    21Posts

    Re: Change default level and bounty

    Thanks. ^_^

  6. #6
    Pandora imback is offline
    MemberRank
    Dec 2011 Join Date
    408Posts

    Re: Change default level and bounty

    forum.ragezone.com/f497/tut-character-creation-customize-666633/

  7. #7
    Account Upgraded | Title Enabled! mgdmgd is offline
    MemberRank
    Jan 2012 Join Date
    305Posts

    Re: Change default level and bounty

    @CharNum , 5 (Level
    and the 9999 is bounty ( you can edit it)

    At Stored Procedures > dbo.spInsertChar

  8. #8
    Yaaay! Tannous is offline
    MemberRank
    Jul 2012 Join Date
    KonohaLocation
    840Posts

    Re: Change default level and bounty

    he fixed it, there is no need to keep replying -.-



Advertisement