WeaponUp

Combat Login to Add Favorites
  • 0 Likes
  • World of Warcraft
  • 249 Monthly Downloads
  • Supports: 4.3.4
  • 3,935 Total Downloads
  • Updated 5/8/2012 3:30:06 PM
  • Created 3/4/2011 10:33:29 AM
  • 8 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: GNU General Public License version 2 (GPLv2)
  • Newest File: 4.0
or
Support development! **
Donate

About WeaponUp

This add on has evolved into a gear management add on that works along side the Blizzard in game equipment manager.

  • Equips your weapon(s) from a gear set via the in game Equipment Manager if you enter combat with a fishing pole.
  • Changes to the specified set when zoning into an instance if not equipped.
  • Automatically equips your lances for jousting.
  • Support for a cooking set to ensure you have your cooking hat on while cooking.
  • Optionally allows you to re-equip your last set when dismounting your argent tournament mount, while fishing or when leaving dungeons or battlegrounds.

-With Patch 4.2 addons can no longer intellegently swap items while in combat. Because of this change this addon will no longer function exactly as it used to.

Note: This add on requires use of the in game Equipment Manager to function properly. Upon first use you must configure your sets and settings in the blizzard options pane to begin using.

  • slash command /wu
  • To enable or disable equips type /wu on or /wu off.
  • To enable or disable weapon re-equip type /wu reequip on or /wu reequip off.
  • To enable or disable pvp mode type /wu pvp on or /wu pvp off.
  • To enable or disable jousting support type /wu jousting on or /wu jousting off.
  • To enable or disable spec switching mode type /wu spec on or /wu spec off.
  • You can change any of these setting in the blizzard settings pane under addons or just type /wu.

4.0beta
-Rewrite in anticipation of WoW 5.0
-Removed swap messages
-Added spec swap support
-Will only look to equip a weapon when entering combat if listed (fishing poles)
-Added PvP mode support
-Added support for cooking set
-Added options GUI
-No longer checks inventory, now checks equipment sets

3.05
-TOC update for 4.3

3.04
-Mark for release
-Add option to check current settings

3.03beta
-Fix for proper set detection

3.02beta
-Minor fixes
-Removed Ace dependancy
-Fishing poles should now be identified more appropriately for non US clients

3.01
-Fix for 4.2

3.00
-Cleaned up code
-Fixed for 4.1

2.4.3
-Added a fishing mode to re-equip fishing pole if you were fishing
-Now will equip your proper set if you zone into an instance without the proper weapons
-Updated libs

2.4.2
-Improved lance equip
-Cleaned up some code
-Updated libs

2.4.1
-Updated libs
-Added bouqet of roses
-TOC bump for 4.0.1

2.3.2
-Changed to re-equip out of combat, this should help when in ToC and dismounted in combat while the dismount option is enabled

2.3.1
-Fix not always saving set names

2.3.0
-Rewritten to use the in game equipment manager
-Updated libs

2.2.2
-Fixed nil error with new cache.

2.2.1
-Fixed issue when dual-wielding the same weapon
-Fixed issue with sometimes not equipping off-hands after being manually unequipped

2.2.0
-Changed more code
-Fixed excessive equipping
-Fixed ToC dismounting issue

2.1.1
-Fixed dismounting issue

2.1.0
-More fixes
-Changed some code
-Added option to re-equip weapons when dismounting an argent tournament mount

2.03
-Fixed to properly re-equip off-hand items

2.02
-Fixed problem with not removing old saved items

2.01
-Fixed problem with not saving some off hand items

2.0
-Rewrite

1.3
-added automatic lance equip

1.2a
-fixed error if no weapon is equipped

1.2
-more equipment swap changes
-added auto set feature

1.1
-should handle weapon swaps more effectively

1.0
-first release

Comments

  • #4

    I was looking for an addon which swaps weapons when coming out of combat. This is for items which can't be transmogrified (yet). In the moment I'm doing this manually by clicking equip set icons in the action bar. And I'm using macros which will equip the dps weapon(s) once I use a spell. So I'm looking for a solution which swaps back to the style weapon(s) automatically after coming out of combat.

  • #1
    Suggestions:

    1) Auto search for equipment set names (if possible)
    2) Upon /wu help, display current settings for on and offs

    example:
    /wu help

    Help information here.
    Current Settings:
    Wu: On
    Dismount: Off
    Fishing: On

    Nice job =)
  • #2
    Or:

    /wu help

    Wu: On
    Current Set: Tank
    Dismount: Off
    Fishing: On

    (whatever settings you have, displayed for the user to see upon a /wu)
  • #3
    Maybe something like this:


    local msg2 = "temp"

    DEFAULT_CHAT_FRAME:AddMessage(" ")
    DEFAULT_CHAT_FRAME:AddMessage("|cffffff00Current WU Settings:|r")

    if (wuenable == true) then
    msg2 = "|cff00ff00On|r";

    DEFAULT_CHAT_FRAME:AddMessage("- WU: " .. msg2)

    if (wuname ~= nil) then
    msg2 = "|cff00ff00"..wuname.."|r";
    else
    msg2 = "|cffff0000None|r";
    end
    DEFAULT_CHAT_FRAME:AddMessage("- Set: " .. msg2)

    if (wudismount == true) then
    msg2 = "|cff00ff00On|r";
    else
    msg2 = "|cffff0000Off|r";
    end
    DEFAULT_CHAT_FRAME:AddMessage("- Dismount: " .. msg2)

    if (wufishingmode == true) then
    msg2 = "|cff00ff00On|r";
    else
    msg2 = "|cffff0000Off|r";
    end
    DEFAULT_CHAT_FRAME:AddMessage("- Fishing: " .. msg2)

    else
    msg2 = "|cffff0000Off|r";

    DEFAULT_CHAT_FRAME:AddMessage("- WU: " .. msg2)
    end
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster addon downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Diablo III Giveaway

Enter Now!