|
You last visited: Today at 07:30
Advertisement
[Release]Lottery Scroll for items .
Discussion on [Release]Lottery Scroll for items . within the SRO PServer Guides & Releases forum part of the SRO Private Server category.
07/24/2017, 08:01
|
#1
|
elite*gold: 0
Join Date: Jul 2017
Posts: 34
Received Thanks: 7
|
[Release]Lottery Scroll for items .
Hello,
before you comment any bad comment about how old it is , I know its old but no one released it , or maybe someone did but not working fine , today i came with this scroll that works 100% without any single problem.
Basically this scroll when you use it , it will give you a random item that you inserted in the Table [ you will know what i mean when u download it ] completely randomly , what you have to do ? download the text file put the lines and procedure in his place and you will be fine , how to insert codes ?
Make the table query then open the table and you how to do like this exactly :
1 ITEM_SILK_SCROLL_5
2 ITEM_SILK_SCROLL_10
you know what i mean , Enjoy .
Here ya go :
|
|
|
07/24/2017, 18:06
|
#2
|
elite*gold: 0
Join Date: Dec 2013
Posts: 74
Received Thanks: 41
|
thx for share <3
|
|
|
07/24/2017, 22:57
|
#3
|
elite*gold: 0
Join Date: Jul 2017
Posts: 34
Received Thanks: 7
|
Quote:
Originally Posted by [-.MoneyTalks-.]
thx for share <3
|
You're welome , hope you liked it .
|
|
|
07/25/2017, 04:23
|
#4
|
elite*gold: 0
Join Date: Dec 2016
Posts: 65
Received Thanks: 18
|
Thanks alot, but what about rates !
|
|
|
07/25/2017, 08:18
|
#5
|
elite*gold: 0
Join Date: Jul 2017
Posts: 34
Received Thanks: 7
|
rates are balanced , if you put 2 items the rates are 50% for the 1st item and 50% for the second , and if put 4 or more , every item has the same rate as the all the items .
|
|
|
07/25/2017, 10:08
|
#6
|
elite*gold: 0
Join Date: Oct 2013
Posts: 663
Received Thanks: 209
|
good job
|
|
|
07/25/2017, 13:17
|
#7
|
elite*gold: 190
Join Date: May 2011
Posts: 1,204
Received Thanks: 819
|
It will help a lot of beginners.
|
|
|
07/25/2017, 14:29
|
#8
|
elite*gold: 0
Join Date: Jul 2017
Posts: 6
Received Thanks: 2
|
good job
|
|
|
07/25/2017, 19:26
|
#9
|
elite*gold: 0
Join Date: Dec 2016
Posts: 65
Received Thanks: 18
|
Quote:
Originally Posted by Emperix
rates are balanced , if you put 2 items the rates are 50% for the 1st item and 50% for the second , and if put 4 or more , every item has the same rate as the all the items .
|
Great, thanks
|
|
|
07/25/2017, 20:43
|
#10
|
elite*gold: 0
Join Date: May 2017
Posts: 1,087
Received Thanks: 226
|
good job thanks for it
|
|
|
07/25/2017, 22:03
|
#11
|
elite*gold: 0
Join Date: Jul 2017
Posts: 34
Received Thanks: 7
|
Quote:
Originally Posted by [GM]Dejo
good job thanks for it
|
Thanks
Quote:
Originally Posted by SwaGy.
Great, thanks
|
Thanks
Quote:
Originally Posted by MarC*
good job
|
Thanks
Quote:
Originally Posted by Acs'
It will help a lot of beginners.
|
Yeah  for sure .
Quote:
Originally Posted by elmagico321
good job
|
Thanks
|
|
|
07/26/2017, 03:47
|
#12
|
elite*gold: 0
Join Date: Feb 2016
Posts: 652
Received Thanks: 342
|
nice for beginning.
|
|
|
01/22/2018, 12:02
|
#13
|
elite*gold: 0
Join Date: Dec 2016
Posts: 33
Received Thanks: 4
|
have Problem
Quote:
if (@ItemRefID = 49084 and @Operation = 16)
begin--Usage:--exec _ADD_ITEM_EXTERN 'CharName','ItemsCodeName',Count,OptLvl
declare @cname1 varchar(64)
select @cname = CharName16 from SRO_VT_SHARD.dbo._Char where CharID = @CharID
declare @sayi int
declare @adet int
declare @maxa int
declare @mina int
select @maxa = MAX(ID) FROM SRO_VT_SHARD .dbo._LotteryTABLE
select @mina = Min(ID) FROM SRO_VT_SHARD .dbo._LotteryTABLE
declare @itemname varchar(64)
etik:
SELECT @sayi = (CONVERT(INT, RAND() * (@maxa-@mina+1))+(@mina))
select @itemname = CodeName128 from SRO_VT_SHARD.dbo._LotteryTABLE where ID = @sayi
select @itemname = CodeName128 from SRO_VT_SHARD.dbo._LotteryTABLE where ID = @sayi
print @sayi
print @itemname
if(PATINDEX('%ITEM%',@itemname)>0)
begin
print 'not present'
end
else begin
print 'not present'
goto etik
end
exec SRO_VT_SHARD.dbo._ADD_ITEM_EXTERN @cname,@itemname,1,0
end
|
Quote:
Msg 137, Level 15, State 1, Procedure _AddLogItem, Line 32
Must declare the scalar variable "@cname".
Msg 137, Level 15, State 2, Procedure _AddLogItem, Line 54
Must declare the scalar variable "@cname".
|
|
|
|
02/05/2018, 13:50
|
#14
|
elite*gold: 0
Join Date: Feb 2011
Posts: 353
Received Thanks: 62
|
Quote:
Originally Posted by TheBold
have Problem
|
Code:
if (@ItemRefID = 49084 and @Operation = 41)
begin--Usage:--exec _ADD_ITEM_EXTERN 'CharName','ItemsCodeName',Count,OptLvl
declare @cname varchar(64)
select @cname = CharName16 from SRO_VT_SHARD.dbo._Char where CharID = @CharID
declare @sayi int
declare @adet int
declare @maxa int
declare @mina int
select @maxa = MAX(ID) FROM SRO_VT_SHARD .dbo._LotteryTABLE
select @mina = Min(ID) FROM SRO_VT_SHARD .dbo._LotteryTABLE
declare @itemname varchar(64)
etik:
SELECT @sayi = (CONVERT(INT, RAND() * (@maxa-@mina+1))+(@mina))
select @itemname = CodeName128 from SRO_VT_SHARD.dbo._LotteryTABLE where ID = @sayi
select @itemname = CodeName128 from SRO_VT_SHARD.dbo._LotteryTABLE where ID = @sayi
print @sayi
print @itemname
if(PATINDEX('%ITEM%',@itemname)>0)
begin
print 'not present'
end
else begin
print 'not present'
goto etik
end
exec SRO_VT_SHARD.dbo._ADD_ITEM_EXTERN @cname,@itemname,1,0
end
|
|
|
06/08/2019, 19:17
|
#15
|
elite*gold: 0
Join Date: May 2009
Posts: 26
Received Thanks: 2
|
Hi. Can i copy procedure like acc,weapon,etc... ?
|
|
|
Similar Threads
|
Release Lottery Silk Scroll
12/14/2017 - SRO PServer Guides & Releases - 1 Replies
am beginner SQL :D
1. 1 36790 ITEM_SILK_SCROLL_Lottery ????? xxx SN_ITEM _SILK_SCROLL_Lottery SN_ITEM_SILK_SCROLL_Lottery_T T_DESC 1 0 3 3 3 1 180000 3 0 1 1 1 255 0 1 0 0 1 0 100 0 0 0 0 0 -1 0 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 xxx item\etc\drop_mall_scroll.bsr ite m\etc\silk_scroll.ddj xxx xxx 26713
26713 1 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1000 ???? 1 ?????? ...
|
Vsro silk scroll and gift scroll doesn't work
10/17/2015 - SRO Private Server - 1 Replies
solved topic can delete
|
(ALB) WTS Effect Scroll - Megadolon Drop Scroll
01/09/2012 - Trading - 1 Replies
Im looking for plats just serious offers please
|
WTT 3X Scroll for Shuta( Come with ur Scroll)(Evengarda)
06/16/2010 - Archlord Trading - 1 Replies
İ want to change 4x Scroll for shuta ... u need to come with ur scroll
|
All times are GMT +1. The time now is 07:30.
|
|