Recent content by Celisuis

  1. RunUO "Our Journey Has Ended"

    It's been a long time coming, but that doesn't mean it's `officially` over. As Soteric said, Mark and Eos will still maintain the code, they won't let it go to dust. It's a shock, but that said, it's not the end.
  2. Plex Server

    Not sure if this is allowed here, feel free to remove or edit otherwise. Hello All, I am setting up a Plex server, and was wondering if people wanted to contribute to it.
  3. Weird Errors

    Here's the code I added: AlignmentCore.cs #region Header /******************* Sacred Earth: A World In Peril * Private Copy. * Not for Distrubution */ #endregion #region References using System; using System.Collections.Generic; #endregion namespace Server {...
  4. Weird Errors

    Also weird in VS203 - it doesn't say there in any errors whatsoever.
  5. Weird Errors

    I hit `Goto to Declaration` in VS2013 Ultimate, and it simply open up effects.cs.
  6. Weird Errors

    I attempted adding using Server; and using Server.Effects; to no effect. Like I say, it comes up in several scripts - whole error log: CS0234: Line 942: The type or namespace name 'PlaySound' does not exist in t he namespace 'Server.Effects' (are you missing an assembly reference?) +...
  7. Weird Errors

    There is an Effects.cs in server. And these are stock files....
  8. Weird Errors

    Hello All, I am getting a significant amount of errors relating to Server.Effects namespace, almost like the SVN isn't compiling it. Here's one of the errors, but they are all similar and to do with Server.Effects + Spells/Third/Teleport.cs: CS0234: Line 96: The type or namespace...
  9. Sacred Earth: A World in Peril

    Hello All, Sacred Earth : AWIP is looking for help: We are needing: Lore Writers In-Game Spawners and Deco'ers Quest Scripters General Scripters. Add me on Skype - Rhian Rhi Macham
  10. Vitanex Help

    I am compiling using .4.0 as stated above.
  11. Vitanex Help

    So, I put Vitanex in my scripts folder, and I'm receiving this error: ---------------------------------------------------------------------------- ServUO - [http://www.servuo.com] Version 0.5, Build 5330.807 Publish Core: Running with arguments: -debug Core: Optimizing for 4 64-bit processors...
  12. Custom EC UOP Files

    Need something like: https://code.google.com/p/kprojects/wiki/Mul2Uop However, Knos.snoK never released the program. He did tell me he released all the information needed to make a program, but im not that programming savvy for it to work.
  13. Custom EC UOP Files

    I'm wanting to use the 3D Enhanced Client :)
  14. Custom EC UOP Files

    Thanks, I've got that downloaded :) But I've only managed to get to pack in Legacy UOP files for the 2D Classic Client.
  15. Custom EC UOP Files

    Thanks! But I'm looking for mul to UOP - not the other way around :)
Back