Search results

  1. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.

    resource = mainResources[Utility.RandomMinMax(1, PhaseResources.Count - 1)];
  2. Area of effect

    looking for some assistance on making this not target everyone around you unless in combat or hostel. it currently attacks everything including the owner public void DrainLife() { ArrayList list = new ArrayList(); foreach (Mobile m in this.GetMobilesInRange(3))...
  3. provoction error

    System.NullReferenceException: Object reference not set to an instance of an object. at Server.Items.BaseInstrument.GetBaseDifficulty(Mobile targ) in D:\DoomsDayUpdateFinal\Scripts\Items\Equipment\Instruments\BaseInstrument.cs:line 380 at Server.Items.BaseInstrument.GetDifficultyFor(Mobile...
  4. Items still going to Internal Map

    What is the internal map and does it have anything to do with storage keys also what is valid internal items
  5. PlayerMobile.cs An item with the same key has already been added.

    have strange issue going on with ml quest i think in publish 57 maybe reward titles? this person im not sure what they are doing but they keep getting bugged on something not sure where neither do they any help would be amazing!!! An error was encountered while loading a saved object - Type...
  6. Stack Overflow Exception

    been having odd issues happen shard goes down no reports or reboot check event veiwer and got this Faulting application name: ServUO.exe, version: 0.5.7266.21996, time stamp: 0x5dd976bb Faulting module name: clr.dll, version: 4.8.4018.0, time stamp: 0x5d4a67fe Exception code: 0xc00000fd Fault...
  7. Pet AOE

    Looking for a way to fix pets dealing area damage with weapons and special attacks doesn't matter map or region. Any help is appreciated.
  8. lumberjacking.cs error with OWLTR

    Errors: + Services/Harvest/Lumberjacking.cs: CS0115: Line 38: 'Lumberjacking.OnHarvestFinished(Mobile, Item, HarvestDefinition, HarvestVein, HarvestBank, HarvestResource, object, Type)': no suitable method found to override Scripts: One or more scripts failed to compile or no script files...
  9. Xml level items

    not working on clothing is this normal or is there more to what the description says to do?
  10. Servuo Deserialization Between AOS and BaseJewel

    Error: System.Exception: Load failed (items=True, mobiles=False, guilds=False, data=Fal se, type=Server.Items.ApprenticeEarrings, serial=0x40080FAD) ---> System.Overflo wException: Array dimensions exceeded supported range. at Server.BaseAttributes..ctor(Item owner, GenericReader reader) in...
  11. daat99 resistances

    public override int PhysicalResistance { get { return ((m_PhysicalResistance != -1) ? m_PhysicalResistance : (BasePhysicalResistance + GetProtOffset() + GetResourceAttrs().ArmorPhysicalResist + m_PhysicalBonus)); } } CS1501: Line 1253: No overload for method 'GetResourceAttrs' takes 0 arguments
  12. player mobile serialize

    having an issue with repo updates and bad serializations causing pms to delete
  13. Xml Points System Crash

    Crashing when trying to challenge i have done all the installations. Exception: System.NullReferenceException: Object reference not set to an instance of an object. at Server.Spells.SpellHelper.CheckTravel(Mobile caster, Map map, Point3D loc, TravelCheckType type) in...
  14. OWLTR

    I'm looking for some help with merging/updating my file with the latest repo I have mods done for OWLTR and FS ATS. I'm having difficulties with merging the bulk order systems together.
  15. Coords Update

    did changes to coords.cs and atlas got these errors still... Errors: + Items/Books/RunicAtlas.cs: CS0117: Line 182: 'Server.Coords' does not contain a definition for 'ToCoord inates' CS0117: Line 304: 'Server.Coords' does not contain a definition for 'ToCoord inates' CS0117: Line...
  16. Create World

    When loading high seas my console stops working any ideas?
  17. problem loading save

    World: Loading... An error was encountered while loading a saved object - Type: Server.Engines.Quests.Gareth - Serial: 0x00000001 Delete the object? (y/n) After pressing return an exception will be thrown and the server will terminate. Error: System.Exception: Load failed (items=False...
  18. IDamageable to Mobile

    Errors: + Customs/FS-ATS Gen2 v2.0.0/Bio Enginering/DNA System/Mobiles/Old Stuff/BaseBioCreature.cs: CS0118: Line 814: Cannot implicitly convert type 'Server.IDamageable' to 'Server.Mobile'. An explicit conversion exists (are you missing a cast?) + Customs/FS-ATS Gen2 v2.0.0/Bio...
  19. New Repo Repack PLEASE.

    Can someone make a new repack with the latest repo and put in owltr and fs ats 2.0.0. all im asking please.. I have tried and its a huge merge i understand but i have no education on c# and am having a hard time getting it to work...
  20. updating code edits...

    im looking for a way to update your code edits straight to mine so i dont have to do it manually and dont have to remake another file and add everything in again. sorry if its asked alot this is ththe wrong place.
Back