Tags: Arutosio/ModernUO
Tags
fix: Fixes Dot abilities. Adds blood bath attack (modernuo#1277)
fix: Fixes regions having the wrong type (modernuo#1260) ## Possible Breaking Change * Reverted regions.json back to RunUO until newer regions are implemented and proper expansion checks are added. ### Other Changes - [X] Adds `Region.IsPartOf<T1, T2>()` to check for multiple types. - [X] Fixes regions.json being wrong - [X] Adds lots of missing regions. **They are not implemented properly yet** - [X] Adds regions.xml -> regions.json (check ModernUO Discord) - [X] Adds expansion specific regions.
feat: Adds SerializedCommandProperty (modernuo#1249) ## Breaking Change * Removes `SerializableFieldAttrAttribute` in favor of `SerializedPropertyAttr`. ## Important Change * Adds `SerializedCommandProperty` Example: ```cs [InvalidateProperties] [SerializableField(0)] [SerializedCommandProperty(AccessLevel.GameMaster)] private Mobile _completedBy; ```
fix: Fixes critical serial dupe bug and deserialization/serialization… … issues. (modernuo#1245)
chore: Update from .NET 7 preview to release. (modernuo#1234)
fix: Fixes ignoring mobs, champions, party crash, slayer rarity, boat… … speedhack, etc (modernuo#1222) * Movie ignore mobiles to Mobile class * Allow necromancer familiars to ignore mobiles * ChampionSpawn should not quietly fail when creating new spawn * Fix client party crash bug: 2 people partied, the leader logs out, other client is hung * Fix spellbooks creating with magery/meditation only and creating magery multiple times * Fix BaseRunicTool.GetRandomSlayer() creating more undead slayers than intended * Do not allow players to dismount each other whilst mounted * Fix AOS onwards damage increase tooltip and wrong formula in AOS * Fix monsters killing other monster revenants + animate dead should not attack player pets + other animates * Fix fire steed having loot pack added twice * Fix oaks spawn not able to create Unicorns + Kirins via Activator.CreateInstace() due to constructor having name as parametr * Fix ignoreMobiles flag not propagated to client for non-players. * Fix harrower tents not leeching from players * Fix boats speedhacking around the map * Fix bless, agility etc. not renewing duration * Fix reveal always worked * Fix empty constructor for steeds so they don't throw now.
PreviousNext