|
You last visited: Today at 01:45
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.
10/28/2023, 10:20
|
#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 !
|
|
|
10/28/2023, 11:11
|
#2
|
elite*gold: 0
Join Date: Aug 2013
Posts: 1,520
Received Thanks: 822
|
Quote:
Originally Posted by hoanghaihcns
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.
|
|
|
10/29/2023, 00:52
|
#3
|
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.
|
|
|
10/29/2023, 16:21
|
#4
|
elite*gold: 30
Join Date: Apr 2015
Posts: 1,005
Received Thanks: 1,213
|
Quote:
Originally Posted by hoanghaihcns
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
|
|
|
10/30/2023, 07:45
|
#5
|
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
|
|
|
10/31/2023, 10:47
|
#6
|
elite*gold: 0
Join Date: Jul 2014
Posts: 181
Received Thanks: 68
|
Quote:
Originally Posted by sarkoplata
sro_client: 0x0059F4B2
rest is database work, afaik there's no check on gs side.
|
Change the degree here.
Quote:
Originally Posted by VORTEX*
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.
|
|
|
10/31/2023, 11:23
|
#7
|
elite*gold: 30
Join Date: Apr 2015
Posts: 1,005
Received Thanks: 1,213
|
Quote:
Originally Posted by JohnDornel^
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 ..
|
|
|
10/31/2023, 11:47
|
#8
|
elite*gold: 0
Join Date: Jul 2014
Posts: 181
Received Thanks: 68
|
Quote:
Originally Posted by VORTEX*
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...
|
|
|
10/31/2023, 20:23
|
#9
|
elite*gold: 30
Join Date: Apr 2015
Posts: 1,005
Received Thanks: 1,213
|
Quote:
Originally Posted by JohnDornel^
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 .
|
|
|
10/31/2023, 21:00
|
#10
|
elite*gold: 0
Join Date: Jul 2014
Posts: 181
Received Thanks: 68
|
Quote:
Originally Posted by VORTEX*
Lol !!! he will not edit anything the socket will be added by Procedure only !! no needed Paramtrash or anything .. 
|
Quote:
Originally Posted by VORTEX*
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"?
|
|
|
11/02/2023, 00:04
|
#11
|
elite*gold: 0
Join Date: Sep 2016
Posts: 246
Received Thanks: 81
|
Quote:
Originally Posted by hoanghaihcns
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
result in short clip
|
|
|
11/02/2023, 00:07
|
#12
|
elite*gold: LOCKED
Join Date: Apr 2022
Posts: 1,334
Received Thanks: 489
|
Quote:
Originally Posted by Over56
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
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.
|
|
|
11/04/2023, 18:35
|
#13
|
elite*gold: 393
Join Date: Feb 2009
Posts: 691
Received Thanks: 412
|
set Param20 = 3 for items u need
|
|
|
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.
|
|