Results: 4Comments by: Karail
File: HotCandy07-20-09
If you would like to change the siz...
Posted By: Karail
If you would like to change the size of the font used on the bars add the following code after line 155: self.group:SetFont(nil, 9) The second parameter in the brackets (9 in the example above) is the font size the bar should use.
File: AuctionLite04-19-09
One more suggestion from me... P...
Posted By: Karail
One more suggestion from me... Please can you add an option to reset price data for a specific item (or to exclude an item from the deals list). It seems gold sellers on my server are using the AH to transfer money and as a result I now get "Roasted Quail" shown at the top of my deals list because it was once sold at 1600g but is...
File: AuctionLite04-13-09
Another fan of the addon here. Than...
Posted By: Karail
Another fan of the addon here. Thank you very much for taking the time to develop this. Just wanted to add to Vis's suggestion. It would also be great if the addon stored the number of items per stack from previous auctions. An example of where this would be useful is when selling Inscriptions. If I have a stack of 5 Inscripti...
File: Light'n'Stylish Minimap10-18-08
I modified the code slightly to all...
Posted By: Karail
I modified the code slightly to allow me to move the entire frame in one go. Here is the code: local offset_x = 10 local offset_y = 30 local mmap_pos_x = offset_x + 5 -- set minimap position from right border local mmap_pos_y = offset_y + 30 -- set minimap position from top border local lctn_pos_x = offset_x + 5 -- set...