Search results

  1. 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...
  2. Nikodemus

    请求帮助

    AI を使わないで、学びなさい。
  3. 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...
  4. 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...
  5. Nikodemus

    Cursed Spirit

    That needs to be thoroughly tested ;) Nice that you're back, hit me up on Discord.
  6. 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...
  7. Nikodemus

    OrBSydia - UO Official Shard

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

    Christmas Calendar [Gump/Item]

    A nice idea
  9. Nikodemus

    MrRiots [Custom UO Art Package]

    You're never bored either ;)
  10. 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...
  11. 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.
  12. 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...
  13. 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...
  14. Nikodemus

    ChatGPT AI Assistant

    I think Microsoft Bing's AI is also very good now. But I think if Google doesn't switch soon, they will be done with them.
  15. Nikodemus

    ChatGPT AI Assistant

    The whole thing works anyway with a purchased key, who wants to spend 20 dollars a month when they already provide such technology for free. Apart from that, the tool is as dumb as bread, it writes whatever it wants and not what makes sense. It's code support, but let's be honest, that's all...
  16. Nikodemus

    Michelangelo Error 339

    Can anyone tell what error it is and/or how to solve the problem? Windows 10 client with new .NET Framework installed, as well as older versions. Started with admin privileges, but still encountering the same error. mmmhhh More than likely the control is not registered properly when the app...
  17. Nikodemus

    CentrED: Map editting help

    <?xml version="1.0"?> <CEDConfig Version="6"> <Language>D:\Ultima Online\Tools\Old\CentrED\CentrED+ 0.7.9\Language\German.ini</Language> <Port>2597</Port> <Map> <Map>I:\Ultima Online Classic\map1LegacyMUL.uop</Map> <StaIdx>I:\Ultima Online Classic\staidx1.mul</StaIdx>...
  18. Nikodemus

    CentrED+ Upload

    es, das ist die Version 6.1, ich glaube, es ist die letzte, die er aktiv mit Pascal entwickelt hat. Danke für deinen Link, obwohl ich ihn bereits kannte oder die Version habe. Ich dachte, vielleicht hat jemand hier die aktuelle Quelle, damit wir Grafiken und einige andere Dinge anpassen können...
  19. Nikodemus

    CentrED+ Upload

    centrED + "0.7.9" = Did any of you save the source code or have a source for it? Some things should be updated, not just the graphics.
  20. Nikodemus

    AI Skybox

    https://skybox.blockadelabs.com/37c47c8ac9328f6fbedc6078cedc3310 So realistic had nothing to do with my information. With the second picture, rather. https://skybox.blockadelabs.com/75bde9fa8ca6d8f5aa76fbd6f7147210
Back