4.4 server and 4.5 client

Results 1 to 5 of 5
  1. #1
    Novice imcnss is offline
    MemberRank
    Apr 2009 Join Date
    1Posts

    4.4 server and 4.5 client

    4.4 server and 4.5 client

    Bonus points displayed incorrectly

    Do you have a solution to this problem?

    http://img.todaystory.net/img/f40505...0034b0fcdf.png


  2. #2
    Novice Marty007 is offline
    MemberRank
    Apr 2009 Join Date
    1Posts

    Re: 4.4 server and 4.5 client

    would be nice if you could share the client/server files :)

  3. #3
    Member SCDragon is offline
    MemberRank
    Jan 2008 Join Date
    61Posts

    Re: 4.4 server and 4.5 client

    Have you tried using a Poison Pill?

  4. #4
    Apprentice kirayamatos is offline
    MemberRank
    Aug 2009 Join Date
    18Posts

    Re: 4.4 server and 4.5 client

    Have you tried using a Poison Pill?

  5. #5
    Proficient Member holmancarey is offline
    MemberRank
    Jul 2005 Join Date
    Union, MOLocation
    177Posts

    Re: 4.4 server and 4.5 client

    Quote Originally Posted by SCDragon View Post
    Have you tried using a Poison Pill?
    heh, if they are even working yet :P

    I don't know a lot about fixing problems with 4.4, but if your having problems adding BPs then your stats are most likely just inaccurate. Meaning you need to reset them to match how many BPs you would have at whatever level your toon is. (i.e. lvl 1000 = 2010 BP) If you manually entered in your stats, or changed your level without also setting the BP this will happen.

    Here's a simple query you can run to reset stats for a level 1000 character. Just change the word Character to the toons name and it should fix it up.

    Code:
    UPDATE tblGameID1 set Bonus = '2010' where GameID = 'Character'
    UPDATE tblGameID1 set Strength = '10' where GameID = 'Character'
    UPDATE tblGameID1 set Spirit = '10' where GameID = 'Character'
    UPDATE tblGameID1 set Dexterity = '10' where GameID = 'Character'
    UPDATE tblGameID1 set Power = '10' where GameID = 'Character'



Advertisement