Search results

  1. ServUO (Pub 57) Escortables announcing "destination" when approached.

    Yes! Thank you very much RedBeard! :) I am not sure of what I am saying here, but I think a cooldown list like it works with bots could be a solution. Each time an escortable is talking, the serial is stored with a timer to remove it from the list. Then it is to validate the cooldown after the...
  2. SendLocalizedMessage with custom color

    I found this in Mobile.cs so it should work.. I usually send colored messages in gump, using HTML public void SendLocalizedMessage(int number, string args, int hue) So Mobile.SendLocalizedMessage(889765766457, "", color); should work!
  3. UO Black Box

    Use Visual Studio 2022, you have chances it reproduces while working on it! LoL I compiled in console mode, even having errors in VS and it was fine.. restarted with VS, 9 errors this time.. So VS was not removing all files in the references. I removed BB completely, screwed a bit my code...
  4. UO Black Box

    This is what I tried twice before posting.. and a third time gave the same results. I can not compile the server once the new files are installed because 2 files are missing.
  5. UO Black Box

    Installing the last update I get this. Step one : excluded files from project Step two : deleted files from HD Step tree: compiled ServUO -> OK Step four: added new files Last time I just copied over the existing files it did not work.. Any hint?
  6. Need help starting up

    Start by scanning and setting each file in the /Config folder. Your dad joining depends on the Server.cfg file in the /Config folder. If you are in LAN, no need to make the server public. Otherwise you need to set it public. Use auto-detect all the way for your IP, it works great! Do not forget...
  7. Need help starting up

    Howdy!! I based my install on this link: https://www.servuo.com/threads/newbie-and-starting-to-get-servuo-to-work-hopefully.13516/ Reading the header of your post, it seems you want the SA expansion. You will need to install Publish 57.3 Then.. what do you want/need to do? A lot of questions...
  8. 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`...
  9. Barding Difficulty

    https://discord.com/channels/110970849628000256/757623970555101296/1095329920894369932 I used this code as it is in Pub57 and it works great!! The information is retrieved from the instrument class and we did not find a way to override it, only modifying it before sending it back.
  10. UOFiddler, not sure it displays as it should..

    Oh ok so I was missing a step! So that's why my robe disappears when wearing it when I use 0 in animation? The post I found explaining it was stopping at TileData and it was fine since I was seeing the updated infos in the item tab. I will check for the animation part!! Now that git is back...
  11. UOFiddler, not sure it displays as it should..

    finally, the problem is I don't know how to add a new graphic and make it an item.
  12. 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...
  13. ServUO General questions for a newbie

    Howdy! Kita is right! I can tell you how I did my stuff, it will not work half of the time for you because of 8, 9, A reasons. The only ones I can give you a straight answer are : #2: Use Publish 57, this is the last one offering era validation #6 None! If you are past "C# for dummies", check...
  14. Pub57 code updates..

    I'm running on T2A era, so I was told I needed to use pub57. I'm not sure merging with another branch and keep the era is possible. If yes, please let me know! Critical updates for P57 are my worries. Thanks for letting me know it is still looked at and how to!! your understanding makes...
  15. Pub57 code updates..

    Oh I did bad.. I "assumed" PouwAhAhAhAhAhahAhAhA! What I want to do is update pub57 code, then merge it with my custom branch. A little bit of history.. First I followed the article to create the fork, then the custom branch to develop, BUT I used pub57 to create the branch, not master...
  16. 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` ...
  17. Setting up test server in virtualbox

    it comes with Mono, it's for graphics.. installing it should have fix the error
  18. Setting up test server in virtualbox

    ..due to: Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. It can not access System.Drawing for some reasons.. can you using Visual Studio?
  19. Sandboxed System Serialization

    I assume this method can also be used to avoid editing any object directly!? Like Mobile.. or Item..
  20. Error with GenTeleporter

    This I cannot say, it is my first time programming and coding ServUO.. or any UO.. but I have to admit it is not always easy using T2A expansion! I'm on teleporter scripting as well. I'll end modifying one to make my own I'm sure!

Active Shards

Donations

Total amount
$80.00
Goal
$1,000.00
Back