[add TheCleanupOfficer
Add them where-ever you like, but I believe prod. servers have them closeby the banks.
I havent been on for afew years so I cannot be sure.
The website, as I recall it, is closed down.
You have to find the files elsewhere.
If you DM me on Discord I will send you a working version with Readmes
Updated:
Removed my custom SpellHue from the Celestari, if anyone downloaded the earlier version just go into each
Celestari and delete the line "SpellHue = ####";
Vendors have been updated slightly
Hello everyone !
Before the shutdown of UO: Arcane i had already began working on a small spring update,
Season of the Witch.
This package includes, mobiles, artifacts, decoration items and new vendors.
The effects for each creature is made without the usage of VitaNex, even tho I highly...
Heres what you do:
1. Create Recipe Item
2. Make your recipe:
using System;
using Server.Engines.Craft;
namespace Server.Items
{
public class RecipeName : RecipeScroll
{
[Constructable]
public RecipeName() : base(10100) // Set Recipe Number
{
}...