Recent content by 13440130

  1. 13440130

    Problem with RadMapCopy

    The page displays' This item has been deleted '
  2. 13440130

    language barrier

    This seems to be a script I posted many years ago:oops:
  3. 13440130

    Repair Npc

    13440130 submitted a new resource: Repair Npc - Boring creation Read more about this resource...
  4. 13440130

    Repair Npc 2025/5/22

    # Equipment Repair NPC Script Introduction ## Script Overview RepairNpcAll.cs is an equipment repair NPC script for UO (Ultima Online) servers, providing a comprehensive equipment repair system that allows players to either repair all equipment with one click or selectively repair individual...
  5. 13440130

    Smelt Ore like sphere51a 1.0

    Edit Ore.cs Find OnDoubleClick public override void OnDoubleClick(Mobile from) { if (!this.Movable) return; if (this.RootParent is BaseCreature) { from.SendLocalizedMessage(500447); // That is not accessible...
  6. 13440130

    Smelt Ore like sphere51a

    13440130 submitted a new resource: Smelt Ore like sphere51a - Edit Ore.cs Read more about this resource...
  7. 13440130

    Player Auto-Loot Corpse Item

    Server.Items.CharacterDatabase.LootContainer( from, this ); This is another code related to the picking system in my server You can delete this sentence, it won't affect anything
  8. 13440130

    Client restriction

    In fact, in my modified ClassicUO, I removed the loading of all plugins, such as Razor, ClassicAssist,Razor Enhanced。 When logging into my shard using the dedicated ClassicUO, none of these assistants can load
  9. 13440130

    Client restriction

    I still prefer ClassicUO because it is open source. I can localize it, modify it, add validation on the server, and only allow ClassicUO with the correct key to login to my Shard
  10. 13440130

    Player Auto-Loot Corpse Item

  11. 13440130

    Player Auto-Loot Corpse Item

    In zip read Corpse Edit.txt using System; using Server.Mobiles; using Server.Network; using Server.Scripts.Custom; public partial class Corpse { public override void Open(Mobile from, bool checkSelfLoot) { base.OnDoubleClick(from, checkSelfLoot); //...
  12. 13440130

    Player Auto-Loot Corpse Item

    We need to open the corpse before it can work. Currently, there have been no instances of malfunction during my testing process.Also, have you edited the corpse.cs script?
  13. 13440130

    Player Auto-Loot Corpse Item

    To be honest, I don't understand English. If possible, you'd better record a motion picture to express the problem. I recommend gifcam
  14. 13440130

    Player Auto-Loot Corpse Item

    13440130 updated Player Auto-Loot Corpse Item with a new update entry: English Version Read the rest of this update entry... Changed
  15. 13440130

    Player Auto-Loot Corpse Item - English Version

    Gump in English

Active Shards

Donations

Total amount
$5.00
Goal
$500.00
Back