Recent content by cameron1900

  1. Question about using CentrED+

    The UO client only uses UOP files so I would say yes. What kind of trouble where you running into when trying to get CentrED to work? I've been recently trying to reset it back up and I can't remember how I got the damn thing to work last time I used it.
  2. CentrEd+

    download link broken? anyone got a spare?
  3. Can you cast Targeted into Basecreature?

    Something like this: protected override void OnTarget(Mobile from, object targeted) { PlayerMobile player = from as PlayerMobile; if (targeted is PlayerMobile) { player.SendMessage("You cannot target yourself or other players."); } if (targeted is BaseCreature) { if...
  4. Errors with latest Repo

    ServUO - [https://www.servuo.com] Version 0.5, Build 6696.24423 - Build on 5/2/2018 1:34:06 PM UTC - Release Core: Optimizing for 8 64-bit processors Core: Compiled for .NET 4.0 RandomImpl: CSPRandom (Software) Core: Loading config... Scripts: Compiling C# scripts...Failed with: 4 errors, 0...
  5. Anyway to revitalize the Uo Community?

    As the Title says, does anyone have any idea or suggestions on how we can revitalize the Community?
  6. Vita-Nex

    Clean Lastest Servuo SVN - Vita Nex Doesn't seem to compile. @Voxpire List of Errors:
  7. Pandora's Box 3 Download

    Oppps.... My bad!
  8. Pandora's Box 3 Download

    Another broken Link :(
  9. UO Progressive server

    @Voxpire That's a pretty neat idea. I have no intentions of opening a server. I don't have the time to do so. I was just curious if anyone has attempted it.
  10. Tell me how to fix it?

    I don't think servuo natively supports the 3D client yet.
  11. UO Progressive server

    Hey there Servuo Community. I was tossing the Idea of a progressive UO Server. Something like starting at AOS then eventually updating to SE -> ML -> HS -> SA ->TOL I was also thinking about UO:R being a starting place but that could be tedious. Has anyone ever tried something like this?
  12. UOFiddler UOP Extractor plugin (version 0.1)

    Download doesn't work
  13. How to determine a typeID

    Oh, I'm so stupid!! I should of saw that! Thank you!
  14. How to determine a typeID

    Hello, I'm fooling around with vendors and what items they stock. In the GenericBuyInfo method, it refers to one of its arguments to a typeID. How does one determine what a typeID is? The file reference is SBCook.cs in the vendorInfo folder line #61 This.Add(new...
  15. Playermobile Serialization and Deserialization help

    Hello, I've added in a few variables into the PlayerMobile.cs file. I'm having issues with the Serialization or Deserialization of the variables I guess? Error.. An error was encountered while loading a saved object - Type: Server.Mobiles.PlayerMobile - Serial: 0x000003C3 Delete the object...
Back