How can i disable Bolt from drops

04/15/2018 00:01 devdash#1
How can i remove Bolt From Drops, because my server is chinese server

thanks in advance guys.
04/15/2018 03:40 ZαKuRα#2
only specifies the item :)

Code:
UPDATE _RefDropItemAssign
SET Prob_Relative=0,Prob_Absolute=0
FROM
    _RefDropItemAssign Drops
    JOIN
    _RefObjCommon Obj ON Drops.RefItemID = Obj.ID
WHERE
Obj.CodeName128 like '%ITEM_ETC_ARCHEMY_%'
04/15/2018 13:08 devdash#3
Quote:
Originally Posted by ZαKuRα View Post
only specifies the item :)

Code:
UPDATE _RefDropItemAssign
SET Prob_Relative=0,Prob_Absolute=0
FROM
    _RefDropItemAssign Drops
    JOIN
    _RefObjCommon Obj ON Drops.RefItemID = Obj.ID
WHERE
Obj.CodeName128 like '%ITEM_ETC_ARCHEMY_%'
thanks, i will try that and i will be back with the results

#Sloved thanks dude.
close please