Recent content by ruaduck

  1. ruaduck

    UO Architect 2.7.# Installation Steps for ServUO - 57 to Current (7/2021)

    In your instruction #4 where you commented out: spawner.SpawnNames.Add( t.ToString() ); Instead I changed mine to: spawner.SpawnObjects.Add(new SpawnObject(t.ToString()));
  2. ruaduck

    Misc Guild Moongates 1.0

    Description: This is an addon that allows you to give your guild their very own moongates with whatever locations they want. You can add multiple categories with multiple entites per category for each guild. They can only ever see their guild (same with admins). Setting GuildID = 0 will allow...
  3. ruaduck

    Pandora's Box (Reopened)

    @Voxpire are you still working on this project at all?
  4. ruaduck

    Crash Help

    That did it. I reinstalled windows server 2016. Installed only 4.7.2 .NET and then installed the vcredist x64 and x86. Now we will wait and see how i crash it next. HAHA
  5. ruaduck

    Crash help

    What was occuring when it crashed? Did you try to change a value in something or any commands?
  6. ruaduck

    Crash Help

    Thanks i will try this tonight. I am going to reinstall windows server 2016 fresh and do only the .net installs i need to do rather than start with an older image.
  7. ruaduck

    Crash Help

    Will do 1575862604 Still a no go. However reading the Crash File it shows that the .net framework it is using is the 4.0.30319.42000 and not the 4.8 or the 4.7.2 . Both do show installed on my server.
  8. ruaduck

    Crash Help

    Still a no go. Ran everything as Admin. ServUO - [https://www.servuo.com] Version 0.5, Build 7281.36642 - Build on 12/8/2019 8:21:24 PM UTC - Debug Core: Running with arguments: -debug Core: Optimizing for 8 64-bit processors Core: Compiled for .NET MONO/CSC/Unknown RandomImpl: CSPRandom...
  9. ruaduck

    Crash Help

    I know i installed 4.7.2, but i am installing 4.8 now.
  10. ruaduck

    Crash Help

    Just got my server up and running in my house. It is a PowerEdge 2950 with Windows Server 2016. Downloaded the most current version and installed .net 4.7.2 and Compiled with Complie.WIN - debug. Get this crash report when i try to use [createworld Server Crash Report ===================...
  11. ruaduck

    I'm rewriting MyRunUO, need help from busy shard

    @Voxpire I have not been able to get your paperdoll.php to work with my server as it seems all the items come back as flagged and doesn't show an image. I posted a few things on a thread here about it, and also forked your SVN and made some changes with errors that i was getting. Could it be...
  12. ruaduck

    I'm rewriting MyRunUO, need help from busy shard

    I have been wanting to get paperdoll.php to work with my server lately. I have not been able to get it to work with my current version, so if you are wanting help I am most willing to help.
  13. ruaduck

    Updated paperdoll.php

    So I figured out the unpack error. Unpack no longer accepts q*long as an argument, you need to go to f*long if you are wanting to do a long. so now in the debug I get this, but I do not get an image. Initializing Database... Done! Initializing Character... Query Database: SELECT * FROM...
  14. ruaduck

    Gold stacking

    Fireball, just keep working with Crome and he will have that resolved for you. As for the stacking issue. It is the way it is on OSI. It does not make it fully into 60k stacks. It just goes back to last location if the amount will be greater than 60k.
  15. ruaduck

    Hello! Looking to start my own private shard!

    Welcome and good luck! It is always a fun enterprise to start up your own server.
Back