Last Question (:

Results 1 to 5 of 5
  1. #1
    ASDFGHJKL RckyCls is offline
    MemberRank
    Apr 2010 Join Date
    At your back!Location
    730Posts

    Last Question (:

    Is that possible to make my character level? without playing with other players?


  2. #2
    Banned mhmd135 is offline
    BannedRank
    Jul 2010 Join Date
    437Posts

    Re: Last Question (:

    SQl server 2005 - GunzDB - dbo.Chreacter -> Level

  3. #3
    igunz.net Dawson is offline
    LegendRank
    Feb 2010 Join Date
    ::1 (Canada BC)Location
    2,581Posts

    Re: Last Question (:

    Quote Originally Posted by Kiira View Post
    Is that possible to make my character level? without playing with other players?
    You can execute a SQL query in your database like so.

    update character SET level=* where name='namehere'

    then to give the proper exp needed for that level

    update character SET xp=* where name='namehere'

  4. #4
    ASDFGHJKL RckyCls is offline
    MemberRank
    Apr 2010 Join Date
    At your back!Location
    730Posts

    Re: Last Question (:

    How about Bounty?

  5. #5
    igunz.net Dawson is offline
    LegendRank
    Feb 2010 Join Date
    ::1 (Canada BC)Location
    2,581Posts

    Re: Last Question (:

    update character SET bp=* where name='namehere'

    or go into the function of sp.insertchar and edit the bounty to be inserted on a new character to be 9999999 so all new chars already have tons of bounty.



Advertisement