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

    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...
  3. 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...
  4. 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!
  5. Ixtabay

    How do I make player use an item?

    During character creation, I give players an item they need to take possession of by 2xclicking it. How can I make this happen automatically? PackItem(new Homestone());
  6. Ixtabay

    SkillBallPlus.cs

    Ixtabay submitted a new resource: SkillBallPlus.cs - [add SkillBallPlus Read more about this resource...
  7. Ixtabay

    Getting server information into variables

    I'm rewriting MyRunUO and need help getting the following information into variables using c#: Emu type Number of players online Total items Total mobs Expansion Starting with Expansion. (static) ExpansionInfo CurrentExpansion( get; ) (static) ExpansionInfo[] Table( get; ) (static)...
  8. Ixtabay

    using MySql.Data; using MySql.Data.MySqlClient; in Scripts

    I'm having some trouble compiling a ServUO.MONO.exe that includes MySql.Data.dll I can create other .cs files and compile without issues with -r:MySqlData.dll, and when I add this, ServUO compiles fine, but I get errors when it loads my custom scripts with using MySql.Data; using...
  9. Ixtabay

    MyRunUO for ServUO

    Ixtabay submitted a new resource: MyRunUO for ServUO - Website and server scripts to display character, guild, and shard information for ServUO Ultima Onli Read more about this resource...
  10. Ixtabay

    php script to return server status

    <?php /* shard_status.php v1.0 This is an example of how to get the status of a UO emulator (RunUO, ServUO, Sphere, etc.) by sending a packet to the shard address:port. \x7f\x00\x00\x01\xf1\x00\x04\xff Newer ServUO Shards will return something like this: Array ( [0] => ServUO [1] => Name=My...
  11. Ixtabay

    Gargish items appearing in ML

    Is there any way to prevent gargish rings and bracelets (gargoyle only) items from appearing in ML? I have not seen other gargish items drop, but rings and bracelets are appearing. # The expansion to use. Valid values are: # None Initial launch (not accurate at all) # T2A...
  12. Ixtabay

    Linux/Mono System.Dll reference errors

    RESOLVED!: Forgot to: yum install zlib-devel yum install unixODBC mysql-connector-odbc --------------------------------------- I was able to compile Ultima.Dll and ServUO.exe on CentOS x7.x but am getting errors. Here are the steps I followed: #Compiled Ultima.dll mcs -sdk:4.5...
  13. Ixtabay

    StatBall

    Ixtabay submitted a new resource: StatBall - Allows player to choose one stat to raise by value Read more about this resource...
  14. Ixtabay

    Skill titles missing?

    Perhaps I'm doing something wrong, but skill titles are no longer appearing on characters (ie. Journeyman Swordsman, Grandmaster Blacksmith, etc.) I'm using the latest ServUO, with AOS expansion set.
  15. Ixtabay

    HomeStone

    Ixtabay submitted a new resource: HomeStone - Works like the hearthstone in World of Warcraft. Can also be set to player's house. Read more about this resource...
  16. Ixtabay

    HomeStone.cs

    I found this old HomeStone.cs script, and need some help getting it to work. Getting this error: Errors: + _Custom/HomeStone.cs: CS0534: Line 311: 'HomeStone.HomeStoneSpell' does not implement inherited abstract member 'Spell.CastDelayBase.get' Scripts: One or more scripts failed to...
  17. Ixtabay

    How to return player race?

    I'm struggling to find an answer to this. I'm updating MyRunUO.cs to update a new field in the myrunuo_characters table. I thought getting the race would be as simple as: string race = mob.Race; but this is not the case. If anyone knows how to return player race, would appreciate a nudge in...
  18. Ixtabay

    I'm rewriting MyRunUO, need help from busy shard

    Hi Guys, As the title states, I've begun rewriting MyRunUO. It's been needing a facelift and new functionality for awhile, and my last release is now out of date with regard to both in php and RunUO/ServUO. I've got some time this week to knock it out, and would love some data to test it...
  19. Ixtabay

    CEO's Slots, Blackjack, and HiLo

    Ixtabay submitted a new resource: CEO's Slots, Blackjack, and HiLo - Updated for ServUO, All credit to the amazing CEO. Read more about this resource...
  20. Ixtabay

    SkillBallPlus.cs [Deleted]

    Ixtabay submitted a new resource: SkillBallPlus.cs - Pick 7 skills, SkillBallPlus raises to desired level and gives items based on skill selection. SkillBallPlus.cs Allows player to choose 7 skills to raise to level set. Default is 65 private double val = 65; All current skills are wiped...
Back