Quote:
Originally Posted by Woody*
This solution might sound weird as ****, but it really works. You have to enable the tablets drops in _RefDropItemAssign table in SRO_VT_SHARD. I had this issue a few months ago and I fixed it by doing this.
If you don't know how to enable tablets drop, just delete the contents you have in _RefDropItemAssign table and copy the lines from a clean database.
|
ok. now i know the problem. I use the query to disable drop d10 rare:
USE SRO_VT_SHARD
DELETE _RefDropItemAssign
FROM _RefDropItemAssign Drops
LEFT join _RefObjCommon Objects
ON (Drops.RefItemID = Objects.ID)
WHERE CodeName128 like '%ITEM_CH_%_10_%_RARE%'
and now got problem with fusing. so do u have any idea to fix this? Thanks 1st.