[Request] Silk scroll

05/20/2016 14:45 karizmalife989#1
[Request] how can i make silk scroll

any one can share it with me....
05/20/2016 15:01 379332#2
you can allways search.
05/20/2016 18:54 blapanda#3
Or do it yourself. It isn't that difficult.
You can use the same mechanics like those "Reborn" stuff (procedure and item vise).
Just the initial adjustments about table and columns are changing.
05/20/2016 19:14 AceSpace#4
Look at my threads
06/12/2016 16:23 ƊƦƛȤ#5
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