Search results

  1. 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
  2. 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
  3. 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/...
  4. 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
  5. 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...
  6. 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...
  7. 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(); }
  8. 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
  9. 13440130

    Stupid Question

    use [helpinfo view command
  10. 13440130

    Luck CAP per item

    This hellish translation tool has no idea what the translated thing means
  11. 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...
  12. 13440130

    Server crash (AlterMeleeDamageFrom) in BaseCreature.cs

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

    Server crash (AlterMeleeDamageFrom) in BaseCreature.cs

    Bows, crossbows and throwing weapons are not allowed, right?
  14. 13440130

    Server crash (AlterMeleeDamageFrom) in BaseCreature.cs

    Do you mean that when a player or a pet controlled by the player attacks the target creature through melee physics, the target creature has a chance to drop healthorb?
  15. 13440130

    Server crash (AlterMeleeDamageFrom) in BaseCreature.cs

    In fact, I don't know what effect you want to achieve. Under what circumstances does healthorb appear What are the trigger conditions
  16. 13440130

    Paragon under Felucca,trying to not spawn in ChampionRegion.(SOLVED)

    public static bool CheckConvert(BaseCreature bc, Point3D location, Map m) { if (!Core.AOS) return false; if (Array.IndexOf(Maps, m) == -1) return false; //EDIT if (bc.IsChampionSpawn)...
  17. 13440130

    Possible?

    pub54 no skillmastery system
  18. 13440130

    Possible?

  19. 13440130

    Possible?

    Doesn't champion boss drop skillmasteryprimer? Why create a masterie ball? What is the function of double clicking the window that appears? Or do you want to be free to choose the type of skill like skillball? So, the final effect you want is to drop a Skillmaster primer with the specified...

Active Shards

Donations

Total amount
$5.00
Goal
$500.00
Back