Thread
:
How do you Search By Item Name in a blob?
View Single Post
#
2
06-28-2002, 08:24 AM
stormgod
Discordant
Join Date: Apr 2002
Posts: 419
SELECT id from items where LCase(mid(raw_data,1,35)) LIKE '%item_you_want%';
1 35 are the decimal position of beginning and ending of the name , at least it was inm 3.3.1 , else just check using mysql dump or look into the eq_packet_struct file
stormgod
View Public Profile
Send a private message to stormgod
Visit stormgod's homepage!
Find all posts by stormgod