🧢 EasyDrip – WoW Classic Gear Set Manager
EasyDrip is a lightweight, no-frills addon for saving and equipping gear sets in World of Warcraft Classic. It lets players quickly switch between predefined equipment profiles with simple slash commands—perfect for swapping between PvE, PvP, gathering, or RP outfits.
To streamline gear swaps even further, EasyDrip pairs perfectly with macros, allowing one-click equipment changes right from your action bar.
✨ Features
- Save your current gear to a named profile
/ed save <name> - Equip any saved gear set instantly
/ed equip <name> - Auto-unequips missing items if no item is assigned to a slot
- Fallback bag management: moves unequipped items into general-purpose bags (ignores specialty bags like soul pouches)
- List all saved profiles
/ed list
🧠How It Works
- Tracks all relevant gear slots using WoW’s inventory API
- Uses a simple profile system stored in
GearSaverDB - Swaps gear based on item IDs, making it efficient and fast
- Runs via basic slash commands for maximum compatibility
- Easily integrates into macros for one-click set switching
🎯 Macro Example
Use this macro to equip different profiles based on modifier keys:
#showtooltip 16
/run local s=IsShiftKeyDown()and"pvp"or IsAltKeyDown()and"pve2"or IsControlKeyDown()and"speed"or"pve";SlashCmdList.EASYDRIP("equip "..s)
- Shift → equips
pvp - Alt → equips
pve2 - Ctrl → equips
speed - No modifier → equips
pve
Place this macro on your action bar to swap gear with a single click.
🔧 Example Commands
/ed save pvp
/ed equip gathering
/ed list
📦 Ideal For:
- Hardcore or RP players who want distinct outfits
- PvE/PvP mains who frequently change builds
- Players without bulky UI addons

