You last visited: Today at 18:59
Advertisement
Silk Scrolls (New Release)
Discussion on Silk Scrolls (New Release) within the SRO PServer Guides & Releases forum part of the SRO Private Server category.
08/03/2017, 12:33
#1
elite*gold: 0
Join Date: Jul 2017
Posts: 4
Received Thanks: 14
Silk Scrolls (New Release)
Hello Elitepvpers peoples
*After Finished the working in this scrolls iam now happy to introduce it for you i made different amounts of silk for each scroll.
*I Added New Icons - Effects - Text For All Scrolls.
*Fixed All Procedures Crashes/DC Problems.
*Amounts For Scrolls
(2000-1000-500-100-50-20) .
*Check Screenshots to know more about scrolls.
Some Screens for scrolls:
if you have been notified click thanks
*
Attached Files
Silk Scrolls.rar
(10.0 KB, 1961 views)
08/03/2017, 13:30
#2
elite*gold: 0
Join Date: Feb 2016
Posts: 652
Received Thanks: 342
that released tons of times before,
what kind of hard working your talking about?
IF Operation=## AND RefItemID =##
BEGIN
UPDATE SK_SILK SET SILK_OWN = ### WHERE JID = @DeclareThing
END
?
08/03/2017, 13:37
#3
elite*gold: 0
Join Date: Jul 2017
Posts: 4
Received Thanks: 14
Calm Down
Quote:
Originally Posted by
EdwardTeach+-
that released tons of times before,
what kind of hard working your talking about?
IF Operation=## AND RefItemID =##
BEGIN
UPDATE SK_SILK SET SILK_OWN = ### WHERE JID = @DeclareThing
END
?
I Created icon and added it + I make new 5 scrolls
ithink that's not easy ^^ and if it easy for u not easy for me
08/03/2017, 14:56
#4
elite*gold: 0
Join Date: Mar 2010
Posts: 114
Received Thanks: 24
for screens
Quote:
Originally Posted by
Zidane*
Hello Elitepvpers peoples
*After hard working in this scrolls ialready finished it with out any problems-bugs-crash and iam happy to introduce it for you right now..
*Any problem while adding it to your server please leave a comment with your problem.
Some Screens for scrolls:
(2000-20-1000-500-100-50) That's amount of 6 scrolls.
if you have been notified click thanks
*
08/06/2017, 02:26
#5
elite*gold: 0
Join Date: Mar 2014
Posts: 9
Received Thanks: 0
Thank you for sharing
08/07/2017, 10:44
#6
elite*gold: 0
Join Date: Dec 2011
Posts: 131
Received Thanks: 10
problem
I want the right place to add scrolls please
08/07/2017, 12:28
#7
elite*gold: 0
Join Date: Oct 2011
Posts: 163
Received Thanks: 28
Quote:
Originally Posted by
eiron2010
problem
I want the right place to add scrolls please
LOG db, my lord
08/07/2017, 12:50
#8
elite*gold: 0
Join Date: Dec 2011
Posts: 131
Received Thanks: 10
Quote:
Originally Posted by
NagySandor96
LOG db, my lord
i know my lord
this copy and paste
Code:
/* Silk Scrolls SEction 2 */
DECLARE @CharName VARCHAR(56)
declare @USERID_1 varchar(64);
declare @USERID_2 varchar(64);
IF @Operation = '41'
BEGIN
IF @ItemRefID = '8000154' -- Silk (100)
BEGIN
SET @USERID_1 = (Select StrUserID from SRO_VT_ACCOUNT.dbo.TB_User inner join SRO_VT_SHARD.dbo._User
On SRO_VT_SHARD.dbo._User.UserJID = SRO_VT_ACCOUNT.dbo.TB_User.JID where SRO_VT_SHARD.dbo._User.CharID = @Charid)
--1--
EXEC [SRO_VT_ACCOUNT].[CGI].[CGI_WebPurchaseSilk] @OrderID = NULL, @UserID = @USERID_1, @PkgID = NULL, @NumSilk = 100, @Price = 100
END
ELSE IF @ItemRefID = '8000157' -- Silk (2000)
BEGIN
SET @USERID_2 = (Select StrUserID from SRO_VT_ACCOUNT.dbo.TB_User inner join SRO_VT_SHARD.dbo._User
On SRO_VT_SHARD.dbo._User.UserJID = SRO_VT_ACCOUNT.dbo.TB_User.JID where SRO_VT_SHARD.dbo._User.CharID = @Charid)
--1--
EXEC [SRO_VT_ACCOUNT].[CGI].[CGI_WebPurchaseSilk] @OrderID = NULL, @UserID = @USERID_2, @PkgID = NULL, @NumSilk = 2000, @Price = 2000
END
END
DECLARE @CharName1 VARCHAR(56)
declare @USERID_3 varchar(64);
declare @USERID_4 varchar(64);
IF @Operation = '41'
BEGIN
IF @ItemRefID = '8000155' -- Silk (500)
BEGIN
SET @USERID_3 = (Select StrUserID from SRO_VT_ACCOUNT.dbo.TB_User inner join SRO_VT_SHARD.dbo._User
On SRO_VT_SHARD.dbo._User.UserJID = SRO_VT_ACCOUNT.dbo.TB_User.JID where SRO_VT_SHARD.dbo._User.CharID = @Charid)
--1--
EXEC [SRO_VT_ACCOUNT].[CGI].[CGI_WebPurchaseSilk] @OrderID = NULL, @UserID = @USERID_3, @PkgID = NULL, @NumSilk = 500, @Price = 500
END
ELSE IF @ItemRefID = '8000153' -- Silk (50)
BEGIN
SET @USERID_4 = (Select StrUserID from SRO_VT_ACCOUNT.dbo.TB_User inner join SRO_VT_SHARD.dbo._User
On SRO_VT_SHARD.dbo._User.UserJID = SRO_VT_ACCOUNT.dbo.TB_User.JID where SRO_VT_SHARD.dbo._User.CharID = @Charid)
--1--
EXEC [SRO_VT_ACCOUNT].[CGI].[CGI_WebPurchaseSilk] @OrderID = NULL, @UserID = @USERID_4, @PkgID = NULL, @NumSilk = 50, @Price = 50
END
END
DECLARE @CharName2 VARCHAR(56)
declare @USERID_5 varchar(64);
IF @Operation = '41'
BEGIN
IF @ItemRefID = '8000152' -- Silk (20)
BEGIN
SET @USERID_5 = (Select StrUserID from SRO_VT_ACCOUNT.dbo.TB_User inner join SRO_VT_SHARD.dbo._User
On SRO_VT_SHARD.dbo._User.UserJID = SRO_VT_ACCOUNT.dbo.TB_User.JID where SRO_VT_SHARD.dbo._User.CharID = @Charid)
--1--
EXEC [SRO_VT_ACCOUNT].[CGI].[CGI_WebPurchaseSilk] @OrderID = NULL, @UserID = @USERID_5, @PkgID = NULL, @NumSilk = 20, @Price = 20
END
DECLARE @CharName3 VARCHAR(56)
declare @USERID_6 varchar(64);
IF @Operation = '41'
BEGIN
IF @ItemRefID = '8000156' -- Silk (1000)
BEGIN
SET @USERID_6 = (Select StrUserID from SRO_VT_ACCOUNT.dbo.TB_User inner join SRO_VT_SHARD.dbo._User
On SRO_VT_SHARD.dbo._User.UserJID = SRO_VT_ACCOUNT.dbo.TB_User.JID where SRO_VT_SHARD.dbo._User.CharID = @Charid)
--1--
EXEC [SRO_VT_ACCOUNT].[CGI].[CGI_WebPurchaseSilk] @OrderID = NULL, @UserID = @USERID_6, @PkgID = NULL, @NumSilk = 1000, @Price = 1000
END
/* Silk Scrolls SEction 2 */
END
END
in _AddLogItem = this problem
can help me for edit this pros
08/09/2017, 16:20
#9
elite*gold: 0
Join Date: Dec 2011
Posts: 131
Received Thanks: 10
guys any help for this scroll
08/14/2017, 05:26
#10
elite*gold: 0
Join Date: Aug 2017
Posts: 53
Received Thanks: 11
This scroll has been released before it has almost the same prodecures , thanks anyway.
08/15/2017, 04:24
#11
elite*gold: 737
Join Date: Oct 2007
Posts: 730
Received Thanks: 133
Quote:
Originally Posted by
eiron2010
problem
I want the right place to add scrolls please
Take out the @CharName you already have it Declared
12/14/2017, 22:58
#12
elite*gold: 0
Join Date: Aug 2017
Posts: 12
Received Thanks: 2
ekledim ama silk gelmiyor neden acaba
12/16/2017, 22:30
#13
elite*gold: 11
Join Date: Aug 2017
Posts: 105
Received Thanks: 47
Thanks
08/04/2018, 14:03
#14
elite*gold: 0
Join Date: Feb 2010
Posts: 14
Received Thanks: 4
Hello. I did everything. Scrolling works too. Unfortunately, I do not get the Silk written well. can someone help me?
addlogitem in shard DB or in Log DB ?
08/05/2018, 03:29
#15
elite*gold: 4
Join Date: May 2017
Posts: 1,141
Received Thanks: 249
Quote:
Originally Posted by
ThomasF2007
Hello. I did everything. Scrolling works too. Unfortunately, I do not get the Silk written well. can someone help me?
addlogitem in shard DB or in Log DB ?
Shard log
Similar Threads
GoodFellas|NEW SYSTEM|Cap 130|Free Silk|15D Last Gear|New scrolls
06/11/2016 - SRO PServer Advertising - 18 Replies
We are providing a Cap 130 Server (EU&CHN) based on Jobbing, Unique hunting and PVP/PVE. Our features are pretty special. Weapon Upgrading and Much more .
Opened: 25th March 2016 (Register and Download links will be avaible from 24th March 2016)
Website|Download|Facebook
http://i.epvpimg.com/hejFe.png|http://i.epvpimg.c om/FdCrc.png|http://i.epvpimg.com/d4Gld.png|
All times are GMT +1. The time now is 19:03 .