[Request] how can i make silk scroll
any one can share it with me....
any one can share it with me....
this lines giving 50 Silk you can change it to number you wantQuote:
declare @userjid int = (select UserjID from SRO_VT_SHARD.._User where CharID = @CharID )
if (@Operation = 41) and (@ItemRefID = Common id here)
begin
update SRO_VT_ACCOUNT..SK_Silk set silk_own = silk_own+50 where JID = @userjid
end