• Dawnsorrow released this 2026-05-23 21:04:45 +00:00 | 0 commits to main since this release

    Fractured client v0.7.50-runed-armor

    Repository: HighSocietyRaiding/Fractured
    Tag: v0.7.50-runed-armor
    Release: https://git.hisora.dev/HighSocietyRaiding/Fractured/releases/tag/v0.7.50-runed-armor


    Summary

    Fixes Runed Armor rank 1 still granting attack power. Talent 1938 used rank-slot spell 48978 (stock AP aura 285), not 49390. v0.7.49 patched the wrong spell IDs for this talent row.

    Rank Spell ID (3-rank) Fix
    1 4897849390 Aura 317 + SP tooltip; legacy 48978 also patched for existing characters
    2 49391 / 49392 Aura 317 (unchanged intent)
    3 49393 / 49394 Aura 317; corrected Talent.dbc uses 49394 as rank-3 spell

    Talent.dbc SSOT: talent 1938 rank chain corrected to stock [49390…49394] → 3-rank remap [49390, 49392, 49394].


    What changed for players

    • Runed Armor rank 1 grants spell power (not AP) with correct tooltip.
    • Ranks 2–3 unchanged in intent; rank 3 spell id aligns with corrected talent row.

    Client files updated

    File Change
    patch-enUS-4.MPQ Rebuilt Spell.dbc + Talent.dbc (Runed Armor + talent 1938 fix)
    patch-manifest.json New checksum for patch-enUS-4

    Carried forward unchanged from v0.7.49

    • patch-enUS-5.MPQpatch-enUS-9.MPQ
    • Wow.exe
    • Fractured Launcher 1.0.18

    How to install (players)

    1. Fractured LauncherDownload updates after the realm ships this tag.
    2. Or replace Data\enUS\patch-enUS-4.MPQ from this release only.
    3. Delete Cache and WDB if tooltips look stale.
    4. Relog (passive aura refresh).

    Server requirements (operators)

    Panel → Update + Reboot on tag v0.7.50-runed-armor. Post-pull deploy installs Talent.dbc + Spell.dbc from git SSOT; SQL applies on worldserver start.

    Apply migration 2026_05_23_01_fractured_runed_armor_rank0_spell.sql (48978 + 49394). Rebuild worldserver for updated SpellInfoCorrections.cpp.


    Maintainer: bake artifact

    bash tools/fractured-client-patch-workspace/build-patch.sh release --patch 4
    bash tools/fractured-client-patch-workspace/scripts/sync-ssot-spell-dbc-from-mpq.sh \
      tools/fractured-client-patch-workspace/output/patch-enUS-4-built.MPQ
    

    Attach patch-enUS-4.MPQ (rename from *-built.MPQ) to the Gitea release.

    Downloads
  • Dawnsorrow released this 2026-05-23 20:27:30 +00:00 | 0 commits to main since this release

    v0.7.49-spell-lineage

    Players

    • Runed Armor (DK Unholy) — all three ranks now show Runed Armor tooltips and grant spell power from armor (not attack power).
    • Replace patch-enUS-4.MPQ and clear Cache/WDB if you still see Bladed Armor or broken runes after updating.

    Operators

    • Ship tag v0.7.49-spell-lineage (or newer).
    • Panel → Update (installs server DBC from repo SSOT + rebuilds worldserver). Panel → Reboot when done.
    • SQL migrations apply on worldserver start (DBUpdater).

    Maintainers

    • Patch-4 bakes now seed only from data/fractured-client-dbc/Spell.dbc; run sync-ssot-spell-dbc-from-mpq.sh after each release bake.
    Downloads
  • Dawnsorrow released this 2026-05-23 18:24:01 +00:00 | 0 commits to main since this release

    Fractured v0.7.48-runed-armor (CI).

    Downloads
  • Dawnsorrow released this 2026-05-23 08:27:08 +00:00 | 0 commits to main since this release

    Fractured client v0.7.47-three-rank-talents

    Repository: HighSocietyRaiding/Fractured
    Tag: v0.7.47-three-rank-talents
    Server: main @ cc500a4a or later
    Release: https://git.hisora.dev/HighSocietyRaiding/Fractured/releases/tag/v0.7.47-three-rank-talents


    Summary

    This release introduces 3-rank player talents for Fractured: every talent that used to have 5 ranks now has 3 ranks, with the same maximum effect at the top rank. You spend 3 talent points per row instead of 5. Tooltips, the default talent UI, and the Paragon Character Advancement panel (N) are updated to match.

    Important: The new client patches only behave correctly when the realm runs a matching worldserver with 3-rank talents turned on (see Server requirements below). Until your realm enables that, do not point players at this client build without a coordinated server rollout.


    What changed for players

    Talent trees (all classes)

    • 155 five-point talents are now 3-rank trees.
    • Tier gates: each row still needs the same relative investment, but in 3-point steps (15 points to finish a 5-row tree — same total points as before for a full tree).
    • Power at max rank is unchanged — rank 3 is tuned to match old rank 5.
    Old pattern (ranks 1 / 3 / 5) New pattern (ranks 1 / 2 / 3)
    +1% / +3% / +5% per rank +2% / +4% / +6%
    +2% / +6% / +10% per rank +3% / +7% / +10%
    Warrior & Shaman Flurry (proc) 5% / 15% / 25% haste on the proc buff
    Other linear talents Roughly and of the old max at ranks 1 and 2, full max at rank 3

    Paragon — Character Advancement (patch-enUS-6.MPQ)

    • The advancement panel’s baked talent data was regenerated so each node shows 3 ranks and the correct spell IDs for tooltips.
    • Shaman Dual Wield (Enhancement talent) is removed from the panel. Paragons already receive Dual Wield at character creation; taking it again in the tree was redundant.

    Paragon — server behavior (when enabled on the realm)

    • Essence / advancement spending respects the new 3-rank cap.
    • Ignite (Mage) and related Paragon ignite companions scale correctly at rank 3.
    • Killing Machine and Maelstrom Weapon proc behavior is aligned via database overrides when staff apply the bundled SQL (see server requirements).

    Client files updated in this release

    File What’s new
    patch-enUS-4.MPQ Patched Talent.dbc and Spell.dbc (3-rank data + tooltip numbers)
    patch-enUS-6.MPQ Rebaked ParagonAdvancement talent rank lists
    patch-manifest.json New checksums for launcher sync

    Carried forward unchanged from v0.7.46

    These were not rebuilt; they are the same binaries as v0.7.46-rune-strike-instant (including Rune Strike as an instant strike):

    • patch-enUS-5.MPQ — Paragon UI / spellbook / frames
    • patch-enUS-7.MPQ — Old-world flying
    • patch-enUS-8.MPQ, patch-enUS-9.MPQ
    • Wow.exe
    • Fractured Launcher 1.0.18 (Windows installer + portable)

    How to install (players)

    1. Fractured Launcher (recommended): open the launcher → Download updates.
    2. Manual: download all patch-enUS-*.MPQ from this release and copy them into World of Warcraft\Data\enUS\ (replace existing files).
    3. After updating, delete Cache and WDB in the client folder if tooltips or the advancement panel look stale.
    4. Confirm your realm’s announcement says 3-rank talents are live before you expect the new trees to work in-game.

    Server requirements

    Realm operators must deploy with this client drop:

    1. Worldserver built from cc500a4a or later on main.
    2. In worldserver.conf:
      Fractured.ThreeRankTalents = 1
      
    3. Install patched Talent.dbc and Spell.dbc on the worldserver DataDir/dbc/ (generate with tools/gen_talent_5_to_3_rank_patch.py; see contrib/fractured-dev-extras/talent-3-rank/README.md).
    4. Apply world SQL: contrib/fractured-dev-extras/talent-3-rank/spell_proc_overrides.sql (or the dated migration once promoted into data/sql/updates/).
    5. Restart the worldserver and ask players to relog after both server and client are updated.

    With Fractured.ThreeRankTalents = 0 (the compile-time default), the server still uses 5-rank logic; the new MPQs alone will not match server behavior.

    Rollout checklist: contrib/fractured-dev-extras/talent-3-rank/SERVER-ROLLOUT.md


    Known limitations

    • Pet talent tabs in Character Advancement were left on their previous bake unless the realm rebakes patch-6 with --include-pets.
    • Spellthief-only archives (Data\patch-4.MPQ, etc.) are not part of this release.
    • Linux AppImage launcher builds are unchanged; this bundle ships Windows launcher 1.0.18 as in v0.7.46.

    For operators / packagers

    • Developer changelog: doc/changelog/pendings/changes_20260523_three_rank_talents.md
    • Previous client baseline: v0.7.46-rune-strike-instant
    • Distro mirror (launcher downloads): Fractured-Distro same tag
    Downloads
  • Dawnsorrow released this 2026-05-23 07:18:18 +00:00 | 0 commits to main since this release

    Fractured client v0.7.46-rune-strike-instant

    Pairs with server main @ bcca176e.

    Changed

    • Rune Strike (56815) — fires as an instant strike instead of queuing on your next melee swing.
      • Server: SpellInfoCorrections clears SPELL_ATTR0_ON_NEXT_SWING_NO_DAMAGE; spell_dbc overlay 2026_05_29_01_fractured_rune_strike_instant.sql.
      • Client: patch-enUS-4.MPQpatch_spell_dbc_rune_strike_baseline.py updates Spell.dbc (Attributes 0x240010).

    Unchanged from v0.7.45-grave-fiend

    • patch-enUS-5patch-enUS-9.MPQ, Wow.exe, and Fractured Launcher 1.0.18 (Windows setup + portable) are carried forward unchanged.

    Install

    Use the Fractured launcher Download updates, or copy patch-enUS-4.MPQ into Data\enUS\ on your 3.3.5a client. Rebuild/restart worldserver on bcca176e or later for matching server behavior.

    Downloads
  • Dawnsorrow released this 2026-05-23 00:11:26 +00:00 | 0 commits to main since this release

    Fractured client v0.7.45-grave-fiend

    Pairs with server main @ 434dd90.

    This refresh keeps Dawn's Grave Fiend/Rune Strike work and adds the latest Spellthief client/server work so other contributors can test from the hosted release instead of rebuilding locally.

    Spellthief SQL hotfix: 2026_05_18_00_spellthief_catalog_table.sql repairs existing catalog-table schemas before the harvested catalog update replays, fixing VPS rebuilds that failed on missing acquisition.

    Demorph create-spell hotfix: new Spellthieves receive Demorph through playercreateinfo_spell_custom as well as the login safety grant.

    What changed in patch-enUS-4.MPQ

    • Archive compacted: patch-4 was rebuilt cleanly to remove stale in-place MPQ replacement sectors while preserving current content.

    • Grave Surge and Grave Resonance buff bar: active Grave Fiend auras now use non-passive visible aura flags so they appear as player buffs.

    • Glyph of Grave Fiend (minor glyph 50102): client DBCs for spells 951070-951074, buff-bar visibility, and 75% Resonance tooltips.

    • Rune Strike (56815): baseline usability, 40 RP in DBC, and updated tooltip text.

    • Spellthief DBC support: Spell Browser test catalog, Spellthief spellbook framework entries, Demorph utility spell data, source-display metadata, leveling metadata, multi-clone witness data, and browser catalog data.

    Spellthief work included

    • Strength paper doll tooltip displays the Fractured +2 Attack Power per Strength formula for Paragon/Spellthief.
    • Spirit paper doll tooltip uses stock-style mana regeneration wording alongside the Fractured spell-power contribution.
    • Spell Browser support for pending learn/unlearn queues, learned spell overview, favorites/search flow, and browser-learned spell testing.
    • Borrowed-form visuals for Spellthief spells using the learned source creature display, with an explicit Demorph spell in the General tab.
    • Direct single-target Spellthief damage grants Runic Power, excluding damage-over-time ticks.
    • Catalog/schema updates needed for source displays, creature-type browsing, leveling metadata, and multi-source clone handling.

    Full client bundle

    File Notes
    Wow.exe Patched loader
    patch-enUS-4.MPQ Updated this release: Paragon + Spellthief DBCs
    patch-enUS-5.MPQ Paragon FrameXML
    patch-enUS-6.MPQ Paragon Advancement addon
    patch-enUS-7.MPQ Old-world flying
    patch-enUS-8.MPQ Spellthief DBC/UI support
    patch-enUS-9.MPQ Spellthief UI / Spell Browser addon
    patch-manifest.json Checksums for launcher skip/re-verify
    Fractured-Launcher-* 1.0.18 launcher installers retained

    Install with the Fractured Launcher (Download updates) or copy Wow.exe plus patch-enUS-4.MPQ through patch-enUS-9.MPQ into a 3.3.5a client per contrib/fractured-dev-extras/CLIENT-PATCHES.md.

    Downloads
  • Dawnsorrow released this 2026-05-20 23:33:02 +00:00 | 0 commits to main since this release

    Downloads
  • Dawnsorrow released this 2026-05-20 04:12:01 +00:00 | 0 commits to main since this release

    Fractured v0.7.43-paragon-rail-owf-flying (CI).

    Downloads
  • Dawnsorrow released this 2026-05-19 02:52:50 +00:00 | 0 commits to main since this release

    Swipe (Cat) unlock level 20 in Character Advancement (patch-enUS-4 Spell.dbc + patch-enUS-6 addon data). Server: pull main and run db-import for SQL 2026_06_17_00/01.

    Downloads
  • Dawnsorrow released this 2026-05-19 00:11:31 +00:00 | 0 commits to main since this release

    Downloads