Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server
You last visited: Today at 04:58

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



New exploit, dupe any item vsro

Discussion on New exploit, dupe any item vsro within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2010
Posts: 19
Received Thanks: 0
New exploit, dupe any item vsro

Hello,

Recently I had noticed an exploit being used to transfer for example 1 arena to 10k arena or whatever the maximum amount in your server, could be any coins type not just arena coins. Maybe it also work on other items, but I can confirm it works on arena coins, iron coins and gold coins.
This exploit is not public yet.
bissag is offline  
Old 08/14/2017, 14:45   #2


 
​Exo's Avatar
 
elite*gold: 28
Join Date: Aug 2014
Posts: 4,096
Received Thanks: 2,649
Do you give these coins as some sort of reward? Job or something else?
​Exo is offline  
Old 08/14/2017, 16:16   #3
 
elite*gold: 0
Join Date: Mar 2010
Posts: 19
Received Thanks: 0
Quote:
Originally Posted by ​Exo View Post
Do you give these coins as some sort of reward? Job or something else?
Yes, you get these coins as reward from Job, but logging the char who makes the exploit, the char is not using a job suit while doing the exploit.
bissag is offline  
Old 08/14/2017, 16:25   #4


 
​Exo's Avatar
 
elite*gold: 28
Join Date: Aug 2014
Posts: 4,096
Received Thanks: 2,649
Quote:
Originally Posted by bissag View Post
Yes, you get these coins as reward from Job, but logging the char who makes the exploit, the char is not using a job suit while doing the exploit.
Would you please show me the query for the rewards?
​Exo is offline  
Old 08/14/2017, 16:28   #5
 
elite*gold: 0
Join Date: Mar 2010
Posts: 19
Received Thanks: 0
Quote:
Originally Posted by ​Exo View Post
Do you give these coins as some sort of reward? Job or something else?
Quote:
Originally Posted by ​Exo View Post
Would you please show me the query for the rewards?
The job reward is set to be sent when the char logs out (EventID = 6)
/*Job Reward */
IF @D = 6
BEGIN
EXEC _JobSystem @D
END

_JobSystem
EXEC SRO_VT_SHARD.dbo._ADD_ITEM_EXTERN @harName, @ewardCodeName, @wardAmount, 0
EXEC SRO_VT_SHARD.dbo._ADD_ITEM_EXTERN @harName, @ewardCodeName2, @wardAmount2, 0
bissag is offline  
Old 08/14/2017, 16:36   #6


 
​Exo's Avatar
 
elite*gold: 28
Join Date: Aug 2014
Posts: 4,096
Received Thanks: 2,649
Quote:
Originally Posted by bissag View Post
The job reward is set to be sent when the char logs out (EventID = 6)
/*Job Reward */
IF @D = 6
BEGIN
EXEC _JobSystem @D
END

_JobSystem
EXEC SRO_VT_SHARD.dbo._ADD_ITEM_EXTERN @harName, @ewardCodeName, @wardAmount, 0
EXEC SRO_VT_SHARD.dbo._ADD_ITEM_EXTERN @harName, @ewardCodeName2, @wardAmount2, 0
I need to see how this IntrewardAmount is calculated.
​Exo is offline  
Old 08/14/2017, 16:51   #7
 
elite*gold: 0
Join Date: Mar 2010
Posts: 19
Received Thanks: 0
Quote:
Originally Posted by ​Exo View Post
I need to see how this IntrewardAmount is calculated.
SELECT @wardAmount = Value
FROM _JobSystemConfiguration
WHERE CodeName = @ewardAmountString


JobSystemConfiguration has data for the arena amount you get, the minimum contribution allowed to receive the reward and the item code name and the reward limit

1 TRADER_REQ_CONTRIBUTION xxxxx
2 TRADER_REWARD_ITEM_CODENAME xxx
3 TRADER_REWARD_ITEM_AMOUNT xxx
4 JOB_REWARD_LIMIT xxx

When the char makes the required contribution amount, he logs out to receive the reward and the contribution resets to 0.

Quote:
SELECT @JobCount = Amount
FROM _JobLimit WITH (NOLOCK)
WHERE JID = @UserJID

IF @JobCount >= (SELECT Value FROM _JobSystemConfiguration WITH (NOLOCK) WHERE CodeName = 'JOB_REWARD_LIMIT')
BEGIN
SET @turnValue = 5
GOTO ErrorHandler
END

UPDATE SRO_VT_SHARD.dbo._CharTrijob
SET Contribution = 0
WHERE CharID = @CharID

IF @JobCount IS NULL
BEGIN
INSERT INTO _JobLimit
VALUES @UserJID, 1)
END
ELSE
BEGIN
UPDATE _JobLimit
SET Amount += 1
WHERE JID = @UserJID
END
bissag is offline  
Old 08/14/2017, 19:47   #8
 
