promotional bannermobile promotional banner

Classic Weapon Enchants

A small addon for managing temporary weapon enchants in classic world of warcraft. Parses bags for valid item and centralizes them in a flyout menu where they can be easily applied to a weapon depending on the click type. Supports poisons, sharpening stone

File Details

v0.1.4-classic

  • R
  • Apr 30, 2024
  • 22.77 KB
  • 656
  • 1.15.2
  • Classic

File Name

ClassicWeaponEnchants-v0.1.4-classic.zip

Supported Versions

  • 1.15.2

ClassicWeaponEnchants

v0.1.4 (2024-04-30)

Full Changelog

  • Merge pull request #1 from juemrami/cata-support
    feat: Cataclysm Support + Dynamic Icon
  • minor: README progress updates
  • fix: allow default icon option to nil
    • fixes an issue where even after setting /cwe icon 0 , the icon would get saved to whatever icon is associated with the character class that last called the command.
    • fixes an issue where the hidden and debug options would be occasionally reset to default.
  • minor: update variable name
    _ is reserved for unused variables whos value we dont care about.
  • minor: use client neutral api for player class
    PlayerUtil.GetClassFile is not in the era client. Now using UnitClass("player").
  • minor: dynamic fallback icon based on class
    use /cwe icon 0 to set the flyout's icon to dynamically change based on class.
    Setting it to any other custom value will cause it persist across all classes.
  • minor: update TOCs for cata and classic
  • major: move addon data to game specific files
    data for cata ripped from wago tables.
  • Create ClassicWeaponEnchants_Cata.toc
  • Update ClassicWeaponEnchants.toc
  • Add "Weapon Cleaning Cloth"
    SoD item that can be applied to a weapon to remove its imbue. Functions like any other temporary enchant item.
  • Update README.md