Search results

  1. 13440130

    name/properties not showing

    I have a question. If it's ore harvester, double clicking it can't detect the floor tiles. You must use a setting region to take effect. Can this problem be solved?
  2. 13440130

    Type is not Valid

    I recommend you use universal storage keys https://www.servuo.com/archive/universal-storage-keys.622/
  3. 13440130

    Type is not Valid

    You're right. I didn't notice the wrong keywords Can you upload your EverlastingBagOfTools.cs?
  4. 13440130

    Type is not Valid

    public override bool OnDragDropInto(Mobile from, Item dropped, Point3D p) { BaseEverlastingHarvestTool beh = dropped as BaseEverlastingHarvestTool; if (beh != null && base.OnDragDropInto(from, dropped, p)) { return true; }...
  5. 13440130

    Trove Treasure Maps

    There are too many search results. You have to find out which one has the highest quality ha~ha
  6. 13440130

    stats gump?

    Is that what you mean?
  7. 13440130

    Does latest ServUO publish integrate XML Spawner?

    I think it's installed
  8. 13440130

    How about this function? Is it practical?

    1,Two versions, one of which has been modified a lot, are modified on the basis of the earlier Cuo. The other is just language translation and adding layers slot 2,The more modified version adds all layers, while the other one does not add left and right hands 3,I use Chinese
  9. 13440130

    How about this function? Is it practical?

    This passage... The text given by the translation tool is messy... I don't know what it means
  10. 13440130

    How about this function? Is it practical?

    about stars on the equipment,i used Colored Equipment Names 0.57.2。 It just changed its default description text to the special symbol "★" many slots? I asked a friend to help me modify the source code of classicuo and recompile it https://www.servuo.com/archive/colored-equipment-names.404/...
  11. 13440130

    How about this function? Is it practical?

    In fact, I don't know the programming language. After contacting servuo for so long, I still only use if, else, else if ha-ha
  12. 13440130

    How about this function? Is it practical?

    A switch is responsible for displaying / not displaying attributes Another switch is responsible for whether attributes are valid If no is selected for all, it is like T2a mode However, this T2a mode has AOS's resistanceproperties and AOS's properties display This switch is for all players...
  13. 13440130

    str = maxhp

    In PlayerMobile.cs [CommandProperty(AccessLevel.GameMaster)] public override int HitsMax { get { int strBase; int strOffs = GetStatOffset(StatType.Str); strBase = Str; //Str already includes...
  14. 13440130

    Putting TreasureLevel "x" on an XMLSpawner

    after it's unlocked i guess public override void OnDoubleClick(Mobile from) { if (CheckLocked(from)) return; base.OnDoubleClick(from); Name = "a treasure chest"; StartDeleteTimer(); }
  15. 13440130

    Putting TreasureLevel "x" on an XMLSpawner

    RunUO or ServUO? If you use ServUO \Scripts\Items\Containers\TreasureChestMod.cs [add xmlspawner TreasureLevel1 [add xmlspawner TreasureLevel1h [add xmlspawner TreasureLevel2 [add xmlspawner TreasureLevel3 [add xmlspawner TreasureLevel4 Hope to help you. this is not TreasureMapChest
  16. 13440130

    Stupid Question

    use [helpinfo view command
  17. 13440130

    Luck CAP per item

    This hellish translation tool has no idea what the translated thing means
  18. 13440130

    Server crash (AlterMeleeDamageFrom) in BaseCreature.cs

    public override void OnGotMeleeAttack(Mobile attacker) { base.OnGotMeleeAttack(attacker); //Custom health orb drop if (this == null || Utility.RandomDouble() > 0.05) //chance to drop 5% return; bool validLocation = false...
  19. 13440130

    Server crash (AlterMeleeDamageFrom) in BaseCreature.cs

    I see. I'll test it and get back to you
  20. 13440130

    Server crash (AlterMeleeDamageFrom) in BaseCreature.cs

    Bows, crossbows and throwing weapons are not allowed, right?

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back