|
USE [SRO_VT_SHARD] GO
SELECT [Service] ,[ID] ,[CodeName128] ,[ObjName128] ,[OrgObjCodeName128] ,[NameStrID128] ,[DescStrID128] ,[CashItem] ,[Bionic] ,[TypeID1] ,[TypeID2] ,[TypeID3] ,[TypeID4] ,[DecayTime] ,[Country] ,[Rarity] ,[CanTrade] ,[CanSell] ,[CanBuy] ,[CanBorrow] ,[CanDrop] ,[CanPick] ,[CanRepair] ,[CanRevive] ,[CanUse] ,[CanThrow] ,[Price] ,[CostRepair] ,[CostRevive] ,[CostBorrow] ,[KeepingFee] ,[SellPrice] ,[ReqLevelType1] ,[ReqLevel1] ,[ReqLevelType2] ,[ReqLevel2] ,[ReqLevelType3] ,[ReqLevel3] ,[ReqLevelType4] ,[ReqLevel4] ,[MaxContain] ,[RegionID] ,[Dir] ,[OffsetX] ,[OffsetY] ,[OffsetZ] ,[Speed1] ,[Speed2] ,[Scale] ,[BCHeight] ,[BCRadius] ,[EventID] ,[AssocFileObj128] ,[AssocFileDrop128] ,[AssocFileIcon128] ,[AssocFile1_128] ,[AssocFile2_128] ,[Link] FROM [dbo].[_RefObjCommon] WHERE (CodeName128 LIKE 'ITEM_%_%_%_13_%_%_RARE')
|