Yvan Major
Member
Anyone know where i can "edit" the reward title deed list in Rewards.cs?
Where does it say the title 10 is... the 11 is ... ?
Thanks !
Code:
RewardCollection.Add(new BODCollectionItem(0x14F0, 1157191, 0, 25, RewardTitle, 10));
RewardCollection.Add(new BODCollectionItem(0x14F0, 1157192, 0, 50, RewardTitle, 11));
RewardCollection.Add(new BODCollectionItem(0x14F0, 1157193, 0, 250, RewardTitle, 12));
Where does it say the title 10 is... the 11 is ... ?
Thanks !