GO SRO_VT_SHARD and open _RefMonster_AssignedItemDrop
| Table Name | Tutorial |
|---|---|
| [RefMonsterID] | here you will put the id of monster |
| [RefItemID] | here you will put the id of item |
| [DropGroupType] | here you have to put 0 |
| [OptLevel] | you have to put 0 here also |
| [DropAmountMin] | here you will put the drop rate of item |
| [DropAmountMax] | here you will put maximum number of drop item from one mob |
| [DropRatio] | this means drop rate ex: x1 or x2 |
HOW TO GET MONSTER ID?
you've to run this query
Code:
Use SRO_VT_SHARD select ID from _RefObjCommon where CodeName128 like 'MOB_RM_ROC'
HOW TO GET ITEM ID?
you've to run this query
Code:
Use SRO_VT_SHARD select ID from _RefObjCommon where CodeName128 like 'ITEM_CH_TBLADE_11_SET_A_RARE'
thank you guys and have a great fun.






