Crafting Order - Classic

Add crafting & gathering order feature to wow classic

File Details

1.1.0

  • R
  • Jul 2, 2026
  • 1.27 MB
  • 11
  • 3.4.3+2
  • Classic + 1

File Name

CraftingOrderClassic-1.1.0.zip

Supported Versions

  • 3.4.3
  • 2.5.4
  • 1.15.3

tag 16e368c526c80b43397eba0b219ce5dd1efba7bf 1.1.0
Author:    Wafhien <wafhien@gmail.com>
Date:    Thu Jul 2 11:44:45 2026 +0200

1.1.0

commit 197699d99cd925929090f315aa3f4e76e86fd11a
Author: Wafhien <wafhien@gmail.com>
Date:   Thu Jul 2 11:44:30 2026 +0200

    release: v1.1.0 - artisan matching, loot alerts, partners, buyer-confirmed delivery

commit 6df98df02d8da44d37faceca0b08ba9ac3d9b594
Author: Wafhien <wafhien@gmail.com>
Date:   Thu Jul 2 11:40:17 2026 +0200

    feat: filtre par artisan, alerte loot, partenaires, completion confirmee acheteur

    - P5: onglet Commande filtre les plans par artisan cible (@Nom) - RK exact
      (garde dataVersion) ou repli niveau via learnedAt ; pull du registre frais
      a la selection (DiscoverPlayer), OnRK rafraichit l'UI.
    - Alerte loot: CHAT_MSG_LOOT -> plan loote (metier, connu/inconnu, partenaires).
    - Partenaires (P1): flag isPartner (menu clic-droit), tag [Partenaire], /co gift.
    - Filtre "reactifs en poche" (P2): plans craftables avec les sacs, maj BAG_UPDATE.
    - Completion confirmee par l'ACHETEUR: Livrer -> "Remise" (ORD|DLV) ; l'acheteur
      confirme (bouton "J'ai recu" / auto au loot, seam echange/courrier) -> "Livree"
      + reputation creditee a la confirmation (plus au clic Livrer).
    - Fix cle "First Aid" ; CraftLink v6 embarquee (learnedAt/taughtBy + accesseurs).

    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

commit 30044299dc2ed83b142877ee542872f53247727e
Author: Wafhien <wafhien@gmail.com>
Date:   Thu Jul 2 00:43:16 2026 +0200

    feat: moderation/mute, social reputation, reroll awareness

    Adds player mute/unmute (/co mute, /co unmute, low-level auto-mute,
    burst-spam prompt), delivered-craft reputation on the profile broadcast
    (shown in social tooltip and Artisans list), and reroll awareness (tells
    you which of your other characters can craft an order your current one
    can't). Custom 3-column profession window is now the default view.

    Splits Orders.lua and Directory.lua along their network/domain seams
    (Orders_Net.lua, Directory_Skills.lua) to keep files under the size
    limits. Reroll alerting is routed through a single deduped path
    (Handoff:AlertReroll) and _OnSuggest now checks order scope so a
    named order is never suggested to an uninvolved third party.

    Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>