vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 QuickMountEquip - by Merrem @ Perenolde - robj@suvangi.com
2  
3 VERSION
4 2.20 - 2006/03/28
5  
6 patch 1.10 compatible
7  
8 2.19 - 2005/08/22
9  
10 Added Earth (Khaos) configuration option. Thanks to Marsman for the heads-up.
11  
12 2.18 - 2005/07/18
13  
14 .toc changed to 1600
15 Added an option to auto-reconfigure, for those that like to manually switch trinkets.
16 Unfortunately, right-click to equip won't auto-reconfigure. You have to drag
17 and drop to re-equip.
18 Hopefully improved the equip functionality for same-name items.
19 Added German "Aspekt" check.
20  
21  
22 2.17 -
23  
24 Cleaned up 'detect' option a little.
25 Changed which functions are Hooked. This should fix incompatibilities with AddOns like AdvancedBags and AIOI.
26  
27 2.16 - 2005/03/30
28  
29 .toc changed to 1300
30 Added optional Fetch support.
31 Added profile saving and loading. (For people that have multiple equipment sets.)
32 Added fix for items named the same switching when you first login.
33 Made flightpoint (Griffin) checking configurable. Off by default now.
34 Expanded GUI to include options like Quiet and FlightPoint check.
35 Added initial support for a 'detect' option. If the AddOn isn't properly detecting
36 when you mount, you can try to manually detect the mount and then use that
37 setting. **Advanced**
38  
39 2.14 - 2005/03/05
40  
41 Fixed myAddOns support a little.
42  
43 2.13 - 2005/03/05
44  
45 Added support for the myAddOns AddOn.
46  
47 2.12 - 2005/02/26
48  
49 Added optional check for Sea.util.hook for the new Cosmos Alpha.
50 Changed .zip to include full Interface\AddOns\QuickMountEquip path.
51 Added Interface\AddOns\QuickMountEquip.nopatch for Cosmos users.
52  
53 2.11 - 2005/02/22
54  
55 Changed .toc to 4216
56  
57 2.10 - 2005/02/16
58  
59 Changed .toc version number to match latest US servers. (4211)
60 Switched from RegisterForSave to SavedVariables in .toc
61 Made the flight point check a little more efficient.
62 Still requires an attack button somewhere in the first 72 hotkeys, but will only
63 search once. If none is found, the Wind Rider/Griffin check is disabled. Reportedly
64 spurs/carrot/etc don't work on them, but I like switching anyway, so I'm leaving the
65 check in.
66  
67 2.09 - 2005/02/12
68  
69 Made it so that it's impossible to destroy items when the configuration frame is open.
70  
71 2.08 - 2005/01/31
72  
73 Fixed typo in ReadMe.txt
74 Added check for Tiger's Fury
75 Added check for Polymorph
76 Added fix for Flexbar conflict
77  
78 2.07 - 2005/01/28
79  
80 Added check for Kodo Mounts.
81  
82 2.06 - 2005/01/28
83  
84 Fixed error that occured on characters other than the first.
85  
86 2.05 - 2005/01/27
87  
88 Added new Paladin/Warlock Mount check.
89 Added a check for Hunter "Aspect of the Pack" buff that was triggering the swap.
90 Mounting should no longer interfere with the main tooltip.
91 Equipping multiple trinkets should work now. Items of similar types must "line up" in the config GUI now, however.
92  
93 2.04 - 2005/01/26
94  
95 Fixed typo in config loading.
96  
97 2.03 - 2005/01/26
98  
99 Added the ability to turn off and on the AddOn using "/mountequip on" or "/mountequip off"
100 Added the ability to turn on/off equip messages.
101 Configuration is now saved on a Realm/Player basis.
102 (So if you have multiple players each will have their own config.)
103 Misc. Cleanup / Error checking on initial loading...
104 Shortened the messages that show-up when multiple items are equipped at once.
105  
106 2.02 - 2005/01/25
107  
108 Removed the need for Cosmos.
109  
110 2.00 - 2005/01/24
111  
112 Initial public release. Required Cosmos.
113  
114  
115 FEATURES
116  
117 Whenever you Mount or Dismount it will automatically switch to the gear you specify.
118  
119 Full GUI to configure which gear to switch to. /mountequip to show GUI.
120  
121 Optionally will automatically detects Griffins and switches then also. (Off by default)
122  
123 If you get automatically dismounted due to water, or running into buildings, etc... it will switch gear correctly.
124  
125 If you get dismounted while aggroed by a foe, WoW won't let you switch equipment. But as soon as combat or aggro is clear, it will automatically switch gear correctly.
126  
127  
128 USAGE
129  
130 /mountequip - This is the main interface to the configuration options.
131  
132 There are several options available: on, off, quiet, verbose, flightpoint, config, status, load, save, delete, profiles, detect
133  
134 /mountequip config - This will open up the GUI interface to select which items you want equipped when you mount/dismount.
135  
136 /mountequip on - Turns on the auto-equip functionality (default)
137  
138 /mountequip off - Turns off the auto-equip functionality
139  
140 /mountequip verbose - Informs you when it auto-equips items. (default)
141  
142 /mountequip quiet - Doesn't inform you when it auto-equips items.
143  
144 /mountequip flightpoint on - Turns on flightpoint (Griffin) checking
145  
146 /mountequip flightpoint off - Turns off flightpoint (Griffin) checking (default)
147  
148 /mountequip status - Shows you the status of the settings, and a usage statement.
149  
150 /mountequip save "ProfileName" - Saves the profile named "ProfileName"
151  
152 /mountequip load "ProfileName" - Loads the profile named "ProfileName"
153  
154 /mountequip profiles - lists all saved profiles
155  
156 /mountequip delete "ProfileName" - Deletes the profile named "ProfileName"
157  
158 /mountequip detect now|on|off|clear - Attempts to detect the name of your mount. Should only be used if the AddOn doesn't work at all when you mount-up normally.