Search results

  1. Grimoric

    Stuck on Creating character...

    It is the last AOS client under Ultima Online: Kingdom Reborn. I have patched a client for you, sins you will probably not be able to find it anywhere. I named it AOS2D_Win32_Full_Client_6-0-14-3-GRIM.zip just replace the files in your AOS installation. It can be found here...
  2. Grimoric

    Local server problem..

    Have you tried? int ICommodity.DescriptionNumber { get { return 1116792; } }
  3. Grimoric

    Local server problem..

    Did you replace public override string DefaultName { get { return "Magic Wood"; } } with publicoverrideint LabelNumber{get{return1041498;}}// oil cloth -Grim
  4. Grimoric

    Local server problem..

    Upps my bad! using System; using Server; using Server.Items; namespace Server.Items { public class MagicWood : BaseReagent, ICommodity { int ICommodity.DescriptionNumber { get { return LabelNumber; } } bool ICommodity.IsDeedable { get { return true; } } public...
  5. Grimoric

    Stuck on Creating character...

    Actually, it seems like it is compatible with the last patch of SE (4.0.11c) for the AOS client. Give me a second, I will test how far back I can go. Edit: It looks really dark, ServUO seems to not be able to handle items in your backpack until 6.0.5.0 or around that point. I did in my testing...
  6. Grimoric

    Stuck on Creating character...

    Hello, ServUO/RunUO don't support 3.x.x clients and older. What you need to do is log how your packet for creating a character looks like. This can be done with this tool. (I use it in a WM with a 32-bit windows 10) Download RunUOSpyUO.RAR https://code.google.com/archive/p/runuo/downloads...
  7. Grimoric

    Old patchlog inside your client directory.

    Hello, I need some help to locate patchlog files for older clients, this would help me to see what files where included. I'm looking for full (or half) patches of Win32_LBR2D, Win32_AOS2D, Win32_ML, and Win32_SE. (Verinfo file will tell you this information) The file is inside your client...
  8. Grimoric

    Local server problem..

    using System; using Server; using Server.Items; namespace Server.Items { public class MagicWood : BaseReagent, ICommodity { int ICommodity.DescriptionNumber { get { return LabelNumber; } } bool ICommodity.IsDeedable { get { return true; } } [Constructable] public MagicWood() : this(...
  9. Grimoric

    Local server problem..

    Could you show the source of that file: MagicWood.cs My guess is that you still are using the image/ItemId for DeadWood, 0xF90 in line 18, this also uses the name of that item. https://github.com/Grimoric/RUNUO/blob/master/devel/Scripts/Items/Resources/Reagents/DeadWood.cs // Line 18: public...
  10. Grimoric

    Local server problem..

    1072543 - You chop some yew logs and put them into your backpack. That (1072543) value is the message you get when you have successfully gathered some resources. It is based on this structure: https://github.com/Grimoric/RUNUO/blob/master/devel/Scripts/Engines/Harvest/Core/HarvestResource.cs...
  11. Grimoric

    Hi

    I think the issue here is that SOA is another game and that would be a completely new project with its own website. We are working with ServUO and can support RunUO on this site sins ServUO was based on it. If you are interested you could always ask if there is anyone else interested in SOA and...
  12. Grimoric

    Local server problem..

    You add it to the plugins directory. Then open fiddler select plugins and manage. Cross UOP Packer and restart UO Fiddler. -Grim
  13. Grimoric

    Local server problem..

    You need UOFiddler4.6 if you going to work on your own server. It is a program that allows you to read internal files inside the client. What you are looking for is CLILOC, that is the way UO handle different languages in the client. For later use, there is a UOP packer/unpacker tool that you...
  14. Grimoric

    UO Client 3.0.8s/3.0.8z-4.0.3b (Borg_Server.DLL)

    Does anyone know anything about the Borg_Server.DLL it was added as a resource inside the client.exe from the release of AOS. It was first time present in 3.0.8s on the German release and was later patched to every client in the first AOS patch called 3.0.8z and disappear again in client 4.0.3c...
  15. Grimoric

    Local server problem..

    What you are looking for as Sahisahi did mention is CurrentExpansion.cs. https://github.com/Grimoric/RUNUO/blob/master/devel/Scripts/Misc/CurrentExpansion.cs Line 8: private static readonly Expansion Expansion = Expansion.HS; This can be set to None, T2A, UOR, UOR, UOTD, LBR, AOS, SE, ML, SA...
  16. Grimoric

    Detecting house

    https://github.com/ServUO/ServUO/blob/master/Scripts/Items/Addons/BaseAddon.cs Line 91: var house = BaseHouse.FindHouseAt(this); Line 102: if (house != null && (house.IsOwner(from) || (house.Addons.ContainsKey(this) && house.Addons[this] == from))) -Grim
  17. Grimoric

    Local server problem..

    That is a good solution to start with, and then you have learned how things work you might prefer an old expansion in a later stage. -Grim
  18. Grimoric

    Local server problem..

    It is not that strange problem, there is only a few of us that I working with older expansions. The real issue here is that RunUO/ServUO Trammel facet is made for a UOSA client. I would guess that the NPC spawn is a part of new haven and the map has changed around Occlo (and other places). It...
  19. Grimoric

    Thoughts, Opinions, Guidance?

    I would say that it is the owning of one of the longest still running MMORPG that is the main interests for Electronic Art. I don't think that is it a lot of money to make on the game anymore. The copyrights for the series is another aspect. I don't think they would sell just the rights to the...
  20. Grimoric

    gold_win32_5-0-9-1.RTP/PAT

    Grimoric submitted a new resource: gold_win32_5-0-9-1.RTP/PAT - Missing patch Read more about this resource...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back