Recent content by Aetherius Shadowblade

  1. Aetherius Shadowblade

    Used ChatAI to make a rat horde script, it is near perfect, but need help with it

    using System; using Server; using Server.Mobiles; namespace Server.Mobiles { public class RatHorde : BaseCreature { public override bool AlwaysMurderer => true; [Constructable] public RatHorde() : base(AIType.AI_Melee, FightMode.Closest, 10, 1, 0.2...
  2. Aetherius Shadowblade

    Used ChatAI to make a rat horde script, it is near perfect, but need help with it

    I used ChatAI to make a rat horde, and it is near perfect, the only problem I am getting is from this bit of code when I want it to add a pack of rats, instead it only adds one.
  3. Aetherius Shadowblade

    Organize and OrganizeUI

    Here is for a feature that should be added. How about allowing the player to pick the container to be organized so he doesn't have to go looking for things that he didn't want to be tossed into the mix. Maybe a pick container everytime, or a "set container" option.
  4. Aetherius Shadowblade

    Server freezing both in the console and in the game.

    Got it working. thx all. It was the rising tide event.
  5. Aetherius Shadowblade

    Server freezing both in the console and in the game.

    Where is the script for that gump?
  6. Aetherius Shadowblade

    Server freezing both in the console and in the game.

    As most of you know, I am an advocate for using Linux to run a server. However, since dot net files are like a stubborn animal and only likes to work when they want to, I decided at one time to switch over to windows. When I did, I did get a server running without any problems, and things were...
  7. Aetherius Shadowblade

    Linux - Fails to Compile (System.Enum)

    install latest version of mono with: sudo apt install mono-develop[ that will install everything related to mono. update your gcc compiler, that might be a problem. and beyond that, not sure.
  8. Aetherius Shadowblade

    .Net Frameworkv4.8, Tried Everything, Need Help

    So, I rebooted the server and the computer itself. Issued the command: dotnet build -c Release And out comes this little error: The command could not be loaded, possibly because: * You intended to execute a .NET application: The application 'build' does not exist. * You intended...
  9. Aetherius Shadowblade

    .Net Frameworkv4.8, Tried Everything, Need Help

    Tried that. Didn't work.
  10. Aetherius Shadowblade

    .Net Frameworkv4.8, Tried Everything, Need Help

    Ubuntu 23.04 Command Line ONLY I have tried installing .net frameworkv4.8 in various ways to no possibility of getting it installed. I have tried the following ways: Download Stable Mono - Download - Stable | Mono Installed Wine - https://wiki.winehq.org/Ubuntu I even tried...
  11. Aetherius Shadowblade

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

    great, so servuo might have just out built themselves from the client. GREAT! Did that, replaced with . . . AppendCompilerOption(ref sb, "/langversion:8.0.100"); /*7.3*/ still will not compile, same error.
  12. Aetherius Shadowblade

    In the look for a GM or 2 for Help.

    Sure, hit me up on discord and lets see what you got and what I can do.
  13. Aetherius Shadowblade

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

    Apparently I didn't get it fixed. Oh yes, I am running Linux, command line only. I followed ServUO's github page about installing sdk7, which installed, tried installing .netframework4.8.1 from various sources of tutorials, which is not happening because each file wants to open a window to...
Back