
Originally Posted by
SCDragon
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'