[Tiny Release] Kill and death transfer with ASP NET 09/30/2016 - Shaiya PServer Guides & Releases - 2 Replies Tuday i have for you K/D transfer with asp
you need to login on your account choce char from and to transfer and click "send"
http://i.epvpimg.com/aRZKb.jpg
but firs you need create new table for Donate items
USE
GO
/****** Object: Table . Script Date: 30.09.2016 14:33:37 ******/
SET ANSI_NULLS ON
Kill Death transfer 09/01/2014 - Shaiya PServer Development - 2 Replies Hello
I try wirte query for update kills for player, but i have some errors
USE PS_GameData
DECLARE @CharID INT = (Select CharID FROM PS_GameData.dbo.Chars),
@Oldk1 INT = (SELECT K1 FROM PS_GameData.dbo.Chars WHERE Slot = '0'),
@Newk1 INT = (SELECT K1 FROM PS_GameData.dbo.Chars WHERE Slot = '1')
BEGIN
UPDATE PS_GameData.dbo.chars
Set K1 = @Oldk1 + @Newk1
WHERE UserUID ='1' and slot = '1'