Recent content by xxxdragonxxxx

  1. needing help with trying to add custom ores

    this is just uo scripts/service/harvest using System; using Server.Items; using Server.Mobiles; using Server.Targeting; namespace Server.Engines.Harvest { public class Mining : HarvestSystem { private static Mining m_System; public static Mining System...
  2. OWLTR 4.0 for ServUO Pub 54

    my 2 new errors i reinstalled it Errors: + daat99 system/MasterStorage/MasterStorage.cs: CS1502: Line 1422: The best overloaded method match for 'daat99.ItemInform ion.ItemInformation(string, Server.Items.SlayerName[], Server.Items.ItemQualit Server.Mobile, int)' has some invalid arguments...
  3. OWLTR 4.0 for ServUO Pub 54

    after it loads i get this error Error: Type 'Daat99MasterLooterSystem.MasterLooterGoldLedgerDeed' was not found Delete all of those types? (y/n) Types will not be deleted. An exception will be thrown. Error: System.Exception: Bad type 'Daat99MasterLooterSystem.MasterLooterGoldLedgerDeed at...
  4. OWLTR 4.0 for ServUO Pub 54

    im getting this error + custom/MasterStorage/MasterStorage.cs: CS1520: Line 29: Method must have a return type CS1002: Line 29: ; expected CS1519: Line 30: Invalid token ':' in class, struct, or interface member laration CS1519: Line 30: Invalid token ')' in class, struct, or...
  5. custom houses with no sighns or stairs

    i made a copy of the uo file and re did the start up it worked thanks it was drinving crazy
  6. custom houses with no sighns or stairs

    nope still not working 1564005157 going to try this 1564005172 public static void Configure() { string pathUO = GetPath(@"C:\Documents and Settings\Owner\Desktop\ultima online\Ultima Online - Eventine", "ExePath"); string pathTD = GetPath(@"Origin Worlds...
  7. custom houses with no sighns or stairs

    its the custom houses.client is 7.015.35 1564001372 the custom houses are the only ones not working
  8. custom houses with no sighns or stairs

    custom houses with no sighns or stairs how do i fix this? 1563998982 im getting this error 20:05:43 System.IndexOutOfRangeException: Index was outside the bounds of the ar ray. at Server.Multis.DesignStateDetailed..ctor(Int32 serial, Int32 revision, Int3 2 xMin, Int32 yMin, Int32 xMax, Int32...
  9. Xanthos help

    Thanks it's working
  10. Xanthos help

    using System; using Server; namespace Xanthos.Evo { public sealed class evospiderSpec : BaseEvoSpec { // This class implements a singleton pattern; meaning that no matter how many times the // Instance attribute is used, there will only ever be one of these created in...
  11. Xanthos help

    Thank you for helping me got it working late last night it was baseEvoSpider it was supposed to be baseevo now I have to change it so it is immune to poison 1563973385 public override Poison HitPoison{ get{ return Poison. Lethal ; } } is this what i need to add to be immune to poison?
  12. Xanthos help

    Scripts: Compiling C# scripts...Failed with: 1 errors, 0 warnings Errors: + custom/Xanthos/EVO System/Dragon/SpideEvoSpec.cs: CS1520: Line 145: Method must have a return type Scripts: One or more scripts failed to compile or no script files were found. - Press return to exit, or R to try...
  13. Xanthos help

    ---------------------------------------------------------------------------- JustUO - [http://www.playuo.org] Version 1.0 Publish 2 Core: .NET Framework Version 4.0.30319 RandomImpl: CSPRandom (Software) Scripts: Compiling C# scripts...Failed with: 2 errors, 0 warnings Errors: +...
  14. Xanthos help

    Here's the errors 1563903272 using System; using Server; using Server.Items; using Server.Mobiles; using Xanthos.Interfaces; namespace Xanthos.Evo { [CorpseName( "a guardian EvoSpider corpse" )] public class Guardian EvoSpider : EvoSpider { public override bool...
  15. Xanthos help

    heres is all the files i did I still keep getting errors
Back