Search results

  1. 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.
  2. 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...
  3. 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...
  4. Aetherius Shadowblade

    Compile Issue

    ServUO - Newest version Mono - current stable version DotNet - 7 Moved from my remote server to a home server to save money, and I am back to just me working on this, again. Get everything set up right, at least I thought I did. Do I need to upgrade ServUO, because its been a while since I...
  5. Aetherius Shadowblade

    Setting up test server in virtualbox

    Getting these errors after compiling and starting client.
  6. Aetherius Shadowblade

    Working with MS Visual Studio

    Working with one of the many packages on here, seen a youtube video suggesting I should use VS, so how do you use VS to edit errors and stuff in the scripts?
  7. Aetherius Shadowblade

    WineKey from WineCrafting Problem

    Getting this error on a winekeg for the winecrafting package, was this changed to something else? Instead of ICraftable, maybe something different. //================================================// // Created by dracana // // Desc: Crafted Wine Keg item and definitions...
  8. Aetherius Shadowblade

    I made a token for github, changed access from ssh to https, but yet I am still getting an error

    I made a token for github, changed access from ssh to https, but yet I am still getting this error: remote: Permission to USERNAME/ServUO.git denied to USERNAME. fatal: unable to access 'https://github.com/USERNAME/ServUO.git/': The requested URL returned error: 403...
  9. Aetherius Shadowblade

    Adding custom leather, getting errors

    Working on adding custom leather using this post Code - Adding Custom Leather. But still getting these errors when the item is in there and added correctly, I hope. /root/ServUO/Scripts/Items/Equipment/BaseArmor.cs(228,15): error CS0117: 'ArmorMaterialType' does not contain a definition for...
  10. Aetherius Shadowblade

    Asking opinions to make monsters more balanced and neutral, not die, die, die

    Picked up some custom quests from a previous shard that someone posted, and I see some monsters a little high in damage (in my opinion), so I was wondering, in your opinions, what would be a good range, or specific number, to make the monsters more balanced and neutral, rather than a "die, die...
  11. Aetherius Shadowblade

    Adding teleportation to an item when double clicked

    Watching an old 80s cartoon called "Dungeons and Dragons", I seen a chest on an episode that would allow people to travel to different locations and worlds. So I thought how wonderful and dangerous for the players if there was a chest that would send a player to a specified map location when it...
  12. Aetherius Shadowblade

    Adding Resistances with Custom Levels

    Wondering how to add resistances but with numbers that I want. i.e: Physical Resistance = 25; Instead of: Physical Resistance = 4;
  13. Aetherius Shadowblade

    Note script and gump

    I found the note script in the ServUO files, but how do I add text to it with scrollable content that people can open and read. I get to open it is maybe -- Public Override OnDoubleClick { get Send.Name-of-gump } or something close to it.
  14. Aetherius Shadowblade

    Setting custom armor rating on an item

    How would I add a custom armor rating to an item, like a shield, arms, legs, etc. under the newest repo.
  15. Aetherius Shadowblade

    Scripts.dll could not be opened -- Image is too small

    Just now getting this error. Put in some scripts, had many errors, took them out and decided to put them in one at a time, then I get this error: CSC : error CS0009: Metadata file '/root/ServUO/Scripts/bin/Release/Scripts.dll' could not be opened -- Image is too small...
  16. Aetherius Shadowblade

    Errors with Make Compile

    A friend has this server that I wish to clean up some. I know Linux would be great for this fishing trip. When I run make, I get the following error output. ServUO - [http://www.servuo.com] Version 0.5, Build 8051.14389 Publish 54 Core: Optimizing for 8 64-bit processors Core: Unix environment...
  17. Aetherius Shadowblade

    Experienced Custom Map Maker, I Have Questions

    How do I make a custom map? I have one with nothing but dungeons on it from Carl's website and I added a bunch more. How do I get that to render correctly? I followed all of the tutorials out there, but they don't seem to help.
  18. Aetherius Shadowblade

    Using a spawner to start a spawner

    Setting up two spawners with XMLSpawner, I would like the 2nd to spawn its group when the 1st one's group goes below X number of monsters, not hit points. Can someone help with this one?
  19. Aetherius Shadowblade

    Linux Bash Script To Restart Server On A Crash

    If this is in wrong forum, sorry. But there is no forum for Linux or Mono Scripts. . . . . . . I made a script a while ago that will, upon the server crashing, will restart it automatically without any human intervention. For all you people who are first starting out on your own projects, and if...
  20. Aetherius Shadowblade

    Script help

    Here is what I am trying to do... I thought it would be great if players if walk up to a painting, double click it, and see a larger gump version of it. So, with that in mind, I started editing the latern script and using the override gump line from commodity box script to try and get it...
Back