Recent content by Ozzer2016

  1. Ozzer2016

    Good resources for learning C#

    Awsome the way things are heading https://www.msn.com/en-gb/news/techandscience/the-best-coding-toys-2020-from-robots-to-ipad-games-these-toys-will-help-teach-your-kids-to-code/ss-BB11U6Km?ocid=spartandhp Awsome for the very young!
  2. Ozzer2016

    Good resources for learning C#

    Quality Tutorials guys, you'd normally have to pay for these. 1588070125
  3. Ozzer2016

    Disconnect after login on public ip

    Had you made a exception in your firewall?
  4. Ozzer2016

    Request Essence UCS

    https://www.servuo.com/archive/essence-ucs.188/
  5. Ozzer2016

    How do I remove certain animals from the crystal?

    https://runuo.net/wiki/index.php?title=XML_Spawner 1586182379 https://www.servuo.com/threads/xml-spawner-tutorial.98/
  6. Ozzer2016

    An error was encountered while loading a saved object

    Awsome m8, glad you got it working :) Good job :)
  7. Ozzer2016

    An error was encountered while loading a saved object

    Sorry m8, i cant help you then. It seems those vampire files has changed things but we dont know what has been changed. Hopefully 1 of the Pro Coders might be able to help you. Lesson of the day Back up whole server folder.
  8. Ozzer2016

    An error was encountered while loading a saved object

    The vampire parts arnt commented out in above script, the title of vampire is but not the code 1586168021 if you want to comment out a line use // if you want to comment out a block of code use /* at start of code and */ at the end of the code to be commented out.
  9. Ozzer2016

    An error was encountered while loading a saved object

    You edited playermobile.cs baseweapon.cs and AOS.cs right? Runuo uses different .net svn ect files are differnent, the vampire system im looking at isn't for the version we use. Your best bet is to forget the vampire system and work on getting your server running again. By replacing the...
  10. Ozzer2016

    An error was encountered while loading a saved object

    Looks like you've broken player mobile. Take playermobile.cs and Basewepon.cs from a backup and replace the ones you have broken, delete vampires and try to make a vampire system yourself, read the vampire files and try to understand what is happening then make your version of that. The...
  11. Ozzer2016

    Mount delete on death.

    Hi Guys, how do I add delete mount on death to this NPC, the npc is to drop skill scrolls for the squire system. using System; using Server; using Server.Misc; using Server.Items; namespace Server.Mobiles { [CorpseName( "an squires enemy corpse" )] public class SquireSkillNPC ...
  12. Ozzer2016

    Squire System borrowed from RunUO

    macros :) Iv added a NPC that drops 1 of the squire skill contracts and iv added that to a event on random spawner.
  13. Ozzer2016

    Daat 99 token trash backpack problem.

    Try this one. 1585942768 http://www.angelfire.com/trek/daat99/Scripts/Scripts.html 1585943464 https://www.servuo.com/threads/working-token-system.10985/ Looks like Lokai has already fixed this before.
  14. Ozzer2016

    Daat 99 token trash backpack problem.

    yeah you need them all, the system calls for the others.
  15. Ozzer2016

    Daat 99 token trash backpack problem.

    you need them both installed for Daat99's Token system to operate so that you get Token's for trash.
Back