Nadious
Member
So, I want to add an item to my vendor. I've been poking around the forums over at RunUO (which all the sudden shows 'account has been banned', so not sure if they lost the website there...) and I think I have an understanding of how to do it, but there is one thing I can't seem to find any info on:
The 1041280 is what I'm not sure of. My guess is that it is a an entry of some sort that tells what the name of the item i? Is that correct? My guess to add the item would be:
So, I know the item name, price, qty, item ID, and hue to set... but what do I put where the ??? go? Is that would I would put 'Moving Box Deed?'
Code:
this.Add(new GenericBuyInfo("1041280", typeof(InteriorDecorator), 10001, 20, 0xFC1, 0));
The 1041280 is what I'm not sure of. My guess is that it is a an entry of some sort that tells what the name of the item i? Is that correct? My guess to add the item would be:
Code:
this.Add(new GenericBuyInfo("???????", typeof(MovingBoxDeed), 15000, 20, 0x14F0, 0x488));
So, I know the item name, price, qty, item ID, and hue to set... but what do I put where the ??? go? Is that would I would put 'Moving Box Deed?'