ServUO Version
Publish 57
Ultima Expansion
Time Of Legends
Hello!

I'm creating a custom vendor that I want to sell Runic Tools. I've been tweaking with the code and I'm unsure how to add it to the SB_ file for my vendor. Does someone have some advice on this topic or an example they can show me where it's been done before?

Thanks,
 
//String Name/CliLoc //Type //Price //Amount sell//ItemId/Hue //Craft Recourse, Charges
Add(new GenericBuyInfo("Valorite Runic Hammer", typeof(RunicHammer), 40000, 20, 0x13E3, 0x8AB, new object[] {CraftResource.Valorite, 50})) ;
 
Last edited:
Back