Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Questions & Answers
You last visited: Today at 01:45

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

Advertisement



Ask: How to add socket stone lower than D11?

Discussion on Ask: How to add socket stone lower than D11? within the SRO PServer Questions & Answers forum part of the SRO Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2021
Posts: 4
Received Thanks: 1
Ask: How to add socket stone lower than D11?

I have a D9 server, I want to engrave socket stones on D8 and D9 items. I added 3 to Param20 in Objitem but it didn't help. Anyone who knows how to solve this problem please help me. Thank you !
hoanghaihcns is offline  
Thanks
1 User
Old 10/28/2023, 11:11   #2
 
Judgelemental's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1,520
Received Thanks: 822
Quote:
Originally Posted by hoanghaihcns View Post
I have a D9 server, I want to engrave socket stones on D8 and D9 items. I added 3 to Param20 in Objitem but it didn't help. Anyone who knows how to solve this problem please help me. Thank you !
This probably requires reverse engineering and I doubt it's only a database-side edit.
Judgelemental is offline  
Old 10/29/2023, 00:52   #3

 
sarkoplata's Avatar
 
elite*gold: 166
Join Date: Apr 2009
Posts: 2,339
Received Thanks: 2,657
sro_client: 0x0059F4B2
rest is database work, afaik there's no check on gs side.
sarkoplata is offline  
Thanks
2 Users
Old 10/29/2023, 16:21   #4



 
VORTEX*'s Avatar
 
elite*gold: 30
Join Date: Apr 2015
Posts: 1,005
Received Thanks: 1,213
Quote:
Originally Posted by hoanghaihcns View Post
I have a D9 server, I want to engrave socket stones on D8 and D9 items. I added 3 to Param20 in Objitem but it didn't help. Anyone who knows how to solve this problem please help me. Thank you !
there's many solution , in your situation the easiest one to make new socket skills in _refSkill then control item operation from SRO_VT_SHARD.._AddLogItem

to add Require data here _BindingOptionWithItem

nOptID = RefSkill ID
nParam1 = _refobjcommon ID

But this solution will not be like original one i mean those sockets will add to item by operation not Alchemy window
VORTEX* is offline  
Thanks
1 User
Old 10/30/2023, 07:45   #5

 
lidzy's Avatar
 
elite*gold: 5
Join Date: Sep 2019
Posts: 127
Received Thanks: 17
you can create procedure to work as original one
and use filter to use scroll system gender
lidzy is offline  
Old 10/31/2023, 10:47   #6
 
elite*gold: 0
Join Date: Jul 2014
Posts: 181
Received Thanks: 68
Quote:
Originally Posted by sarkoplata View Post
sro_client: 0x0059F4B2
rest is database work, afaik there's no check on gs side.
Change the degree here.

Quote:
Originally Posted by VORTEX* View Post
there's many solution , in your situation the easiest one to make new socket skills in _refSkill then control item operation from SRO_VT_SHARD.._AddLogItem

to add Require data here _BindingOptionWithItem

nOptID = RefSkill ID
nParam1 = _refobjcommon ID

But this solution will not be like original one i mean those sockets will add to item by operation not Alchemy window
Do not do this.


Get any item 11DG that can have socket stones (chest/weapon) > ITEM_CH_SWORD_11_A_RARE, take it's link from objcommon, open objitem and use the link as ID to find the item's properties. If I remember correctly it was param20 that you have to put "3" or I guess the amount of socket stones you'd like to have on that specific item (probably 4 would be the limit). So.. Take the item you wanna test with, edit it the same way the 11dg item is and it should work (after you have done the sro_client.exe edit). When you are happy with your single item, you can group all the items you want to have sockets on by their typeids(1,2,3,4) and mass apply it.

Edit: If you want to make items that usually do not have sockets to support them, you will have to edit the socket stones as well to be able to support that item type.
JohnDornel^ is offline  
Old 10/31/2023, 11:23   #7



 
VORTEX*'s Avatar
 
elite*gold: 30
Join Date: Apr 2015
Posts: 1,005
Received Thanks: 1,213
Quote:
Originally Posted by JohnDornel^ View Post

Do not do this.

Get any item 11DG that can have socket stones (chest/weapon) > ITEM_CH_SWORD_11_A_RARE, take it's link from objcommon, open objitem and use the link as ID to find the item's properties. If I remember correctly it was param20 that you have to put "3" or I guess the amount of socket stones you'd like to have on that specific item (probably 4 would be the limit). So.. Take the item you wanna test with, edit it the same way the 11dg item is and it should work (after you have done the sro_client.exe edit). When you are happy with your single item, you can group all the items you want to have sockets on by their typeids(1,2,3,4) and mass apply it.

Edit: If you want to make items that usually do not have sockets to support them, you will have to edit the socket stones as well to be able to support that item type.
Lol !!! he will not edit anything the socket will be added by Procedure only !! no needed Paramtrash or anything ..
VORTEX* is offline  
Old 10/31/2023, 11:47   #8
 
