This may be a stupid question. But in Pre-AOS the modifiers would never show until you identified the item. Are you setting Identified = true; on the item the Runic creates/enhances? I am not sure if ServUO has this restriction, but RunUO did.
Add Maps to the list using Map Objects.
public static Map[] Maps = new Map[] // Maps that paragons will spawn on
{
Map.Ilshenar,
//
Map.Felucca,
Map.Trammel
};
Adding Items (See highlight, I add a generic Katana and Cookies)
public static Type[] Artifacts = new...
If you want it to show a decimal value:
(float)System.Math.Round( [YOUR_DOUBLE], [NUMBERS_AFTER_DECIMAL]);
So:
(float)System.Math.Round( Utility.RandomMinMax(1.5, 2.5), 2);
Would display a value like "1.82".
Try:
public class GaltonHill : BaseVendor
Or if you want to attempt building things from the ground up:
public class GaltonHill : BaseCreature, IVendor
See if one of these will produce the results you are looking for.
In your code when you create the GaltonHill class it is derived from...
Not sure if this helps, but on a server where I set the Expansion to UOR (And that is all that I did, not other UOR changes).
The below code created a Template Katana that can be held while casting.
using Server.Engines.Craft;
namespace Server.Items
{
[Alterable(typeof(DefBlacksmithy)...
FAQ
I am falling trhough the map! Welcome to using Broadsword.
Easy fix: Run ServUO with *.mul files from an older version. My favorite is 7.0.20.0.
But I can't find these *.mul files.
Seek and you shall find.
Hello alll,
This guide will explain how to compile and execute ServUO under Linux using Mono.
I am using these specific versions:
Kali Linux - a Debian based distrobution
Linux 5.9.0-kali4-amd64 - Debian 5.9.11-1kali1 (2020-12-01) x86_64 GNU/Linux
UO Classic Client 7.0.24.0...
Salutations,
I am the brother of @Sareus. I was around in the RunUO days. Most of my contributions were in helping RunUO support Mono and in Expansions.UOR / Expansions.T2A. I had to take a hiatus from RunUO years ago for family and career. I've been lurking in the shadows, thought I would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.