How to fix this?
when the character is reset stats , the PK win and lose are also reset
example : PK win = 10 / Pk lose=5 then i reset stats and it become to 0/0 PK win/lose
How to fix this?
when the character is reset stats , the PK win and lose are also reset
example : PK win = 10 / Pk lose=5 then i reset stats and it become to 0/0 PK win/lose
Use querry reset it
USE RanGame1
UPDATE ChaInfo
SET pkwin=0,pklose=0 WHERE ChaNum=123
See again name pk win lose in db because i onl mobile should i dont remember name the exact name it
- - - Updated - - -
i already Reset all character's PK win/lose many times but still nothing happen..
My problem sir is when character is reset stats, the PK win/lose will reset too.
and i think the problem also is when character log out the pk win/lose will not save.
where did it occur?
on the SQL Trigger or on your Website?
Check your SQL Trigger maybe there are codes that resets their PK info's
RanGame1.dbo.ChaInfo
Click on Triggers
then check the Trigger you have there
maybe there are running query on your website
as you said from your past comments the pk kill and pk death were resetting when the user reset their stats
- - - Updated - - -
maybe i'll check your Facebook account to be able to help further
source related :)