vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <html xmlns="http://www.w3.org/TR/REC-html40">
2 <head>
3 <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
4 <title>KC_Items Documentation</title>
5 <style>
6 <!--
7 a:link, span.MsoHyperlink
8 {color:blue;
9 text-decoration:underline;
10 text-underline:single;}
11 a:visited, span.MsoHyperlinkFollowed
12 {color:purple;
13 text-decoration:underline;
14 text-underline:single;}
15 span.SpellE
16 span.GramE
17 ol
18 {ul
19 {-->
20 </style>
21 </head>
22 <body bgcolor="#FFFFFF" link=blue vlink=purple lang=EN-US>
23 <div class=Section1>
24 <p>KC Items is an addon conglomerate that is both feature rich
25 and modular.  By modular I mean that you
26 can remove any of the modules that you chose to do so.  However some modules depend on the functionality
27 of other modules, and if you remove a module any dependent modules will be
28 disabled.  Each module is broken up into
29 its own directory for easy removal.  The
30 following is a list of all the modules with a full description of each.  Based on which of these modules you decide to
31 use the functionality of KC_Items can change drastically.</p>
32 <p><b>Core</b></p>
33 <p>This module contains the module code, startup code, and
34 common code.  It is required by all other
35 modules and should never be removed.</p>
36 <p><b>KC Auction</b></p>
37 <p><span class=GramE>Allows you to scan the auction house for
38 average prices.</span>  When joined with
39 the tooltip module, KC Auction will also display that info on just about every
40 item tooltip in the game.  </p>
41 <p><b>KC Bank</b></p>
42 <p>This module stores all the information from your bank in a
43 compact format and provides an easy to use programming interface for other
44 modules or addons to obtain this information.  It also acts as a passive form of link collection for the item database
45 as any item you have in your bank will be added to your database if needed.  However, KC Bank provides no interface for
46 the end users to access this data.</p>
47 <p><b>KC Broker</b></p>
48 <p><i>Requires: KC Auction                         Optionally Requires: KC
49 SellValue</i></p>
50 <p>This module offers enhanced auction house capability.  This currently includes the following:</p>
51 <p>1)<span
52 style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Remembers
53 last used auction duration</p>
54 <p>2)<span
55 style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Colors
56 auctions based on if it has a good sales price compared to the average or if
57 it’s a recipe that you already know.</p>
58 <p>3)<span
59 style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Automatically
60 fills in suggested prices based on what you sold it for last time, average
61 market value, how much it will sell to a vendor for (requires sellvalue), or
62 simply base a buyout price on the default min bid price.</p>
63 <p>4)<span
64 style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>One-Click
65 auction listing via alt-leftclicking an item while at the auction house.</p>
66 <p>5)<span
67 style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>One-Click
68 auction searching via control-rightclicking an item while at the auction house.</p>
69 <p>6)<span
70 style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>One-Click
71 stack splitting.  Will take the top item
72 off your stack if you alt-rightclick.</p>
73 <p><b>KC Chatlink</b></p>
74 <p>This module allows you to type a link directly into the chat
75 window.  KC Chatlink offers two separate
76 modes for this namely, Safe and Standard.  With Standard mode you simply type in the name of the item surrounded by
77 brackets and Chatlink will take its best guess (i.e.  <span class=GramE>[Lightforge Leggings] or
78 [bob]).</span>  With Safe mode you must
79 precede the first bracket with a $ to activate Chatlink (i.e.  $[Lightforge Leggings] or $[bob]).  In either mode, if more than one match is
80 found Chatlink will change it to the link based on the first find, and display
81 the first 10 other options.</p>
82 <p><b>KC Equipment</b></p>
83 <p>This module is almost exactly like KC Bank except that it
84 stores your other characters equipment instead of bank items.</p>
85 <p><b>KC Inventory</b></p>
86 <p>Another data storage module, KC Inventory is like KC Bank
87 and KC Equipment, except stores inventory information.</p>
88 <p><b>KC Iteminfo</b></p>
89 <p><i>Requires: KC Tooltip</i></p>
90 <p>This module is still young and currently just adds the max
91 stack size to the item tooltip.  More
92 functionality will be added to this module in the future.  Make your wishes known at my wowinterface
93 portal!</p>
94 <p><b>KC Linknet</b></p>
95 <p>Linknet exists to do active link collection for the item
96 database.  It scans all standard chat
97 channels, players that you target, and the auction house as you browse it.  This is not required for KC Linkview, but is
98 the only way you can get active link collection.</p>
99 <p><b>KC Linkview</b></p>
100 <p>Linkview is the part of KC_Items that allows you to browse
101 and search through the item database.   You can search by name, slot, level, or several other parameters. </p>
102 <p><b>KC Optimizer</b></p>
103 <p>This module currently handles little compared to its end
104 plans.  Eventually this module will offer
105 commands to validate and cleanup the databases, clear unwanted or needed info,
106 and more.  For the moment it just handles
107 upgrade processes and houses the master database of nearly 42,000 items (not
108 loaded into memory) of which roughly 65% have sell values.</p>
109 <p><b>KC Sellvalue</b></p>
110 <p>Like its namesake this mod will collect and store both what
111 vendors will sell and pay for items when you visit a vendor.  When combined with KC Tooltip it will display
112 this item on the tooltip as well.</p>
113 <p><b>KC Tooltip</b></p>
114 <p>This module is another behind the scenes module in the fact
115 that by itself it doesn’t do much.  When
116 combined with another module that takes advantage of it though KC Tooltip will
117 display various pieces of data when you mouse over an item.  There is a page in the ace wiki detailing how
118 to optionally support this in your addons located here: <a
119 href="http://wiki.wowace.com/index.php/KC_Items_Tooltips"><span
120 style='text-decoration:none;text-underline:none'>http://wiki.wowace.com/index.php/KC_Items_Tooltips</span></a></p>
121 <br clear=all style='page-break-before:always'>
122 <p><b>Chat Commands</b>.   There are a lot of them in KC Items, soon
123 these will be replaced by a nice pretty graphic configuration screen, but for
124 right now, they’re all you got!  Here’s a
125 list divided by module.</p>
126 <p><b><span
127 style='font-size:11.0pt'>Core</span></b><span style='font-size:11.0pt'></span></p>
128 <p><span style='font-size:11.0pt'>1)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci standby                               –
129 Toggles the entire addon.</span></p>
130 <p><span style='font-size:11.0pt'>2)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci report                                 – Shows which
131 modules are enabled.</span></p>
132 <p><span style='font-size:11.0pt'>3)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci core
133 showstats                    – Toggles the
134 display of the stats frame.</span></p>
135 <p><b><span
136 style='font-size:11.0pt'>Auction</span></b><span style='font-size:11.0pt'></span></p>
137 <p><span style='font-size:11.0pt'>1)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci auction
138 toggle                      – Toggles
139 module, also turns off dependent modules.</span></p>
140 <p><span style='font-size:11.0pt'>2)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci auction
141 short                       – When enabled
142 will display less explanation text.</span></p>
143 <p><span style='font-size:11.0pt'>3)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci auction
144 showbid                  – Toggles the
145 showing of the average bid.</span></p>
146 <p><span style='font-size:11.0pt'>4)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci auction
147 showstats                – Toggles display
148 of the auction stats line.</span></p>
149 <p><span style='font-size:11.0pt'>5)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci auction
150 single                      – Not
151 implemented yet, on the to-do list :)</span></p>
152 <p><b><span
153 style='font-size:11.0pt'>Bank</span></b><span style='font-size:11.0pt'></span></p>
154 <p><span style='font-size:11.0pt'>1)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci bank toggle                         –
155 Toggles module, also turns off dependent modules.</span></p>
156 <p><span style='font-size:11.0pt'>2)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci bank save                           – Forces a save of
157 the bank data.  Only when at bank.</span></p>
158 <p><b><span
159 style='font-size:11.0pt'>Broker</span></b><span style='font-size:11.0pt'></span></p>
160 <p><span style='font-size:11.0pt'>1)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci broker toggle                       –
161 Toggles module, also turns off dependent modules.</span></p>
162 <p><span style='font-size:11.0pt'>2)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci broker
163 autofill                      – Toggles
164 use of autofill for new auctions.</span></p>
165 <p><span style='font-size:11.0pt'>3)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci broker
166 skipmem                  – If enabled will
167 skip the memory price during mixed mode autofill.</span></p>
168 <p><span style='font-size:11.0pt'>4)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci broker
169 setcut                       – Sets cut
170 percentage used to adjust smart autofill's value.  Must be formatted as either '90%' or as .90.</span></p>
171 <p><span style='font-size:11.0pt'>5)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci broker
172 autofillmode</span></p>
173 <p><span style='font-size:10.0pt'>1)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:10.0pt'>Mixed                                      – Will
174 attempt to use all other modes in the following sequence: Memory, Smart,
175 Vendor, None.</span></p>
176 <p><span style='font-size:10.0pt'>2)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:10.0pt'>Memory                                 – Will only fill in prices if you have sold the item
177 before.  Will still suggest buyout price
178 for items though.</span></p>
179 <p><span style='font-size:10.0pt'>3)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:10.0pt'>Smart                                      – Will
180 fill in prices based on market average if auction house data is available;
181 otherwise it will suggest a simple buyout. (requires the Auction module)</span></p>
182 <p><span style='font-size:10.0pt'>4)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:10.0pt'>Vendors                                 – Will fill in prices based on
183 what a vendor will pay for it; otherwise it will suggest a simple buyout.
184 (requires the SellValue module)</span></p>
185 <p><span style='font-size:11.0pt'>5)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:10.0pt'>None                                      – Will</span><span
186 style='font-size:11.0pt'> only suggest a buyout value based on the default bid
187 price blizzard puts up.</span></p>
188 <p><span style='font-size:11.0pt'>6)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci broker
189 remduration              – If enabled Broker will remember the last used auction
190 duration.</span></p>
191 <p><span style='font-size:11.0pt'>7)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci broker
192 ahcolor                     – If enabled
193 Broker will highlight the following types of items:  Known recipies, vendor bait, cheap buyout
194 items and cheap bid items.</span></p>
195 <p><span style='font-size:11.0pt'>8)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci broker
196 setahcolor                – This command
197 is actually slightly complicated.  It
198 allows you to set the colors of the given types of items.  These colors must be entered in as a three
199 number set representing the values of red blue and green respectively.  Example: “/kci broker setahcolor known 255
200 255 0”.  Possible values for any given
201 color are 0-255.  Please exercise caution
202 when messing with these.</span></p>
203 <p><span style='font-size:10.0pt'>1)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span class=GramE><span style='font-size:10.0pt'>known</span></span><span
204 style='font-size:10.0pt'>                                    –
205 The color for known recipes.</span></p>
206 <p><span style='font-size:10.0pt'>2)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span class=GramE><span style='font-size:10.0pt'>vendor</span></span><span
207 style='font-size:10.0pt'>                                   –
208 The color for items that will sell for more to a vendor.</span></p>
209 <p><span style='font-size:10.0pt'>3)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span class=GramE><span style='font-size:10.0pt'>buy</span></span><span
210 style='font-size:10.0pt'>                                         –
211 The color for items that have a cheap buyout.</span></p>
212 <p><span style='font-size:10.0pt'>4)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span class=GramE><span style='font-size:10.0pt'>min</span></span><span
213 style='font-size:10.0pt'>                                          –
214 The color for items that have a cheap bid price.</span></p>
215 <p><b><span
216 style='font-size:11.0pt'>Chatlink</span></b><span style='font-size:11.0pt'></span></p>
217 <p><span style='font-size:11.0pt'>1)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci chatlink
218 toggle                     – Toggles
219 module, also turns off dependent modules.</span></p>
220 <p><span style='font-size:11.0pt'>2)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci chatlink
221 mode                      – Toggles
222 between standard and safe modes.</span></p>
223 <p><b><span
224 style='font-size:11.0pt'>Equipment</span></b><span style='font-size:11.0pt'></span></p>
225 <p><span style='font-size:11.0pt'>1) /kci
226 equipment toggle                   –
227 Toggles module, also turns off dependent modules.</span></p>
228 <p><b><span
229 style='font-size:11.0pt'>Inventory</span></b><span style='font-size:11.0pt'></span></p>
230 <p><span style='font-size:11.0pt'>1)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci inventory
231 toggle                   – Toggles module,
232 also turns off dependent modules.</span></p>
233 <p><span style='font-size:11.0pt'>2)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci inventory
234 save                     – Forces a save
235 of your inventory data.  </span></p>
236 <p><b><span
237 style='font-size:11.0pt'>ItemInfo</span></b><span style='font-size:11.0pt'></span></p>
238 <p><span style='font-size:11.0pt'>1)
239 /kci iteminfo toggle                      –
240 Toggles module, also turns off dependent modules.</span></p>
241 <p><b><span
242 style='font-size:11.0pt'>LinkNet</span></b><span style='font-size:11.0pt'></span></p>
243 <p><span style='font-size:11.0pt'>1)
244 /kci linknet toggle             – Toggles
245 module, also turns off dependent modules.</span></p>
246 <p><b><span
247 style='font-size:11.0pt'>LinkView</span></b><span style='font-size:11.0pt'></span></p>
248 <p><span style='font-size:11.0pt'>1)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci linkview
249 toggle                    – Toggles
250 module, also turns off dependent modules.</span></p>
251 <p><span style='font-size:11.0pt'>2)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci linkview
252 open                      – Opens the
253 linkview window.</span></p>
254 <p><span style='font-size:11.0pt'>3)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci linkview
255 side                       – Toggles which
256 side of the linkview window the tooltip should display on.</span></p>
257 <p><b><span
258 style='font-size:11.0pt'>Optimizer</span></b><span style='font-size:11.0pt'></span></p>
259 <p><span style='font-size:11.0pt'>1)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci optimizer
260 toggle                   – Toggles module,
261 also turns off dependent modules.</span></p>
262 <p><span style='font-size:11.0pt'>2)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci optimizer
263 import master       – Imports the master
264 database.</span></p>
265 <p><b><span
266 style='font-size:11.0pt'>SellValue</span></b><span style='font-size:11.0pt'></span></p>
267 <p><span style='font-size:11.0pt'>1)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci sellvalue
268 toggle                    – Toggles
269 module, also turns off dependent modules.</span></p>
270 <p><span style='font-size:11.0pt'>2)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci sellvalue
271 short                     – When enabled
272 Sellvalue will display less explanation text on the tooltip.</span></p>
273 <p><span style='font-size:11.0pt'>3)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci sellvalue
274 single                    – Not yet
275 implemented :) On the to-do list!</span></p>
276 <p><b><span
277 style='font-size:11.0pt'>Tooltip</span></b><span style='font-size:11.0pt'></span></p>
278 <p><span style='font-size:11.0pt'>1)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci tooltip
279 toggle                       – Toggles
280 module, also turns off dependent modules.</span></p>
281 <p><span style='font-size:11.0pt'>2)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci tooltip mode                        – Toggles the use of a
282 separated tooltip or not.</span></p>
283 <p><span style='font-size:11.0pt'>3)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci tooltip
284 separator                  – Toggles the
285 use of an extra line in between data segments.</span></p>
286 <p><span style='font-size:11.0pt'>4)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci tooltip
287 splitline                     – Toggles
288 the use of both sides of the tooltip.</span></p>
289 <p><span style='font-size:11.0pt'>5)<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style='font-size:11.0pt'>/kci tooltip
290 moneyframe              – Toggles the use of moneyframes inside the tooltip, this
291 is only recommended on the when using the separate tooltip.</span></p>
292 <p><b>Patch Notes for the
293 .94 Series</b></p>
294 <p><span class=GramE><b>05-06-06 - <i>.94.5</i></b><br>
295 <br>
296 <i>Bank/Inv</i><br>
297 -Fixed several issues with the new bank storage.</span> <span class=GramE>Including
298 the nil bugs.</span><br>
299 <br>
300 <b>04-30-06 - <i>.94.4</i></b><br>
301 <br>
302 Fixed the various bugs mentioned in my thread at wowace.com (I think<span
303 class=GramE>)</span><br>
304 <br>
305 <i>Auction</i><br>
306 - <span class=SpellE>Reimplemented</span> Bell Curves to limit outliers. <br>
307 <br>
308 <i>Bank/Inv</i> <br>
309 - Optimized data storage to only run when needed.<br>
310 <br>
311 <i>LinkView</i><br>
312 - Fixed double search bug<br>
313 - Switched AdvSearch to being the default search method<br>
314 - The Base Item Search now reads Search Suffixes.<br>
315 <br>
316 <i>Broker </i><br>
317 - Fixed disable bug.<br>
318 - Auction color works again.<br>
319 - Changed SmartSplit to Alt-RightClick, I think that’s untaken.<br>
320 <br>
321 <i>Common </i><br>
322 - Enhanced a few error messages.<br>
323 <br>
324 <i>Tooltip</i> <br>
325 - Now sets owner on load.<br>
326 <br>
327 <i>ChatLink</i> <br>
328 - Fixed and enhanced a few small features and bugs<br>
329 - Added the chatlink module. <br>
330 - Allows you to type [Lightforge Bracers] in chat and it will turn it into the
331 appropriate link.<br>
332 - Will print a list of up to ten other options if an exact match is not found. <br>
333 - Does so without increasing memory use, and is fast, around fifty
334 milliseconds.<br>
335 <br>
336 <i>Linkview</i><br>
337 - Working on fixing some of the search issues, not quite finished yet.<br>
338 <br>
339 <b>03-27-06 - .<i>94.3</i></b><br>
340 <br>
341 <i>Tooltip</i><br>
342 - Added an API to unregister a function.<br>
343 <i>Broker</i><br>
344 - Control Right Click when at the auction house now does a search for that
345 item.<br>
346 - Shift Right Click will split one off of a stack and then place it in the
347 first open slot in your bag<br>
348 <i>Common</i><br>
349 - Added better error checking in several spots.<br>
350 <i>ItemInfo</i><br>
351 - Will now unregister with Tooltip.<br>
352 - Hopefully fixed some of the bugs with typing /kci iteminfo<br>
353 <i>Optimizer</i><br>
354 - Fixed issue related to per character profiling.<br>
355 <i>SellValue</i><br>
356 - Will now unregister with Tooltip.<br>
357 <i>Auction</i><br>
358 - Will now <span class=GramE>unregister</span> with Tooltip.<br>
359 <br>
360 <b>03-10-06 - <i>.<span class=GramE>94.2a</span></i></b><br>
361 ( <i>Fixes</i>) <br>
362 -A few small changes to fix a bug for KCET support.<br>
363 <br>
364 <br>
365 <b>03-10-06 - <i>.94.2</i></b><br>
366 ( <i>Fixes</i>)<br>
367 -Adv Search Bug with 1h and 2h weapons<br>
368 -Comparisons with nils or strings have been fixed.<br>
369 -Chatbox compatibility<br>
370 -Possibly <span class=GramE>More</span><br>
371 (Added) <br>
372 -Limited Linkwrangler Support (See Notes Below)<br>
373 -New Module: ItemInfo (See Notes Below)<br>
374 -Optimizer will remove some old invalid data on load. You should see the
375 upgrade message.<br>
376 <br>
377 <i>Notes<span
378 class=GramE>:</span></i><br>
379 LinkWrangler <br>
380 Support for LinkWrangler has been added. <span class=GramE>However only merged
381 tooltips and no moneyframes.</span> These limitations will be removed after
382 1.10.<br>
383 ItemInfo <br>
384 I have added a small module that will add the max stack info to the tooltip.
385 Submit requests for any other info you'd like this to display.<br>
386 <br>
387 <span class=GramE><b>v0.94.1</b></span><b> Beta - <i>3/4/06</i></b><i><br>
388 </i>I believe that I have fixed the following bugs. <br>
389 <br>
390 -Money frame bug with overlapping<br>
391 -Keybindings have been added in for linkview<br>
392 -Toggling broker not cleaning up after itself<br>
393 -Setting autofill throwing an error while in standby<br>
394 -Not being able to set mode to memory<br>
395 -Think I fixed the upgrade error for stats<br>
396 <br>
397 Added the API to get a character list<br>
398 <br>
399 KC_Items.common:GetCharList(realm, faction) <br>
400 <br>
401 both arguments are optional. If omitted it will return data based on all
402 options (i.e. if faction is nil then it will return all horde and alliance) <br>
403 <br>
404 <b>v0.94 Beta - <i>3/4/06</i></b><br>
405 There has been a complete rewrite, again.</p>
406 <p>Full Patch Notes Can Be Found Here: </p>
407 <p>http://kaelten.wowinterface.com/portal.php?&amp;id=2&amp;pageid=29</p>
408 </div>
409 </body>
410 </html>