you can use return scroll and change code to any code you want
and add this lines in _addlogitem with edit (@itemRefID)
Quote:
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
|
this lines giving 50 Silk you can change it to number you want