Helishus
Member
So I am trying to add some new BOD rewards. I was wondering if anyone knows how to add custom descriptions. Right now when I add them they're blank.
RewardCollection.Add(new BODCollectionItem(0x14F0, 0, 0x481, 625, PowerScroll, 5));
So I know the zero is where it relates to a CliLoc to show the description. But I was wondering if there was a way to go around that and put in my own message without having to edit CliLoc.
RewardCollection.Add(new BODCollectionItem(0x14F0, 0, 0x481, 625, PowerScroll, 5));
So I know the zero is where it relates to a CliLoc to show the description. But I was wondering if there was a way to go around that and put in my own message without having to edit CliLoc.