Search results

  1. Ixtabay

    Crash on [restart

    I've compiled ServUO.exe publish 57.1 and run with mono. It compiles and runs without issues until I execute a [restart command from the client. It seems on the restart that it forgets the path. The shutdown part of the restart seems to be working fine, but it fails when attempting start...
  2. Ixtabay

    MyRunUO for ServUO

    Now that the old version is working again, I want to focus on a new version that will read the new files. Since I have no idea how to read the UOP file directly from PHP, I guess the best place to start is my converting the UOP file. This is the latest conversion I found: Releases ·...
  3. Ixtabay

    MyRunUO for ServUO

    Hey Guys, I'm back after a loooong absence. I've updated MyRunUO to work with the most recent ServUO, PHP 7.4+, MySQL 8.0 odbc. It still uses the old MUL files, so hue values are out of whack, etc. I'll paste an updated version soon, along with some notes on how to get it working. Also, I...
  4. Ixtabay

    HomeStone

    Updated! Added Greystars mark routine and replaced depreciated OnSingleClick with OnAosSingleClick
  5. Ixtabay

    SkillBallPlus.cs

    Ixtabay updated SkillBallPlus.cs with a new update entry: Replaced ThrowingDagger with Boomerang and Removed Spellweaving from options Read the rest of this update entry...
  6. Ixtabay

    SkillBallPlus.cs - Replaced ThrowingDagger with Boomerang and Removed Spellweaving from options

    Replaced ThrowingDagger with Boomerang and Removed Spellweaving from options
  7. Ixtabay

    Tutorial: ServUO on free tier AWS EC2 (Amazon Linux 2 AMI)

    Debian has been my goto for many years, but today I decided to give Amazon Linux 2 AMI a try. I was a CentOS bigot years ago, but since Debian 5/6 have never looked back, until now that is. Not only does ServUO run very well, but the server CPU and Memory usage seems to be less under the same...
  8. Ixtabay

    Tutorial: Free AWS EC2 Shard on Debian

    Hi Everyone, It's been awhile since I posted, but a rainy day found me and I figured it was a good time to share some ServUO knowledge. AWS is a great place to host your ServUO Shard. Not only are the network and hardware performance fantastic, but you can actually run ServUO on their free...
  9. Ixtabay

    Really Noob Question

    Try turning off your firewall too.
  10. Ixtabay

    Hello again!

    Welcome back!
  11. Ixtabay

    Need help with email registration

    Good morning everyone! Years ago I solved this and even wrote an update to send emails via Google Apps emails account, but the source was on the old RunUO website and lost at some point. I was wondering if anyone would care to share a solution. I'm running my server on Debian 9. Thank you!
  12. Ixtabay

    Cant find servuo.sh?

    Create a link for mono64 so compiler doesn't complain. ln -s /usr/bin/mono /usr/bin/mono64
  13. Ixtabay

    Server Died :(

    any update on this?
  14. Ixtabay

    [SOLVED] Can't compile on Debian/Linux

    I wanted to drop this here in case anyone is struggling to compile with the latest mono and Debian 9. First, install a Debian 9 (Stretch) Minimal Server using this guide: https://www.howtoforge.com/tutorial/debian-minimal-server/ Switch to super user su Install the basics apt-get...
  15. Ixtabay

    Server Died :(

    I am able to reproduce the error with a newly compiled server on Debian 9, so am confirming the problem First, install a Debian 9 (Stretch) Minimal Server using this guide: https://www.howtoforge.com/tutorial/debian-minimal-server/ Switch to super user su Install the basics apt-get...
  16. Ixtabay

    MyRunUO for ServUO

    Check the path of the mul files and make sure it matches exactly (with proper case). Also chmod 755 the mulfiles directory.
  17. Ixtabay

    SkillBallPlus.cs

    Ok, I'll try to check this weekend when I have more time as I don't have RunUO 2.6 setup at the moment. In the meantime, the workaround above should work for you. Let me know. Cheers
  18. Ixtabay

    SkillBallPlus.cs

    Which version of RunUO/ServUO are you using? Are you using mono? I just tested on linux (mono) and windows (regular) with latest ServUO, with no errors. Here is a workaround: Online 20: Replace this: public string expansion = CurrentExpansion.Expansion.ToString(); With this: public...
  19. Ixtabay

    SkillBallPlus.cs

    Ixtabay updated SkillBallPlus.cs with a new update entry: Updated: Expansion and Gargoyle aware now Read the rest of this update entry...
  20. Ixtabay

    SkillBallPlus.cs - Updated: Expansion and Gargoyle aware now

    Players now will be unable to choose skills that are not normally available in their expansion, and gargoyles can choose throwing, but not archery.
Back