Kod:
-- ZirveSunucum | Sembol reset işlemi için query kodu
exec zirvesunucumres
Knight Online, private serverinizi herhangi bir serverde kullanıyorsanız yukarıdaki verilen kod çalışmaz ise uygulayabileceğiniz kod :
Kod:
-- ZirveSunucum | Sembol reset işlemi için query kodu
EXEC RANK_KNIGHTS
EXEC UPDATE_USER_KNIGHTS_RANK
EXEC UPDATE_USER_PERSONAL_RANK
update knights set points = '999999',ranking = '0'
update knights set points = '999999',ranking = '1' where idname = (Select strname from KNIGHTS_RATING where nrank = 1)
update knights set points = '999999',ranking = '1' where idname = (Select strname from KNIGHTS_RATING where nrank = 2)
update knights set points = '999999',ranking = '1' where idname = (Select strname from KNIGHTS_RATING where nrank = 3)
update knights set points = '999999',ranking = '1' where idname = (Select strname from KNIGHTS_RATING where nrank = 4)
update knights set points = '999999',ranking = '1' where idname = (Select strname from KNIGHTS_RATING where nrank = 5)