Hi all I was wondering if it is safe to add like for example a runic item to the system, is it as simple as adding an extra line to this file CleanUpBritanniaRewards.cs?

Rewards.Add(new CollectionItem(typeof(MyItem), 0x13e3, 500192, 1912, 1000));

Where do I get the LabelNumber(500192 in this case) that is throwing me off since first one is graphic number then LabelNumber then Color, then price of points do I just make up a LabelNumber?, and I'm not 100% sure if this is all I need to do has anyone done something like this and is willing to shed some light?

Lets say I want to add a Doom arty or any other arty maybe Soul Seeker.
 
LabelNumber = CliLoc which can be found in UOFiddler for actual UO items. Custom items however, would need custom clilocs created which would then need to be downloaded & used by everyone on your server.
 
Back