Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Is a bug?

Initiate Mage
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
 
Back
Top