Search results

  1. 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
  2. 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
  3. 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
  4. 13440130

    Player Auto-Loot Corpse Item

  5. 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); //...
  6. 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?
  7. 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
  8. 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
  9. 13440130

    Player Auto-Loot Corpse Item - English Version

    Gump in English
  10. 13440130

    Player Auto-Loot Corpse Item

    13440130 submitted a new resource: Player Auto-Loot Corpse Item - AutoLoot Read more about this resource...
  11. 13440130

    Player Auto-Loot Corpse Item FIX Corpse Edit.txt

    Auto-Loot Script Functionality Description 1. Core Features Auto-Loot Configuration: Players can open a configuration interface (Gump) by entering the AutoLoot command to manage the list of items to be auto-looted. Add Items: By clicking the "Add Item" button, players can select a target item...
  12. 13440130

    Time XmlSpwaner

    13440130 submitted a new resource: Time XmlSpwaner - XmlSpwaner edit Read more about this resource...
  13. 13440130

    Time XmlSpwaner 2025-3-5

    Yes, I wrote another script using DeepSeek The provided code implements a Time-based XML Spawner (TimeXmlSpawner) that inherits from XmlSpawner. Its core functionality is to dynamically enable or disable entity spawning based on configurable time windows. Below is a detailed breakdown of its...
  14. 13440130

    I need help on setting up server

    you need classic client
  15. 13440130

    Abandoned or Donated Full Shards

    Do you still have a backup of the Kharos client? If possible, can you share it?
  16. 13440130

    What would cause this error?

    script code?
  17. 13440130

    Is there a way to add a bankcheck to a mob.

    Because BankCheck LootType is Blessed Try edit ondeath public override void OnDeath(Container c) { base.OnDeath(c); c.DropItem(new BankCheck(5000)); }
  18. 13440130

    Trying to reset properties counter

    Try changing to an itemid, such as 0x2d82
  19. 13440130

    How can I disable certain skills?

    EDIT Scripts\Spells\Initializer.cs Register(100, typeof(Necromancy.AnimateDeadSpell)); to //Register(100, typeof(Necromancy.AnimateDeadSpell)); .... etc
  20. 13440130

    I'd like to ask you about the choice of death zone.

    edit public override void OnDeath(Mobile m) { if (m is PlayerMobile) { m.MoveToWorld(new Point3D(5703, 639, 0), this.Map); to public override void OnDeath(Mobile m) { if (m is PlayerMobile) { if(m.Map == Map.Trammel) { m.MoveToWorld(new Point3D(5703, 639, 0), this.Map); }

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back