• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Is a bug?

Newbie Spellweaver
Joined
Jun 27, 2018
Messages
6
Reaction score
0
Hello everyone on this occasion I want to comment bit strange detail in the DB of gunz specifically in dbo.spInsertChar does not let me edit the HP and AP of the character. always appears in 100/0 when creating a new one playerI will be doing something wrong?here is the procedure:
Code:
INSERT INTO dbo.Character(AID, Name, CharNum, Level, Sex, Hair, Face, XP, BP, FR, CR, ER, WR,GameCount, KillCount, DeathCount, RegDate, PlayTime, DeleteFlag, HP, AP)  Values(@AID, [USER=1333344765]name[/USER], [USER=551894]Char[/USER]Num, 1, [USER=2000001935]Sex[/USER], [USER=2000204264]Hair[/USER], [USER=12229]face[/USER], 0, 5000, 0, 0, 0, 0, 0, 0, 0, @NowDate, 0, 0, 1000, 600)

thanks for reading