Search results

  1. Pub 57(.3) -> Ubuntu 22.04 -> Mono -> Empty Assembly Output

    (continuation from post: https://www.servuo.com/threads/ubuntu-net-4-8-errors.15607/) Howdy! So after setting up properly and using the right commands, I was able to "fix" this previous situation and.. another came! :) I joined a screenshot with all details of the error I receive on `make`...
  2. Ubuntu .NET 4.8 errors

    Hello! I am getting .NET 4.8 reference errors on `dotnet build` when building the shard's branch. I tried to install it. I tried : apt, apt-get, then snap, wine, winetricks, tequila shots, .. always getting many install errors, even using `--force`. I also tried to retarget using VS Comm...
  3. AddStatMod() fail?

    Howdy! So I added a stat mod, using AddStatMod(), a cc from another one I found in the code.. from.AddStatMod(new StatMod(StatType.Str, modName + "Str", 5, TimeSpan.FromMinutes(120))); After 2 minutes it was still ON, so I changed it for this from.AddStatMod(new StatMod(StatType.Str, modName...
  4. Overhead Title display (T2A)

    I am trying to show prefix and suffix overhead. At this point in OnSingleClick() method in Mobile.cs 12588 if (ClickTitle && Title != null && Title.Length > 0) 12589 { 12590 suffix = Title; 12591 } Title is null. I am trying to find where it is initialized. I tried to initialize `Title`...
  5. UOFiddler, not sure it displays as it should..

    Ok so it is my first time trying anything with UOFiddler.. I found a post which helped a lot, but I am missing something. I am trying to add a robe. It shows as it should be when adding it.. but once wearing it.. ouch! I am suspecting settings I used in UOFiddler. I based the settings on the...
  6. Pub57 code updates..

    I used this article to setup my my install, but I used `pub57` for the branch instead of `master`.. https://www.servuo.com/threads/using-github-to-manage-a-shards-custom-code-and-contribute-to-servuo.3627/ So I'm "assuming" when it's time to check for updates, I replace `master` by `pub57` ...
  7. Showart gump on Pub57

    Hi! We found a very nice command, Showart, on this forum and I have a little situation with it.. (Haanzen Show art gump) I get these 4 exceptions when running ServUO. I wasn't getting these before and just adding the file in the folder is creating the exceptions. I can't seem to figure out...
Back