Search results

  1. Juzzver

    After Login i see Black

    This part looks the most suspicious, as it is unknown how you did it and how successfully it went. You can install a clean OSI client, specify the path to it in ServUO, and check if the issue is gone. If the problem persists, the issue lies in the server-side configuration. If the problem is...
  2. Juzzver

    I search Complete Item Database, or way to create

    It's possible to make a gump with categories which can be filled automatically based on item FLAGS, like: Door, Wall, Stairs, Surface, Wet, Wearable, etc. You can get this info based on IDs from TileData & ItemData in ServUO.
  3. Juzzver

    Hello World! ;D

    Pub58 still not released and contains core bugs what can provide problems in future. Better to use stable 57.4 release or recent updates from github for pub 57
  4. Juzzver

    Adding scripts

    https://www.servuo.dev/threads/pet-shrink-for-57-2.15029/ https://www.servuo.dev/threads/xanthos-suite.13789/
  5. Juzzver

    Adding Sovereigns to LootPack.cs

    It can depends on Expansion what do you use. If this is EJ, try to copy same entries to region SE definitions if expansion is Pre-AOS, do this for Pre-AOS definitions
  6. Juzzver

    How to enable website registration for ServUO?

    The easiest and fastest way is to create a registration form on the website and store the data in a website or server side database. When player is attempting to connect to a game, if ServUO doesn't find such an account, it accesses the database. If one exists, ServUO first creates it and then...
  7. Juzzver

    How to *yoink* parts of a map

    You can try to do it via UOFiddler
  8. Juzzver

    Looking to hire specialis in cybersecuity and server management

    Feel free to contact me PM or Discord for a more detailed discussion.
  9. Juzzver

    Recall Issue

    The script is working correctly. The issue is likely related to the Rune Book you're trying to recall through. If you made any changes to the Runebook.cs, this could be the cause
  10. Juzzver

    Recall Issue

    Did you do any custom changes ? Post your version of Recall.cs
  11. Juzzver

    57 Vs 58

    58pub is currently unstable and has no releases. 57.4 is considered a verified release. You can also use the latest updates from the repository for 57pub.
  12. Juzzver

    CastRun

    Answer in the second post. Need just disable BlocksMovement value public virtual bool BlocksMovement { get { return false; } }
  13. Juzzver

    My compiler for RunUO 2.0 gives an error.

    Something is wrong with the reflection method trying to find the expected "void RegisterThrottler" method with its arguments. It likely doesn't exist or has different arguments in the method signature. You have Inititialize method in PlayerMobile.cs code what tries to call this reflection...
  14. Juzzver

    How to make all Monsters Tameable and Rideable

    just change next value in BaseCreature.cs m_bTamable = false; to: m_bTamable = false;m_bTamable = true; and all new spawned creatures will be tamable. To set the same for exists creatures, you could use next command: [global set Tamable true where BaseCreature but your creatures won't have...
  15. Juzzver

    Housing

    You can change the price in HousePlacementTool.cs
  16. Juzzver

    Custom Item Help Moveto Help

    You can use MoveToWorld method to teleport the pet to the owner. example: d.MoveToWorld(from.Location, from.Map);
  17. Juzzver

    Linux Server Crash on save

    have you added all required zlibs near the exe file?
  18. Juzzver

    Which expansion do you think is the most realistic?

    Starting with the ML expansion, exciting instanced bosses have appeared for solo and group raids. There are also an increased number of artifacts, etc. There are also new dungeons, weapons, spells, and abilities. In SA/HS content, these opportunities become even more numerous, expanding the...
  19. Juzzver

    All-In-One: Installer, Patcher, Launcher (IPL)

    It's best to use a copy of the files to avoid possible file read thread blockages and to prevent any unauthorized changes to the game files that could affect the launcher files. The Launcher Server has a specially reserved folder for this purpose: Ultima Online.
  20. Juzzver

    client server question - solved

    There's probably no difference. I believe 57 Pub supports all client versions starting with version 4. To start a second server, change port 2593 in the server configuration to any other port, such as 2594.

Donations

Total amount
$40.00
Goal
$500.00

Shards

Back