vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 StanceSets - v10
2  
3 ===========
4 Quick Start
5 ===========
6 THIS ADDON REQUIRES THE WeaponQuickSwap ADDON v17 OR ABOVE!!
7 http://capnbry.net/wow/
8  
9 Unzip the contents of the zip archive into your WoW game directory.
10 Make sure you "Use folder names" so the files end up in the right
11 place. You should end up with:
12 <wowdir>\Interface\AddOns\StanceSets\readme.txt
13 <wowdir>\Interface\AddOns\StanceSets\StanceSets.toc
14 <wowdir>\Interface\AddOns\StanceSets\StanceSets.xml
15 <wowdir>\Interface\AddOns\StanceSets\StanceSets.lua
16  
17 Typing /stancesets will open the stance set configuration dialog. Drag and drop
18 the weapons you want equipped for each set into the containers, starting from
19 the left. If you want to make sure the first set is in your hands when you
20 assume that stance / form, check the "Equip first on activate". If you do not
21 have this checked, and the weapons in your hand match one of the sets from your
22 new stance, no swap will occur. To remove a weapon, drag it off the slot.
23  
24 Up to 3 sets of weapons can be available for each stance. To cycle through
25 them, use "/stancesets next". The addon will loop around to the beginning of
26 the list when it sees the first empty mainhand slot, so:
27 weapon1,weapon2 blank,weapon3 weapon4, weapon5
28 will not cycle at all if your hands are already holding weapon1 and weapon2.
29 If you don't have any matching set in your hand when you call "next", the first
30 set will be put in your hands.
31  
32 The panel toggle and set cycle can be bound to a key combination.
33  
34 ** CapnBry <bmayland@capnbry.net> **
35  
36 Thanks to Hackle (on Icecrown) for validating my stance list code and tracking
37 down the (A, )->(B,C) bug.
38 Thanks to Richard Hess for fixing the missing sound problem.
39  
40 Version History:
41 10 - Fix for "Duplicate header" error in FrameXML.log. Thanks to James Stuart
42 for pointing this out.
43 9 - Interface version 1300.
44 8 - Interface version 4216.
45 7 - Interface version 4222.
46 6 - Interface version 4211.
47 5 - Fixed drag n drop support to stance item buttons.
48 Fixed missing sound when opening and closing stance set frame.
49 Fixed problems with (A, )->(B,C) swaps, where (A, ) would always stay equipped.
50 4 - Added sounds to dialog open and close.
51 3 - Fix for not being able to add weapons to a new set
52 2 - Fix for "Attempt to index StanceSets, a nil value"
53 1 - First release (2004-12-30)