i didnt face it before & i cant find the link itemid with the drop rate
hints ?
hints ?
Easy gear .. Disable DROP IN TABLET .. First of all u need SEE ITEMID of EUROS in ur DB same ..Quote:
and how we can prevent EU roc gears drops for ex. ?!
Then u see ID in my case ( between 24583 and 24618 )Quote:
use SRO_VT_SHARD
select
*
from
_RefObjCommon
where CodeName128 like '%ROC_EU_%'
ORDER BY ID ASC
be certain ur ITEMID is same .. See in SCREEN SPOILQuote:
use SRO_VT_SHARD
update
_RefDropItemGroup
set Service = 0
where RefItemID between 24583 and 24618
Quote:
[Only registered and activated users can see links. Click Here To Register...]