Hello members.. I'm so proud that i made this query with myself... But it have some faults...
If i wrote in ItemCodeName for example 'ITEM_EU_DAGGER_11_SET_B_RARE'PHP Code:Use SRO_VT_SHARD
Select IT.ID64, IT.OptLevel As Plus, INV.CharID, CH.CharName16, REF.CodeName128 From _RefObjCommon As REF
Right Join _Items As IT On IT.RefItemID = REF.ID
Right Join _Inventory As INV On INV.ItemID = IT.ID64
Right Join _Char as CH On CH.CharID = INV.CharID
Where CodeName128 like 'ItemCodeName'
Query getting success, but it's get all players have this weapon i want to select the item from one character , not from all
sorry for my bad english

