Search results

  1. Aetherius Shadowblade

    Trying to create DM for the game

    First, I knew the title of the post would get people's attention. I am trying to re-create the little Dungeon Master from the 80s cartoon series "Dungeons and Dragons" as a town teleporter, then maybe what else from there. I have tried on my own, even tried AI (maybe I worded things wrong) but...
  2. Aetherius Shadowblade

    The ServUO Script Weaver (FREE FOR EVERYONE NOW!)

    Suggestive prompts to help us out would be nice. So we are not flying blind trying to make a prompt that will allow this to make a script for us. Just something to start off with, or something.
  3. Aetherius Shadowblade

    Gem Dragons !!!

    Check your server files on how other things breathe fire as examples. That might help.
  4. 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...
  5. 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.
  6. 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.
  7. Aetherius Shadowblade

    Server freezing both in the console and in the game.

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

    Server freezing both in the console and in the game.

    Where is the script for that gump?
  9. 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...
  10. 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.
  11. 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...
  12. Aetherius Shadowblade

    .Net Frameworkv4.8, Tried Everything, Need Help

    Tried that. Didn't work.
  13. 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...
  14. 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.
  15. 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...
  16. Aetherius Shadowblade

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

    whatever one they have uploaded on github.
  17. Aetherius Shadowblade

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

    I was hoping to keep up with the newest server, can I?
  18. Aetherius Shadowblade

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

    Did that, used these instructions to install mono-devel stable release of 6.12.0 Stable (6.12.0.199): https://www.mono-project.com/download/stable/#download-lin And when I used the command mono --version, I get this: Mono JIT compiler version 6.12.0.200 (tarball Tue Jul 11 21:37:50 UTC 2023)...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back