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
{
}...
MrRiots Simple Floristry/Florism
Its just a simple, yet fun script including:
- DefFlorism (Easy to edit to how you want it and add more stuff to it)
- Florist Tool Box
- New Potted Plants (based on IDs, non addons)
- Florist NPC
- SBFlorist
- Crafting Resources
---
Easy to edit and make it...
Im a novice aswell compared to everyone else.
IT was abit of a set-up but when you get it working and read up on what you CAN Do with it, you cannot live Without it.
My first contribution to the ServUO community Forums.
Hopefully not the last one.
Its a set of potted plants in different variations.
How to:
Drop them in your Custom Folder.
You will need the later patches for some of the graphics, other than that its no custom graphic.
Hello,
This is a bug I wanted to highlight.
MageAI with High Eval/Magery have longer lasting curses.
Normally one should not be able to train a pet after battle.
Due to the longlivity of this curse a player Could train his pet using Animal Lore and Pet Training.
This ment he could spend his...
This is my code using what you sent except the ExpansionInfo
[CODE lang="csharp" highlight=""83-86""]#region References
using System;
#endregion
namespace Server
{
public enum Expansion
{
None = 0,
T2A,
UOR,
UOTD,
LBR,
AOS,
SE...