elite*gold: 0
Join Date: Jul 2014
Posts: 181
Received Thanks: 68
Quote:
Originally Posted by VORTEX* View Post
Lol !!! he will not edit anything the socket will be added by Procedure only !! no needed Paramtrash or anything ..
Why would you go out of your way to achieve something similar to the original, when you can just properly configure it and make it work as it should? Not even going to talk about performance issues...
JohnDornel^ is offline  
Thanks
1 User
Old 10/31/2023, 20:23   #9



 
VORTEX*'s Avatar
 
elite*gold: 30
Join Date: Apr 2015
Posts: 1,005
Received Thanks: 1,213
Quote:
Originally Posted by JohnDornel^ View Post
Why would you go out of your way to achieve something similar to the original, when you can just properly configure it and make it work as it should? Not even going to talk about performance issues...
bro it's not show area , and i'm not fighting i told him there's many ways .... check my comment again .
VORTEX* is offline  
Thanks
1 User
Old 10/31/2023, 21:00   #10
 
elite*gold: 0
Join Date: Jul 2014
Posts: 181
Received Thanks: 68
Quote:
Originally Posted by VORTEX* View Post
Lol !!! he will not edit anything the socket will be added by Procedure only !! no needed Paramtrash or anything ..
Quote:
Originally Posted by VORTEX* View Post
bro it's not show area , and i'm not fighting i told him there's many ways .... check my comment again .
We are going offtopic, but if you don't want to pick fights, maybe don't disrespect other's opinion in such way. I did quote you and said to not do this and then provided a good enough argument why. Your argument is "no needed paramtrash"?
JohnDornel^ is offline  
Old 11/02/2023, 00:04   #11
 
Over56's Avatar
 
elite*gold: 0
Join Date: Sep 2016
Posts: 246
Received Thanks: 81
Quote:
Originally Posted by hoanghaihcns View Post
I have a D9 server, I want to engrave socket stones on D8 and D9 items. I added 3 to Param20 in Objitem but it didn't help. Anyone who knows how to solve this problem please help me. Thank you !
heres your needs

used query

Code:
UPDATE IT
SET Param20 = 3
FROM
SRO_VT_SHARD.._RefObjCommon co 
join _RefObjItem it on it.ID=co.Link where 
CodeName128 like '%ITEM_%_%_%_%_RARE'
AND CodeName128 NOT LIKE '%CLOTHES%'AND 
CodeName128 NOT LIKE'%LIGHT%'AND 
CodeName128 NOT LIKE'%HEAVY%'AND 
CodeName128 NOT LIKE'%RING%'AND 
CodeName128 NOT LIKE'%NECK%'
and ReqLevel1 < 100 and it.Param20=0 and co.Service = 1
used offset

Code:
0059F4B0
result in short clip

Over56 is offline  
Thanks
1 User
Old 11/02/2023, 00:07   #12
Trade Restricted


 
elite*gold: LOCKED
The Black Market: 115/0/0
Join Date: Apr 2022
Posts: 1,334
Received Thanks: 489
Quote:
Originally Posted by Over56 View Post
heres your needs

used query

Code:
UPDATE IT
SET Param20 = 3
FROM
SRO_VT_SHARD.._RefObjCommon co 
join _RefObjItem it on it.ID=co.Link where 
CodeName128 like '%ITEM_%_%_%_%_RARE'
AND CodeName128 NOT LIKE '%CLOTHES%'AND 
CodeName128 NOT LIKE'%LIGHT%'AND 
CodeName128 NOT LIKE'%HEAVY%'AND 
CodeName128 NOT LIKE'%RING%'AND 
CodeName128 NOT LIKE'%NECK%'
and ReqLevel1 < 100 and it.Param20=3 and co.Service = 1
used offset

Code:
0059F4B0
result in short clip

Now that's useful, i'll try to dig a little bit into that and see if i could actually crate custom params for the sockets. For example Lucky probability and stuff like that, could be interesting, thanks for your contribution.
Athena' is offline  
Old 11/04/2023, 18:35   #13
 
nemo08's Avatar
 
elite*gold: 393
Join Date: Feb 2009
Posts: 691
Received Thanks: 412
set Param20 = 3 for items u need
nemo08 is offline  
Reply


Similar Threads Similar Threads
add Socket stone
11/04/2023 - SRO PServer Questions & Answers - 7 Replies
Hello i search alot about how to add socket stone or how it work i have D10 server and i want add socket stone system i added stone to server but how i can add to items please help
OMFG! SOCKET SOCKET SOCKET!
06/29/2006 - Conquer Online 2 - 4 Replies
LUCK! ALL LUCK! CRAZY SOBs! lol ROFFLE COPTER! THERE IS NO TRICK. >:o >:o >:o >:o >:o >:o >:o >:o >:o >:o :eek: :eek: :eek: :eek: :eek: :eek: :eek: :eek: :eek: :eek: All this stupid BS about Sockets is driving me crazy.. If anyone ever found out the TRUE "SECRET" it would not be posted on a PUBLIC forum... lol Silly noobs I know if i knew a socket "trick" i wouldnt share.. it would be bad for business! lol :ops: :ops: sorry i am nauseus :D :bandit:



All times are GMT +2. The time now is 01:45.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.