ExX
Member
I am trying to add a statue to a mob as a drop. I can't find any examples or help on any of the forums. The only bit of example I found was the Referral reward program. I tried modifying that bit of code and adding it as such.
But obviously that doesnt work. I am at a lost of how to add a statue since they aren't typical items. Any one know how?
Code:
PackItem(new(typeof (MonsterStatuette), "Cow Statuette", 5, 0x2103, new object[] {MonsterStatuetteType.Cow}, "A cow statuette that makes sounds when walked by."));
But obviously that doesnt work. I am at a lost of how to add a statue since they aren't typical items. Any one know how?