Download
(44Kb)
Download
Updated: 01-28-09 09:26 AM
Pictures
File Info
Updated:01-28-09 09:26 AM
Created:11-24-08 08:32 AM
Downloads:3,366
Favorites:12
MD5:

SaleRack

Version: 1.0.6
by: steino [More]

Small and simple gearset add on. Supports both full and weapon-only gearsets.

Usage:

/gear, /sr or /salerack

- save: saves a full set
- savewpn: saves only the 3 weapon slots
- wear: wears a set
- sets : shows all sets
- nekkid: makes you naked!
- del: deletes a set
- reset: OPS! deletes all your sets

Thanks to Clad for naming the addon <33

1.0.6:
- Removed some debug messages.

1.0.5:
- Fixing the actual nekkid feature.

1.0.4:
- Fixing exclude for the nekkid feature.
- Removing some useless code.

1.0.2:
- Lazy coder updates .toc

1.0.1:
- Attempt to fix the duplicate weapon equip bug.

1.0:
- TOC update.
- Release!
Optional Files (0)


Post A Reply Comment Options
Unread 06-12-09, 10:07 PM  
jadakren
A Flamescale Wyrmkin
 
jadakren's Avatar
AddOn Author - Click to view AddOns

Forum posts: 103
File comments: 112
Uploads: 2
I'm creating a layout for cargBags which creates a bag view for items that are found in a gear set from either salerack or the default gearmanager.

It's easy to update the filter for itemsets made with the default gear manager since it provides and event which fires when a itemset is updated.

The event is : EQUIPMENT_SETS_CHANGED

However, since I could not find any part of the salerack code that would trigger events under certain conditions I have created some extra code to simulate this.

Few things are required :
  • an 'events' table made upon addon startup.
  • a 'FireEvent' function to be used within salerack functions that modify gear sets ( save, del, savewpn, reset)
  • a 'HookEvent' function for other addons/scripts to make use of in order to hook some functionality when salerack fires its own events.

Here is my changes :
Report comment to moderator  
Reply With Quote
Unread 02-04-09, 02:01 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by steino
This is added in the latest commit, it adds a command called /sr redress, this will reequip to the set you were wearing before going nekkid.
I ripped out the nekkid feature and did some changes/additions to it, hope you dont mind.
Here is the code if youre interrested: http://wow-p3lim.googlecode.com/svn/...StripTease.lua
Didn't see any license though, so I guess it was a gogo
Last edited by p3lim : 02-04-09 at 02:10 PM.
Report comment to moderator  
Reply With Quote
Unread 01-31-09, 04:51 AM  
steino
A Kobold Labourer
 
steino's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 19
Uploads: 4
Originally posted by p3lim
Thanks for the fix.
Also, is it possible to get it to equip the gear again using same slash command?
This is added in the latest commit, it adds a command called /sr redress, this will reequip to the set you were wearing before going nekkid.
Report comment to moderator  
Reply With Quote
Unread 01-31-09, 04:44 AM  
steino
A Kobold Labourer
 
steino's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 19
Uploads: 4
Originally posted by Molotov
I'd love to use this if it had a broker plugin to choose sets easily like closetgnome.
Could you try http://ixo.no/git/SaleRack_Broker.git/ ?
Report comment to moderator  
Reply With Quote
Unread 01-28-09, 11:02 AM  
Molotov
A Kobold Labourer
 
Molotov's Avatar

Forum posts: 0
File comments: 8
Uploads: 0
I'd love to use this if it had a broker plugin to choose sets easily like closetgnome.
Report comment to moderator  
Reply With Quote
Unread 01-28-09, 09:52 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by steino
Update is pending, should fix this.
Thanks for the fix.
Also, is it possible to get it to equip the gear again using same slash command?
Last edited by p3lim : 01-28-09 at 09:53 AM.
Report comment to moderator  
Reply With Quote
Unread 01-28-09, 09:26 AM  
steino
A Kobold Labourer
 
steino's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 19
Uploads: 4
Originally posted by p3lim
nekkid feature doesnt seem to work, just getting "No more free slots" in chat
Update is pending, should fix this.
Report comment to moderator  
Reply With Quote
Unread 01-27-09, 06:03 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally posted by steino
Released 1.0.4 now, this makes the nekkid feature not unequip the slots without durability (neck, shirt, tabard, rings and trinkets).
nekkid feature doesnt seem to work, just getting "No more free slots" in chat
Report comment to moderator  
Reply With Quote
Unread 01-27-09, 01:34 PM  
steino
A Kobold Labourer
 
steino's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 19
Uploads: 4
Released 1.0.4 now, this makes the nekkid feature not unequip the slots without durability (neck, shirt, tabard, rings and trinkets).
Report comment to moderator  
Reply With Quote
Unread 01-27-09, 01:19 AM  
steino
A Kobold Labourer
 
steino's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 19
Uploads: 4
Re: Great addon!

Originally posted by Dameek
Loving how simple it is.

Is it possible to exclude items from the "nekkid" setting? I.E. all my items that don't take durability loss.
Everything is possible, let me see if I can push this later today.

Edit: Could you try the latest commit at http://ixo.no/git/SaleRack.git/ ? (Should work now).
Last edited by steino : 01-27-09 at 10:16 AM.
Report comment to moderator  
Reply With Quote
Unread 01-26-09, 06:51 PM  
Dameek
A Murloc Raider
 
Dameek's Avatar

Forum posts: 6
File comments: 36
Uploads: 0
Great addon!

Loving how simple it is.

Is it possible to exclude items from the "nekkid" setting? I.E. all my items that don't take durability loss.
Report comment to moderator  
Reply With Quote
Unread 01-26-09, 09:52 AM  
Lyncher
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Re: Re: Key binding

Originally posted by steino
I normally just use macros with /wear gear <set>, but I can always create a custom set of keybinds if you want this.
Macro method is ok. Will try it today. Thanks!
Report comment to moderator  
Reply With Quote
Unread 01-26-09, 08:31 AM  
steino
A Kobold Labourer
 
steino's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 19
Uploads: 4
Re: Key binding

Originally posted by Lyncher
Description sounds good, would like to try it as ItemRack alternative! Has it key binding support for quick change of sets? Thanks in advance for your reply.
I normally just use macros with /gear wear <set>, but I can always create a custom set of keybinds if you want this.
Last edited by steino : 01-26-09 at 09:59 AM.
Report comment to moderator  
Reply With Quote
Unread 01-26-09, 04:20 AM  
Lyncher
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Key binding

Description sounds good, would like to try it as ItemRack alternative! Has it key binding support for quick change of sets? Thanks in advance for your reply.
Report comment to moderator  
Reply With Quote
Unread 01-25-09, 03:27 PM  
steino
A Kobold Labourer
 
steino's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 19
Uploads: 4
Originally posted by Tingmann
Looks cool! One thing i missing here, i'd like to be able to deposit/withdraw sets from bank. If that can be implemented, i'll abandon Outfitter forevah
Here is a bank extension for SaleRack: http://ixo.no/git/SaleRack_Bank.git/
Would love to have it tested a bit before adding it to WoWI.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: