File Details
ShareCraft
- R
- Feb 26, 2026
- 29.81 KB
- 16
- 2.5.5
- Classic TBC
File Name
ShareCraft.zip
Supported Versions
- 2.5.5
[2.0.1] - 2026-02-26
Fixes
- Missing enchanting recipe descriptions (fallback via GetCraftDescription)
- Game crash/disconnect during guild sync (addon message flooding)
- Duplicate addon messages received by WoW client (deduplication)
- Repeated DATA responses to the same player (60s request cooldown)
- Chunk buffer timeout too short for large transfers (60s → 180s)
- Unlearned professions still shared to guild (auto-cleanup via GetProfessions)
Technical
- Global outgoing message queue (QueueMessage/ProcessQueue)
- SendHello only broadcasts own data (relay removed)
- Message interval: 0.2s → 0.5s
- Sync completion message after
/sc sync - Release zip packaged with root folder (CurseForge compatible)
[2.0.0] - 2026-02-24
Added
- Guild recipe sharing via addon GUILD channel
- Hash-based protocol (HELLO/REQUEST/DATA/DATACHUNK/PRIVACY) with chunking
- "Guild" tab: search by player, profession and recipe
- "Members" tab: synced players list with recipe count and date
- Guild CSV export (same columns + "Last scan")
- Per-profession privacy system (opt-in by default)
- Minimap button
- Enriched tooltip: hovering an item shows guild crafters
- Full FR/EN localization (UI, messages, CSV headers, parsing patterns)
Technical
- New files: GuildDB.lua, Comm.lua
- Shared SC.L table in Data.lua for localization
- SavedVariables: ShareCraftGuildDB (guild data, shared across characters)
- New commands:
/sc sync,/sc privacy
[1.0.1] - 2026-02-21
Added
- Enchanting support (separate CraftFrame API in TBC)
- Export CSV button on Enchanting window
- Excel and Google Sheets guide in README
Fixes
- Replaced extension filter with category filter (TBC headers are by category, not extension)
- Fixed Wowhead links (tbc instead of classic)
- Fixed GitHub Action permissions for release creation
- Fixed zip format (files at root for Windows extraction)
[1.0.0] - 2026-02-21
Initial release
- Automatic recipe scan when opening a profession
- CSV export with
;separator - Item stats (Armor, Strength, Agility, Stamina, Intellect, Spirit)
- Levels (ilvl, required level)
- 1 row per reagent for pivot tables
- Automatic Wowhead links
- Category filter
- Export CSV button on profession window
- ElvUI-compatible interface
- Commands: /sc, /sc debug, /sc scan

