Recent content by Lexshmyr

  1. Lexshmyr

    Cleanup Points

    I wrote up bug report 4980. It has the instructions to fix the SA spawns and decorations other than Chaga mushrooms and the silver sapling. Arvoreen gave the direct link to that thread above, so I won’t repeat it. There is a command to actuate the decorations that you have to execute after you...
  2. Lexshmyr

    Cleanup Points

    Follow the steps in the bug reports for the SA content. That gets everything to load. The code from True UO is for the Sacred Quest which your character does for entering the SA dungeon. I replaced that quest file and it requires one reference from BaseQuest.cs. I think I just grabbed these...
  3. Lexshmyr

    Cleanup Points

    There are probably 3-4 other posts in the Bug Report forum. The one that arvoreen mentions will fix most of all the SA content. Here is what I have from my notes getting SA functional. The first 6 are needed, while 7-12 are either nice to have or improvements I found and made. 1) As for...
  4. Lexshmyr

    Cleanup Points

    You need to configure the cleanup officers manually. Also I had to manually add and lock down public trash cans. Most of the server will configure with the [createworld menu, but this one is not included. The other major things I have found in Pub 58 still needing attention is getting SA to...
  5. Lexshmyr

    Mooring Line dont appear on Galleon

    What have you tried to narrow down the issue? Is this a new setup or did it work for you previously?
  6. Lexshmyr

    Mooring Line dont appear on Galleon

    Is this the fix you are looking for? https://github.com/ServUO/ServUO/commit/fab580f89e03c394722bb1d6eed1541bda77aef8
  7. Lexshmyr

    Need HELP ubuntu repo 58 crash

    I had the same issue 11/29/2021 and DarkLotus helped me fix it. You are lacking the libz library. I fixed it by installing the library with a command like: 'sudo apt-get install libz-dev ' You can google the actual syntax if it is incorrect for your system.
  8. Lexshmyr

    How can I trace a console message?

    I want to learn how to figure out where the source of the message is. I do not know specifically what caused it, but here are the steps I did between looking at the console. Logged in as the owner of the instance as the solo 'player'. I logged in and was at the Luna bank. [go abyss This drops...
  9. Lexshmyr

    What is the correct method to setup persistent content?

    Initial startup and [createworld used to generate everything that it will. There are still some things that are lacking which are not covered by [createworld. When I reboot the server, my content that I have added does not return. I am convinced it is because of HOW I have done it. My question...
  10. Lexshmyr

    Me again :) Loot Drop Percentage Questions

    Your initial logic structure (after fixing the references) would be more like: 30% of the time drop one if the items 25% of those instances (balanced drop of pieces over time). Roughly 7.5% (30 / 4 = 7.5 ) of the time would give 1 specific piece. Using the "Random(10)" gives when the number...
  11. Lexshmyr

    Me again :) Loot Drop Percentage Questions

    Utility.Random() wants a value in the parentheses... so "Utility.Random(100)" in your case. The error message is stating that the method Random does not have any entries to know what to do when no parameters are passed to it.

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back