Quote:
Originally Posted by Hoangnguyen1008
Hello my friends
I already add drop item into Unique and dropratio = 1 (mean 100%)
But nothing fall after kill Unique  
Please tell me how to solve this problem.
|
Check _RefMonster_AssignedItemDrop to see which unique has what drop.
Or use a query to see its drop rate and IF it has an item assigned to it.
USE SRO_VT_SHARD
SELECT DropRatio, RefItemID FROM _RefMonster_AssignedItemDrop where RefMonsterID = 'MonsterIDFromRefObjCommon'