- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
5,105 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks WoT Mods
- Top Starcraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Videos
- Forums
WeaponUp
- 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
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
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 4.0 | Release | 4.3.4 | 232 | 5/8/2012 3:30:06 PM |
| 4.0beta | Beta | 4.3.3 | 70 | 4/14/2012 11:45:07 AM |
| 3.05 | Release | 4.3 | 796 | 12/10/2011 10:32:44 PM |
| 3.04 | Release | 4.2 | 1,074 | 9/27/2011 10:33:41 AM |
| 3.03beta | Beta | 4.2 | 226 | 7/20/2011 11:17:18 AM |
| 3.02beta | Beta | 4.2 | 87 | 7/19/2011 2:13:48 PM |
| 3.01 | Release | 4.2 | 490 | 6/28/2011 2:37:57 PM |
| 3.00 | Beta | 4.1 | 448 | 4/26/2011 3:55:47 PM |
| 2.4.3 | Beta | 4.0.6 | 500 | 3/4/2011 10:59:24 AM |
Top Downloads
-
- Bagnon
- Bags & Inventory
- 359,243 Monthly Downloads
-
- Deadly Boss Mods
- Combat and Boss Encounters
- 297,158 Monthly Downloads
-
- Recount
- Combat
- 295,968 Monthly Downloads
-
- SpellFlash
- PvP, Buffs & Debuffs, Quests & Leveling, Action Bars, and Combat
- 284,254 Monthly Downloads
-
- GatherMate2_Data
- Achievements
- 208,828 Monthly Downloads

Comments
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) 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 =)
/wu help
Wu: On
Current Set: Tank
Dismount: Off
Fishing: On
(whatever settings you have, displayed for the user to see upon a /wu)
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