[Question] Adding SOCKETS to items

06/28/2025 08:39 tchicaba#1
Hi there,

I'm looking to find a way to add sockets to items that doesn't have sockets at first.
For example, I made cherubim wings (3630023) timeless; I now want them to be 4 slots, so that I can add further stats to my char.

I went to dbo.item, changed the socket to '4', hashed but still doesnt work.

Any idea, please ?
06/28/2025 08:45 NecroEyes#2
Quote:
Originally Posted by tchicaba View Post
Hi there,

I'm looking to find a way to add sockets to items that doesn't have sockets at first.
For example, I made cherubim wings (3630023) timeless; I now want them to be 4 slots, so that I can add further stats to my char.

I went to dbo.item, changed the socket to '4', hashed but still doesnt work.

Any idea, please ?
First ensure that the sockets are supported by the item type since not all the items support sockets.
Make sure you're editing the correct column in dbo.item that represents the socket count.
Need to be sure the item represent the correct value.
Update the hash properly also.

Also there are some free tools that can be used to do it.
06/28/2025 09:50 atherounge3#3
Quote:
Originally Posted by tchicaba View Post
Hi there,

I'm looking to find a way to add sockets to items that doesn't have sockets at first.
For example, I made cherubim wings (3630023) timeless; I now want them to be 4 slots, so that I can add further stats to my char.

I went to dbo.item, changed the socket to '4', hashed but still doesnt work.

Any idea, please ?
socket field ItemResource
06/28/2025 21:21 tchicaba#4
Quote:
Originally Posted by atherounge3 View Post
socket field ItemResource
As I said, I already did that. But it doesnt work.

Quote:
Originally Posted by NecroEyes View Post
First ensure that the sockets are supported by the item type since not all the items support sockets.
Make sure you're editing the correct column in dbo.item that represents the socket count.
Need to be sure the item represent the correct value.
Update the hash properly also.

Also there are some free tools that can be used to do it.
Hey there,
Of course, the cherubim wings doesn't include any sockets available. I, by this way, wanted to insert some sockets to it.

I also made sure that I've edited the correct column.
What do you mean by item representing the correct value ?
I also hashed correctly.

I know this is not an item that is supposed to get some sockets, but I still want to add them. Any way before touching the source code ?
Thank you !
06/29/2025 07:33 NecroEyes#5
Quote:
Originally Posted by tchicaba View Post
As I said, I already did that. But it doesnt work.



Hey there,
Of course, the cherubim wings doesn't include any sockets available. I, by this way, wanted to insert some sockets to it.

I also made sure that I've edited the correct column.
What do you mean by item representing the correct value ?
I also hashed correctly.

I know this is not an item that is supposed to get some sockets, but I still want to add them. Any way before touching the source code ?
Thank you !
send me your discord via PM and i try help u
07/03/2025 13:57 atherounge3#6
Quote:
Originally Posted by tchicaba View Post
As I said, I already did that. But it doesnt work.



Hey there,
Of course, the cherubim wings doesn't include any sockets available. I, by this way, wanted to insert some sockets to it.

I also made sure that I've edited the correct column.
What do you mean by item representing the correct value ?
I also hashed correctly.

I know this is not an item that is supposed to get some sockets, but I still want to add them. Any way before touching the source code ?
Thank you !
Do you get item.rdb?
07/03/2025 19:35 tchicaba#7
I get item.rdb, that I hash.
07/03/2025 22:14 atherounge3#8
1) Give your launcher arguments
2) Give your item sql query