Addon Information
Works with 3.2
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
3.2.0.3-Beta
Date:
08-10-2009 04:42 AM
Size:
4.32 Kb
Downloads:
3,221
Favorites:
148
MD5:
EquipSetUpdater
EquipSetUpdater modifies the "save" button to directly update the selected equipment set, avoiding the annoying confirmation to overwrite the set. The classic "save" functionality of the button can be accessed at any time by holding down shift.

Links

Visit my site for more great addons.
Please report all bugs and feature requests to my Github tracker
Alpha builds can be found on GitHub.
Please direct all feedback and questions to my Google Groups mailinglist
  Change Log - EquipSetUpdater
3.2.0.3-Beta
Rework for 3.2's changes
- Now overrides the "save" button, classic behavior of the button can be accessed via modified-click

3.1.0.2-Beta
Ensure the equipment set icon information are fresh when looking for the set icon. (Thanks Adirelle)
Fix "ignore slot" not being loaded when a set is used

3.1.0.1-Beta
And so it begins...
  Optional Files - EquipSetUpdater
Sorry, there are currently no optional files available.
  Archived Versions - EquipSetUpdater
File Name
Version
Size
Author
Date
3.1.0.2-Beta
5kB
Tekkub
05-31-2009 07:12 PM
3.1.0.1-Beta
4kB
Tekkub
05-23-2009 01:44 PM
  Comments - EquipSetUpdater
Post A Reply Comment Options
Old 08-16-2009, 12:31 PM  
ckaotik
A Murloc Raider
Interface Author - Click to view interfaces

Forum posts: 7
File comments: 35
Uploads: 2
UPDATE: Shame on me, I could swear the "use shift-key to revert to default save button"-info wasn't always there ... Anyhow, FIXED!

I currently have the problem when using Tekkubs updated version, that I cannot create new equipment sets It always pre-selects one of my existing sets and as the "Save" button hat been replaced by "Update", I'm kind of stuck...

Last edited by ckaotik : 08-17-2009 at 12:04 PM.
ckaotik is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-08-2009, 11:19 AM  
kyzac
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
code fix for new equip button issue

I'll save the dev some time but I hate posting fan updates.

Doing this yourself expects that you can do simple text editing and feel comfortable changing the code.

The simple issue hear is button overlap. We just need to change the button sizes on the frame. Thankfully the orginal author was doing some of this so I was able to just tweak his/her code a bit.

Here is the original code from the author. This starts at line 33 if you have an editor that will show line count.

Code:
GearManagerDialogSaveSet:SetWidth(80)
GearManagerDialogDeleteSet:SetWidth(80)

local butt = CreateFrame("Button", nil, GearManagerDialog)
butt:SetPoint("TOPLEFT", GearManagerDialogDeleteSet, "TOPRIGHT", 1, 0)
butt:SetPoint("BOTTOMRIGHT", GearManagerDialogSaveSet, "BOTTOMLEFT", -1, 0)
Here are the changes I made that make this work for me. Essentially placing the buttons in the order of <Delete><Update><Equip><Save>

For ease I suggest just finding the above section in the .lua file and replacing it with the code I have listed here.

Code:
GearManagerDialogSaveSet:SetWidth(60)
GearManagerDialogDeleteSet:SetWidth(60)
GearManagerDialogEquipSet:SetPoint("TOPLEFT", GearManagerDialogDeleteSet, "TOPRIGHT", 60, 0)
GearManagerDialogEquipSet:SetPoint("BOTTOMRIGHT", GearManagerDialogSaveSet, "BOTTOMLEFT", -1, 0)

local butt = CreateFrame("Button", nil, GearManagerDialog)
butt:SetPoint("TOPLEFT", GearManagerDialogDeleteSet, "TOPRIGHT", 1, 0)
butt:SetPoint("BOTTOMRIGHT", GearManagerDialogEquipSet, "BOTTOMLEFT", -1, 0)
kyzac is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-06-2009, 07:59 AM  
ckaotik
A Murloc Raider
Interface Author - Click to view interfaces

Forum posts: 7
File comments: 35
Uploads: 2
How I hate what Blizz did Do you intend to "revert" the functionality to the former version? So when you klick on a set, it equips it and you can use - once again - that lovely update button of yours?
ckaotik is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-05-2009, 03:39 PM  
Icerat
A Fallenroot Satyr

Forum posts: 23
File comments: 41
Uploads: 0
Update button now sits on an equip button
Icerat is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-31-2009, 10:59 AM  
shkm
A Flamescale Wyrmkin
 
shkm's Avatar
Interface Author - Click to view interfaces

Forum posts: 145
File comments: 78
Uploads: 5
Just a minor bug: there's a typo in the description in the addons panel:

Quote:
"Update" button for the equipment eanager
Thanks for the addon!
__________________
Blog
shkm is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-16-2009, 10:49 AM  
Namica
A Kobold Labourer

Forum posts: 0
File comments: 61
Uploads: 0
Oh. My. God.

As I Druid, I want to thank you sooo much, this is exactly what I need.
Namica is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-11-2009, 08:43 AM  
zork
A Flamescale Wyrmkin
 
zork's Avatar
Interface Author - Click to view interfaces

Forum posts: 145
File comments: 1065
Uploads: 28
Thank god!
__________________
| Simple is beautiful.
| Blog | Roth UI | Roth UI mini | Roth UI FAQ | GoogleCode | DevShots | TheBigOne | Guild
zork is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-24-2009, 10:14 AM  
Syngian
A Kobold Labourer

Forum posts: 0
File comments: 53
Uploads: 0
I'd like to put in a small request for the ability to rearrange the icons within the window, not sure if its possible or would take too much time to do.
Syngian is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-23-2009, 09:28 PM  
Aisenfaire
A Kobold Labourer

Forum posts: 1
File comments: 55
Uploads: 0
I <3 you. Have my babies.
Aisenfaire is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-23-2009, 02:42 PM  
Purity
A Deviate Faerie Dragon

Forum posts: 16
File comments: 135
Uploads: 0
Thank you for this and Crossdresser.
__________________
Purity is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.