Recent content by djredman99

  1. djredman99

    Home Supply Crates

    Ruldaen, you will have to learn to use a program called UO Fiddler. Are you familiar with it? Basically the process is packing the new art into a free slot in the data files (either MUL or UOP files, depending on your client version) and then using those files on both the server and client...
  2. djredman99

    Hello all!

    Hello there @nathansl2003 and welcome
  3. djredman99

    Date based Event Automation

    So are you just looking for help with kicking your event off at a specific time or are you wanting help with the event itself? If you are knowledgeable with C# it would be quite simple to have your event generate on a DateTime. I'm new to ServUO but off the top of my head I would: create an...
  4. djredman99

    Ter Mur and Blackthorn region issues

    Is it me or is there no Edit button on the initial post of a thread? So, I need to correct myself. 1. Meant to say I have played free shards that do NOT have those areas enabled so I am unfamiliar with them. 2. The first image is from Stygian Abyss (not Ter Mur), and is the Peerless room, so...
  5. djredman99

    Ter Mur and Blackthorn region issues

    So, my playing experience over the last decade has been strictly on a free shard that does have Ter Mur implemented (capped at ML ruleset/features). Exploring the map I feel like something is not quite right with both the Ter Mur region and while wandering through Castle Blackthorn's dungeon...
  6. djredman99

    Programmatically manipulate mobiles?

    But, let's say I want to prevent players from boxing in the NPC with some objects. Can an XMLSpawner deal with that? I know I could in code. Additionally, if no member of the quest party follows along with the NPC, I can make it stop and prompt the party to follow them again, even return to...
  7. djredman99

    Programmatically manipulate mobiles?

    Ok, so I am becoming more familiar with the code base and the owner capabilities in game. I’ve been spending time with spawners, looking at how quests work, etc. So, here is something I’d love to figure out how to do, and if not implemented, what code would need to be written to make it...
  8. djredman99

    Looking for a particular power scroll skill boost alternative

    I personally have never seen a custom system like that. Not sure I would be as optimistic as you in thinking someone else has built it for you.
  9. djredman99

    pre pub16 bard skills

    Ok, so in the code when you provoke 2 mobs together, they set each other as their aggressor. Look at \Scripts\Skills\Peacemaking.cs on line 131 if (m is BaseCreature && !((BaseCreature)m).BardPacified) { ((BaseCreature)m).Pacify(from, DateTime.UtcNow + TimeSpan.FromSeconds(1.0)); } This is...
  10. djredman99

    pre pub16 bard skills

    When you say "area peace don't reset their agressor bard list", does that mean peacemaking is not stopping two creatures from fighting if they are already provoked?
  11. djredman99

    pre pub16 bard skills

    I'll take a look this evening to see if I can track down where barding is being handled. I'm new to ServUO so don't expect an immediate answer but I'm a developer by trade so I should be able to figure it out.
  12. djredman99

    RunUO scripts. Would anyone like them posted?

    Putting them on GitHub would be a great choice as well. Lots of Open source stuff out there as well as where ServUO is located. I think it would be the best place for it since it would preserve them long-term. You never know what will happen with this site (look at RunUO for instance) and...
  13. djredman99

    Metals Doors that open/close

    Ahh, that certainly was not obvious to me. Thanks!
  14. djredman99

    pre pub16 bard skills

    When you say you are not that good at coding can you elaborate some? Do you know C# or is that a mystery to you?
  15. djredman99

    Cant move in Eodon and Blackthorn.

    Did you get this figured out Moti?
Back