dismantle fusing has failed

04/20/2018 09:09 crespo_4ever#1
hello

i have a problem in my server i cant fix it

when im trying to destroy the item to get advance and elements

i got an error

( fusing has failed )

and im tired of it

this problem from datebase because im used the client on another database its work fine without any problem

and searched much about solution but cant find the right fix for it

could anyone help me with it ?

thank you ...

no one know the error :(
10/10/2018 05:25 abdosalah1#2
Sadly I have the same problem :'(
did you please find any solution?
11/10/2018 12:20 Woody*#3
This solution might sound weird as fuck, 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.
04/04/2019 11:03 david2511#4
Quote:
Originally Posted by Woody* View Post
This solution might sound weird as fuck, 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.