Search results

  1. Looking for help with a script~

    (Rewrote thread) I'm a complete novice to ServUO & C# and I'm trying to write a basic script to give +.1 skill on consuming an item. using System; using Server; using Server.Items; using Server.Gumps; using Server.Mobiles; using Server.Network; namespace Server.Items { public class...
Back