WickedNite.'s Avatar
 
elite*gold: 15
Join Date: Jul 2014
Posts: 1,602
Received Thanks: 1,357
I knew about this for a very long time already, hence why, since like forever, I am not using physical items(coins) as reward from jobbing.
WickedNite. is offline  
Old 08/14/2017, 20:45   #9
 
elite*gold: 0
Join Date: Mar 2008
Posts: 33
Received Thanks: 10
The problem comes when @wardAmount = 0, because stored procedure _ADD_ITEM_EXTERN will take maxstack instead 0
links2007 is offline  
Old 08/15/2017, 01:35   #10


 
​Exo's Avatar
 
elite*gold: 28
Join Date: Aug 2014
Posts: 4,096
Received Thanks: 2,649
Quote:
Originally Posted by bissag View Post
SELECT @wardAmount = Value
FROM _JobSystemConfiguration
WHERE CodeName = @ewardAmountString


JobSystemConfiguration has data for the arena amount you get, the minimum contribution allowed to receive the reward and the item code name and the reward limit

1 TRADER_REQ_CONTRIBUTION xxxxx
2 TRADER_REWARD_ITEM_CODENAME ***
3 TRADER_REWARD_ITEM_AMOUNT ***
4 JOB_REWARD_LIMIT ***

When the char makes the required contribution amount, he logs out to receive the reward and the contribution resets to 0.
Post the complete thing dude. I can't get spot where it goes wrong unless you do so.
​Exo is offline  
Old 08/15/2017, 18:51   #11
 
elite*gold: 0
Join Date: Mar 2010
Posts: 19
Received Thanks: 0
I can confirm it is not job related, it is something related to stall and magic stone of sockets.
bissag is offline  
Old 08/16/2017, 19:08   #12

 
InZiDeR's Avatar
 
elite*gold: 64
Join Date: Nov 2007
Posts: 1,166
Received Thanks: 1,005
Quote:
Originally Posted by bissag View Post
I can confirm it is not job related, it is something related to stall and magic stone of sockets.
Read this article. New dupe works in a similar way :P
InZiDeR is offline  
Thanks
1 User
Old 08/16/2017, 19:31   #13
 
elite*gold: 0
Join Date: Mar 2010
Posts: 19
Received Thanks: 0
Quote:
Originally Posted by InZiDeR View Post
Read this article. New dupe works in a similar way :P
I can confirm the item dupe is working using the alchemy/stall exploit but I wonder what would be the fix?
bissag is offline  
Old 08/16/2017, 19:53   #14

 
InZiDeR's Avatar
 
elite*gold: 64
Join Date: Nov 2007
Posts: 1,166
Received Thanks: 1,005
Quote:
Originally Posted by bissag View Post
I can confirm the item dupe is working using the alchemy/stall exploit but I wonder what would be the fix?
You can fix this by filter software. You need to define character status. Like filter knows the char is in Stall or in "Wearing an Item" or "Fusing" cannot do anything else while in this status. That's like I fix most of the stuff.
InZiDeR is offline  
Old 08/19/2017, 13:37   #15
 
elite*gold: 0
Join Date: Nov 2009
Posts: 102
Received Thanks: 14
Quote:
We were using the new alchemy items which the packet to apply the alchemy unto items weren't blocked during stall opened.
Which new alchemy items?
geheimerbauer is offline  
Reply


Similar Threads Similar Threads
s>dupe dupe dupe
02/15/2023 - RFO Hacks, Bots, Cheats, Exploits & Guides - 10 Replies
S>dupe at any server batangas area or meet up PM offer rf philippines only (havent tried on any rf) pm na ^_^
DUPE DUPE DUPE...
07/10/2010 - General Gaming Discussion - 1 Replies
LUNA ONLINE PH. DUPE??? wanna know about more?? PM.. Ym -> heraldho2 MANDALUYONG ONLY... PC 2 PC TUtORIAL..= NO SUCH THING AS FREE..
dupe dupe dupe
11/01/2009 - Dekaron - 1 Replies
lkjkljk
Problem mit item Dupe//Problem With item Dupe
05/25/2008 - World of Warcraft - 4 Replies
Hi leute ich habe ein großes Problem.... Auf dem server wo ich spiele war es möglich ungebundene items durch die geschenkpapier metode zu duben aber jetzt hat der coder geschenkpappier vollständig aus der datenbank entfernt.... gibt es eine andere möglichkeit items zu duplizieren... BITTE HELFT MIR At first i want to say that my english isnt so good... I have a big problem...



All times are GMT +1. The time now is 04:58.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.