|
If you want to know which Mob drops that item:
1) Look into ItemInfo if u know the Item Name and get the InxName of it.
2) Now look into ItemInfoServer for the InxName and look at the Column DropGroupA/DroupGroupB
3) After that go into ItemDropTable and search for that DropGroup with a Text Editor like Notepad++.
Hope that helped.
|