Character Login

Results 1 to 10 of 10
  1. #1
    Enthusiast Dark2482 is offline
    MemberRank
    Oct 2008 Join Date
    25Posts

    Character Login

    Someone know how i can put Bounty if u make a New Character then ur lv 1 with 0 Bounty i Want like 2000 someone knows where i can do that?


  2. #2
    Account Upgraded | Title Enabled! faytman is offline
    MemberRank
    Oct 2008 Join Date
    690Posts

    Re: Character Login

    The Search button is your best friend -.-...

  3. #3
    Enthusiast Dark2482 is offline
    MemberRank
    Oct 2008 Join Date
    25Posts

    Re: Character Login

    The Answer button is my best friend -.-...

  4. #4
    Account Upgraded | Title Enabled! faytman is offline
    MemberRank
    Oct 2008 Join Date
    690Posts

    Re: Character Login

    Quote Originally Posted by Dark2482 View Post
    The Answer button is my best friend -.-...
    stop spamming and use the freakin Search button

  5. #5
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Character Login

    I have solved this about 3 -4 times already and there is tuts use the search button

  6. #6
    WowIwasSuperCringeB4 XZeenon is offline
    MemberRank
    Jun 2008 Join Date
    CanadaLocation
    1,405Posts

    Re: Character Login

    go to the gunz database then go to stored procedures under Programmability then you should see the table that says dbo.spInsertChar right click then hit modify then scroll down till you see something like this..
    Code:
    INSERT INTO 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, GETDATE(), 0, 0)
    IF 0 <> @@ERROR BEGIN
    	ROLLBACK TRAN
    	RETURN (-1)
    END
    From there if you see after "@Face," there is.. "0, 0, 0, 0, 0, 0, 0, 0, 0," I think the bounty is the second last one so you would change it to.. "0, 0, 0, 0, 0, 0, 0, 2000, 0,"
    Then execute the thing and it will save and if it is the wrong one try the second first one, but I think its the second last one anyway good luck with your server, and no problem.

    Btw people that say use the search button do not know the asnwer and they are just trying to look smart or just don't feel like explaining it, and yes it's very annoying, sometimes you might search for a thread then you click it and it says the requested URL may not be found, some threads have been deleted. btw people STOP DOING THAT.
    And no offence people, but give the guy a break.

  7. #7
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Character Login

    Quote Originally Posted by XZeenon View Post
    go to the gunz database then go to stored procedures under Programmability then you should see the table that says dbo.spInsertChar right click then hit modify then scroll down till you see something like this..
    Code:
    INSERT INTO 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, GETDATE(), 0, 0)
    IF 0 <> @@ERROR BEGIN
        ROLLBACK TRAN
        RETURN (-1)
    END
    From there if you see after "@Face," there is.. "0, 0, 0, 0, 0, 0, 0, 0, 0," I think the bounty is the second last one so you would change it to.. "0, 0, 0, 0, 0, 0, 0, 2000, 0,"
    Then execute the thing and it will save and if it is the wrong one try the second first one, but I think its the second last one anyway good luck with your server, and no problem.

    Btw people that say use the search button do not know the asnwer and they are just trying to look smart or just don't feel like explaining it, and yes it's very annoying, sometimes you might search for a thread then you click it and it says the requested URL may not be found, some threads have been deleted. btw people STOP DOING THAT.
    And no offence people, but give the guy a break.
    I know but I have said it about 3 - 4 times and it is in a tutorial im just telling them to actually search really good before posting.

  8. #8
    Enthusiast Dark2482 is offline
    MemberRank
    Oct 2008 Join Date
    25Posts

    Re: Character Login

    Thank u man works.:)

  9. #9
    WowIwasSuperCringeB4 XZeenon is offline
    MemberRank
    Jun 2008 Join Date
    CanadaLocation
    1,405Posts

    Re: Character Login

    Np, I know... I'm the best P:

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

    Re: Character Login

    thanks xeenon



Advertisement