Search results

  1. SomeDude

    Vita-Nex 5.3.0.1 errors pub 57

    Fresh Pub 57 Vita-Nex getting these errors i do have .net 4.8 thx for any help ServUO - [ServUO - Ultima Online Emulation] Version 0.5, Build 8352.19393 - Build on 11/13/2022 10:46:26 AM UTC - Release Core: Optimizing for 16 64-bit processors Core: Compiled for .NET MONO/CSC/Unknown...
  2. SomeDude

    OnSingleClick?

    anyone one have any idea what OnSingleClick has been changed to?
  3. SomeDude

    Error tryin to add tokens in baseCreature

    If anyone could help me out would really appreciate it tryin to add token in baseCreature p58 OnKilledBy(ds.m_Mobile); if (HumilityVirtue.IsInHunt(ds.m_Mobile) && Karma < 0) HumilityVirtue.RegisterKill(ds.m_Mobile, this, list.Count)...
  4. SomeDude

    Invasions Install

    Getting these when try to compile fresh basecreature.cs followed the install instructions but some of the code was different in the fresh basecreatures.cs then that was in the install instructions and i do have vnc installed...
  5. SomeDude

    Global Artifact Drops

    does anyone no much about this system cant seem to figrue out what edits i need done lost my read me and been searching net 3 days looking for this release page come up with notting
  6. SomeDude

    Windows 10?

    Has anyone gave windows 10 a try with running a sever if so how did it go? Im thinking about upgradeing but not sure yet thx for any help here :)
  7. SomeDude

    Random Attributes to items?

    using System; using Server; using Server.Items; namespace Server.Items { public class SignofChaos: ChaosShield { public override int InitMinHits{ get{ return 255; } } public override int InitMaxHits{ get{ return 255; } } public override int BaseColdResistance{ get{ return...
  8. SomeDude

    Xspawner 1.0

    SomeDude submitted a new resource: Xspawner 1.0 - Modded Neruns Spawner for xml files Read more about this resource...
  9. SomeDude

    Errors Visual Studio 2013

    Not sure whats up here :( Error 1 The type or namespace name 'CrownOfArcaneTemperament' could not be found (are you missing a using directive or an assembly reference?) C:\UO-Server\Scripts\Items\Decoration Artifacts\StealableArtifactsSpawner.cs 119 82 Scripts Error 2 The type or namespace name...
  10. SomeDude

    Help picking a OS for my server

    i noticed server 2008 and 12 are big bucks but what about Windows Home Server 2011 how would that be for a uo server?
  11. SomeDude

    Scroll of Alacrity not picking random skill

    cant fig out how to get this to pick a random skill only seem too pick alchemy heres some info on them too http://www.uoguide.com/Scroll_of_Alacrity using System; using System.Collections; using Server.Engines.Quests; using Server.Mobiles; namespace Server.Items { public class...
Back