let me give you first Tut,
Open your SRO_VT_SHARD
search for table called
_RefPackageitem
_RefPricePolicyofitem
_Refscrapofpackageitem
_RefShopGoods
and try to delete D1 sword from the hole tables
thats db side
client side
Server_Dep==>silkroad===>textdata
and search for
refPackageitem
refPricePolicyofitem
refscrapofpackageitem
refshopgoods
and delete from them the same lines you have deleted from the db ",,)
and this is another way Easy for a pro, not for a beginner
let me tell you how to use the easy way to delete from the db
Code:
Use Sro_VT_SHARD
delete from _RefPricePolicyOfitem
where RefPackageItemCodeName like '%SWORD_01%';
delete from _RefShopGoods
where RefPackageItemCodeName like '%SWORD_01%';
delete from _RefScrapOfPackageItem
where RefPackageItemCodeName like '%SWORD_01%';
delete from _Refpackageitem
where CodeName128 like '%SWORD_01%';
then use this one
select * from _RefPricePolicyOfitem /**Copy to text file called ( refPricePolicyOfitem**/
select * from _RefShopGoods/**Copy to text file called ( refshopgoods**/
select * from _RefScrapOfPackageItem /**Copy to text file called ( refscrapofpackgeitem**/
select * from _Refpackageitem /**Copy to text file called ( refpackageitem**/
insert thoes file to your media.pk2
to path ( server_dep--->Silkroad---->textdata )
and start your game