in DB how i know whos have the jewells Epic boss?

Server ID= the ID that the server uses to understand/store the item
Char ID = the Object_ID of corresponding character that owns the item
item_type = REAL ITEM ID there you search for your orfen.

when you find the orfen, copy the owner_id = Char ID and search inside characters.sql table.

Untitled.webp
 
Back
Top