Weird Bug 100% :S?

Results 1 to 5 of 5
  1. #1
    Infraction Banned nemboy is offline
    MemberRank
    Feb 2009 Join Date
    41Posts

    Weird Bug 100% :S?

    Hey i Have This Weird Ass Bug.

    Basically When i Make a Character It Has 100 EXP and it can't level up..


    i Check in Functions iin the database


    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


    i Dont see One Error there Please help ill press thanks button :)


  2. #2
    What year is this? pluke001 is offline
    MemberRank
    Nov 2008 Join Date
    LithuaniaLocation
    941Posts

    Re: Weird Bug 100% :S?

    Maybe problem is in your formula.xml? (Just guessing).

  3. #3
    Account Upgraded | Title Enabled! hiii is offline
    MemberRank
    Sep 2007 Join Date
    387Posts

    Re: Weird Bug 100% :S?

    Quote Originally Posted by nemboy View Post
    Hey i Have This Weird Ass Bug.

    Basically When i Make a Character It Has 100 EXP and it can't level up..


    i Check in Functions iin the database


    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


    i Dont see One Error there Please help ill press thanks button :)
    Try off giving out a bonus exp when you make a char + bp?

    (@AID, @Name, @CharNum, 1, @Sex, @Hair, @Face, 2000, 150, 0, 0, 0, 0, 0, 0, 0, GETDATE(), 0, 0)

  4. #4
    Freelance GunZ Developer Touchwise is offline
    MemberRank
    Aug 2009 Join Date
    The NetherlandsLocation
    754Posts

    Re: Weird Bug 100% :S?

    I am sure he is using gregon's formula that one is bugged and has that problem... it's the formula.xml nothing to do with the db..

  5. #5
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: Weird Bug 100% :S?

    Quote Originally Posted by Touchwise View Post
    I am sure he is using gregon's formula that one is bugged and has that problem... it's the formula.xml nothing to do with the db..
    your correct, That error is the formula.xml and yes he most likely is usng mine, I forgot to switch it back to the proper formula.xml (that doesn't go pass level 99)



Advertisement