Search results

  1. IDOC Detector

    Thanks, Dan and drakkar. The script is already in use, but I encountered a problem during testing because there was no house wear across the entire server. So I found a way to test it: find BaseHouse.cs, find line : //======================================= public virtual DecayLevel...
  2. Unsecured Housing Item Alert

    Thank you so much for sharing the code! Excellent script! My server is .NET2.0 and RUNUO 2.0, and I modified the script to suit my server: 1、Add two lines to the top quote: using System.Collections; using System.Collections.Generic; 2、Find this line: public override bool OnDecay( Item item...
  3. D&D God Banners

    good job!
  4. LB Throne & Fancy Benches Item Art fixes.

    Good Job!
  5. Player Transfer Package

    Suggest adding that you cannot double-click on the ground, otherwise being picked up by someone would be tragic.
  6. Bamboo

    Thank you Thagoras.
  7. Bamboo

    Do these need to be manually planted on the mainland?
  8. Blabber Blade

    good job!
  9. Crop Generator

    //#定义跟踪 //#定义 RUNUO2RC1 //#定义 RESTRICTCONSTRUCTABLE /* ** XmlSpawner2 ** 版本 3.24 ** 2008 年 2 月 11 日更新 ** 阿特戈登 ** 对 bobsmart 编写的原始 XmlSpawner 进行修改 */
  10. Crafted Food Decay

    It's really regrettable that many fragmented servers in the world have not been upgraded to the highest ServUO. We are just one of them, and we will continue to persist RUNUO2.0 under the NET2.0 framework. Thank you, Mr. Wilson, for your patient response. The old version of RUNUO aims to achieve...
  11. Crop Generator

    CS0234: Line 108: Type or namespace name 'LandTile' does not exist in namespace 'Server' (is it missing assembly reference?) My Server RUNUO2.0 .NET2.0 using System; using System.Collections.Generic; using Server; using Server.Commands; using Server.Items; using Server.Mobiles; using...
  12. Crafted Food Decay

    Hello Wilson, my server version is RUNUO2.2 and there is an error running. Can you help me modify it? Error code: Unable to find type or namespace name 'AfterWorldSaveEventArgs' (missing using directive or assembly reference?) If you follow this script, write a pet lifespan script, such as: pet...
  13. Screen ffreeze at Character Creation and disconnect.

    When creating a character in ClassicUO, it will freeze and get stuck. Simply restart the UO window.
  14. 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...
  15. Time Command

    If there is an error, you can remove Utc, such as changing UtcNow to Now
  16. 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 {...
  17. 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...
  18. 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...
  19. 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...
  20. Organize and OrganizeUI

    ===================== RUNUO2.0 SVN 1091 PLEASE HELP!!!

Migration

Total amount
$570.00
Goal
$500.00

Donations

Total amount
$0.00
Goal
$500.00

Active Shards

Back