Search results

  1. reifus

    dotnet compiling error

    So turns up that I had only 600MB Ram free and it wasn’t enough to run the compiler. Just upgraded the droplet to 2GB and it works perfectly!
  2. reifus

    dotnet compiling error

    1 GB Memory / 1 Intel vCPU / 25 GB Disk It’s a recently new created droplet in DigitalOcean running Ubuntu 20.04
  3. reifus

    dotnet compiling error

    Hi everyone, I'm trying to setup ServUO on Ubuntu 20.04 (digitalocean droplet) Following the guide I copied the UOClassic game folder into path, then add path to DataPath.cfg, then run: After a good while trying to run I get the following error: Also when i run make i get the following...
  4. reifus

    Cast Spell on attackers targets

    After digging into this for a while I found out that the issue was the AI of the mob. For casting spells it’ll need to be either Necro or Mage AI. I wanted to force spell cast on a Melee AI mob with magic skills set to 100.0 but that won’t work.
  5. reifus

    Cast Spell on attackers targets

    Hey everyone, I’ve messing around with this for a while and I can’t get it working. I managed to get the spell to cast on the mob but he will cast on itself. Any help much appreciated:
  6. reifus

    Delete all facets but Malas (error)

    Hi evyerone I've been searching and all I found is how to delete "trammel". What I would like to do is get rid of all facets and keep only Malas. This is what I did so far: PublicMoongate.cs public static readonly PMList[] Lists = { Malas }; public static readonly PMList[] ListsYoung = {...
  7. reifus

    https://github.com/reifus1

    https://github.com/reifus1
  8. reifus

    GenGauntlet duplicated

    Hello! I've accidentally used the command to generate Doom2 (GenGauntlet) three times and I ended up having 3 x doors, 3 x monsters... etc Is there an easy way / command to undo what I did? Thank you in advance!
Back