Search results

  1. Screen ffreeze at Character Creation and disconnect.

    When creating a character in ClassicUO, it will freeze and get stuck. Simply restart the UO window.
  2. Making certain weapons and all Evo's not be able to attack other players

    public override bool CanBeHarmful(Mobile target, bool message, bool ignoreOurBlessedness) { /* if (target is BaseFactionGuard) { return false; } */ if (target is BaseMount) //不攻击坐骑类动物 { return...
  3. Time Command

    If there is an error, you can remove Utc, such as changing UtcNow to Now
  4. Confetti Cannon

    Sorry, I would like to use your script. My Runuo version is too old, yes NET2.0, so I made some simple modifications and I'm not sure if it's correct, but it can run: using System; using Server; using Server.Items; namespace Server.Items { public class ConfettiCannon : Item {...
  5. Time Command

    使用服务器; Provide a modification to enable this code to run on Runuo2.0: Using Server; Using Server Commands; Using Server Items; Namespace Felladrin.Commands { Public static class Time { Public static void Initialize() { CommandSystem Register ("Time", AccessiLevel. Player, new...
  6. In-Game Bestiary

    Good job! I provide a suitable solution Modifications to Runuo NET2.0 version: Translate the sentence from the 69 line script of BestiaryGump: Array Sort (Entries, (a, b)=>String. Compare (a.Name, b. Name)); Change to the updated statement: Array Sort (Entries, delegate (BestiaryEntry a...
  7. Standard NPC AI Bot Script - (Fully customizable)

    Contribute a version of RUNUO2.0: ============================================= Using System; Using Server; Using Server Items; Using Server Mobiles; Using System IO; Using System Net; Using System Text; Using System Threading; Namespace OpenAIBot { [CorpseName ("BOT's corpse")] Public class...
  8. Organize and OrganizeUI

    ===================== RUNUO2.0 SVN 1091 PLEASE HELP!!!
  9. UO OpenAI Project

    That's really a pity. Not all Server are updated with the latest version. We are one of them. Thank you very much for your reply. We will continue to provide an expanded version with our own characteristics, a balanced world of human beings and elves, and welcome your guidance at any time.
  10. UO OpenAI Project

    Core: running in. NET Framework Version 2.0.50727 Core: The server is using 4 64-bit CPUs for optimization Script: Loading C # script Load failed (4 errors, 0 warnings) Error: + Customs/UOOpenAI/API/UOOpenAI.cs: CS1519: Line 15: Invalid tag '=' in class, struct or interface member...
  11. UO OpenAI Project

    .Net2.0 RunUO svn1071 ===================== Error: + Customs/1/TomMacDonald.cs: CS1525: Line 108: Invalid expression item ">" CS1002: Line 108: should be input; + Customs/1/UOOpenAI.cs: CS1002: Line 298: It should be entered; Scripts: One or more scripts could not be compiled or no script...
  12. UO OpenAI Project

    Thanks!!!
  13. UO OpenAI Project

    .Net2.0 RunUO svn1071 ===================== Error: + Customs/1/TomMacDonald.cs: CS1519: Line 9: Invalid token '=' in class, struct or interface member declaration CS1519: Line 12: Invalid tag '=' in class, structure or interface member declaration CS1519: Line 15: Invalid tag '=' in class...
  14. 3 Chinese Boat

    very nice! This is an ancient Chinese ship! It has a history of 1000-2000 thousand years! Transparent water, I have tried, but failed, because the yellow color on the coast can not be removed. How to do it?
  15. Death broadcast

    How to add a player's guild name to the death broadcast?
  16. IDOC Detector

    Thanks.
  17. IDOC Detector

    .NET Framework Version 2.0.50727
  18. IDOC Detector

    Sorry to bother you. Some formats in the text are too old, which causes the server to run incorrectly. For example, lines 18, 19 and 75 Mainly:{ get; set; } My station :Runuo svn1091。 =========================Error Message===================================== Error: +...
  19. I tried to make the footstep sounds more interesting...

    nice!very good!
  20. Fortune Teller's Wagon

    I like it!!!
Back