Recent content by Nikodemus

  1. Nikodemus

    Wilson

    Ha ha, nice idea! We should indeed create a round table with new NPCs, maybe some that can program for us. We should definitely add a lot more new NPCs. And a boxing ring.;)
  2. Nikodemus

    Advanced interior tool

    Post the script in full with your extension here, and I'll take a look at it. I've seen something similar about 20 years ago, but the Gump design was different back then. Ultimately, you can rebuild it as needed, so you can go all out and encourage others to become creative.
  3. Nikodemus

    Advanced interior tool

    I've made it operational again and separated the classes. A similar, nicely designed version already existed; I'll get that running again too. You can take a look if you like. Colors should be better integrated; they could be expanded, along with the design of the gump, perhaps making it more...
  4. Nikodemus

    请求帮助

    AI を使わないで、学びなさい。
  5. Nikodemus

    A prefab system for streamlining building (Claude.ai generated based on CEO's YAAAG as ref)

    I would take the approach of reading out and converting UOAR, basically reformatting it. I think that would be the best solution. The architect needs adjustment anyway. I believe the Orbsydia team is back at it, one of them is around here. They should just release the source code so it can be...
  6. Nikodemus

    A prefab system for streamlining building (Claude.ai generated based on CEO's YAAAG as ref)

    It's no issue if you can't program; it turned out well. I tested and expanded it only so that if a folder isn't present, it gets created instead of the server restarting when the command [prefabgump is triggered. And the command is built directly into the Gump now. You can incorporate it if you...
  7. Nikodemus

    Cursed Spirit

    That needs to be thoroughly tested ;) Nice that you're back, hit me up on Discord.
  8. Nikodemus

    A prefab system for streamlining building (Claude.ai generated based on CEO's YAAAG as ref)

    public class PrefabGump : Gump.... private List<string> GetPrefabNames() { string prefabDirectory = Path.Combine(Core.BaseDirectory, "Prefabs"); // Check if the directory exists if (!Directory.Exists(prefabDirectory)) { // If the directory...
  9. Nikodemus

    OrBSydia - UO Official Shard

    A lot of time has passed, we're old school now
  10. Nikodemus

    Christmas Calendar [Gump/Item]

    A nice idea
  11. Nikodemus

    MrRiots [Custom UO Art Package]

    You're never bored either ;)
  12. Nikodemus

    Import graphics from the clipboard

    If then black on white.. whether I define the colors directly as transparent or ask them to convert to white. When importing, as you mentioned, something is lost or not available even if I calculate the file in memory, so something is still missing but will be figured out over time. For now, I'm...
  13. Nikodemus

    Import graphics from the clipboard

    It has been taken care of so far. I have outsourced it to a temporary directory. However, I am still working on enabling an import function for items using the clipboard. It doesn't seem to be working whether I ignore or convert the colors. Something else must still be set in memory.
  14. Nikodemus

    Import graphics from the clipboard

    I'm currently trying to implement an extension in UoFiddler, and I'm facing an issue where everything is imported from the clipboard except for the item list. In CentrEd, it is displayed correctly except for the white outline around it. However, on the server, the image is statically made white...
  15. Nikodemus

    Requiring NDA for ServUO code?

    I wouldn't work with someone in the freeshard scene who obligates others to keep silent and builds on code that doesn't actually belong to them nor is their creation. The fact is that the game and UO only thrive with the community and shards that build upon it. Sorry, but that developer should...
Back