Monday, September 17, 2007

Quecho-2.1.0.535

I know I know, I've been slacking lately. Work work work, no addon releases. Well that's changing.

I'm pushing out a beta of one of my old neglected addons, Quecho. It's a simple addon designed for a leveling duo (like me and my husband). Simply creates a second quest tracker that shows your partner's progress if he has the addon installed too.

As you all might not know, I'm back with Ace (at least in spirit till Ace3 is gold), so I put the addon page up on the Ace wiki.

And now time for links:
Ace wiki
WoWI
Google Code

Saturday, June 2, 2007

tekKompare-2.1.0.423

So, I gave the new compare stuff in 2.1.0 a whirl and it wasn't enough. I missed compares on the ItemRefTip (the one that opens when you click a link) and the chat hovertips. I also got really sick of hitting shift. So here's a new tekKompare that takes advantage of the sweet new API slouken gave us.

As usual, download links:
Google Code
WoW Interface

Thursday, May 17, 2007

VendorBait-2.0.3.394

No bug, is feature! FEATURE!

Download
Google Code
WowInterface

VendorBait-2.0.3.390

A few mods implemented GetSellValue, so VendorBait now supports them!

Download:
Google Code
WoWI

Sunday, May 6, 2007

VendorBait-2.0.3.365

New addon goodness! Simple lil bugger, highlights the best item to take as a quest reward if you plan to just vendor off the item. Requires SellFish, for the time being.

Full details
GCode
WoWI

Wednesday, May 2, 2007

09f911029d74e35bd84156c5635688c0

Just thought I would share this with you all! I'm ordering my 09F9 T-shirt in the morn! Damn these guys are gonna make an assload off us rebel nerds.

Saturday, March 3, 2007

HatTrick-2.0.3.308

Another one of those addons I've had floating around that I never released. Simple as usual, adds two little check boxes in your char frame to toggle head and cloak.

Download
WoWI
GCode

Thursday, March 1, 2007

FriendsWithBenefits-2.0.3.302

Removing friends wasn't working correctly... I admit I didn't test that at all ^^ GCode, WoWI

Tuesday, February 27, 2007

tekKompare-2.0.3.294

Tem pointed out a lil bug in my hooking, this version is highly recommended as it's a bugfix.

WoWI
GCode

FriendsWithBenefits-2.0.3.286 and tekKompare-2.0.3.286

Two little goodies, since I finally got unlazy for an evening and finished something new...

FriendsWithBenefits is a friend list sync mod. Nice, simple, automatic. Adds your alts to the list so it's super easy to mail crap to them. Will also remove deleted players from your lists when it discovers them (can only discover when it's trying to add people to the list, however!) GCode, WoWI.

tekKompare got a minor update, added the hovertips cause they're nifty and really simple to pull off. Just delete the lua file if you don't want them. Also fixed a nil bug that was cropping up from time to time with mods showing item tooltips. GCode, WoWI.

Saturday, February 10, 2007

tekKompare-2.0.3.265

Added hover tips (it was simple code, why not?)... also added a local that can be changed to check a modifier key before showing tips. As usual: WoWI GCode

Thursday, February 8, 2007

tekKompare-2.0.3.256

Fixed wands in inspect frames and ammo.

Download: WoWI, GCode

Monday, February 5, 2007

tekKompare-2.0.3.246 and PriorityMail-2.0.3.249

Two new addons for your enjoyment.
*warning, may contain SURPRISE BUTTSECKS*

tekKompare is a nice simple EquipCompare style addon. It takes advantage of the wonderful new OnTooltipSetItem script slouken gave us to make the code super tiny, just how I like it.

PriorityMail was written to complement ExpressMail and fill the need of mass-mail that I miss since the 2.0 addon sundering. I shamelessly stole the code from grennon's Postal, but he used ExpressMail's code so I don't feel bad about it... like I ever felt bad about borrowed code before...

So enjoy them, available at the usual places:
tK: WoWI - GCode
PM: WoWI - GCode

Thursday, January 18, 2007

FuzzyLogic-2.0.3.182

T'was a bug with loading DongleUtils, all fixed now. Blah blah WoWI blah blah GCode.

Sunday, January 14, 2007

Dongle Beta updates

I've updated all my stuff to the latest beta build of Dongle. Updates are, of course, available on WoWI and GCode.

Wednesday, January 10, 2007

FuzzyLogic-2.0.3.148

Seems I forgot the Dongle embed, grab this update if your FuzzyLogic isn't loading.

GCode
WoWI

FuzzyLogic-2.0.3.143

Updated this lil bitch finally, since 2.0.3 has gone live. Now uses Dongle and will track when your pet dies, so revive should cast on the first click now! It will also set a static macro when you enter combat, so it will always behave as you expect. For now the Mend threshold and keybinding must be set in the lua file, I'll get "real" options in sometime.

To use, make a macro:
/click FuzzyLogicFrame

And as always, grab it at GCode or WoWI

Thursday, January 4, 2007

tekErr-2.0.3.123

Sometime back I found a gem buried in a mod that was doing a dozen different things... send addon errors to a chat frame. I promptly ripped all the extra crap out of this mod, called ErrorRedirect, and condensed it down to a mere 14 lines of code. I never released it because you had to uncomment if you wanted a debug stack... it was a minor pain but nothing I'd want to subject the average user to.

Well, I came up with a solution, put the stack trace in a tooltip and make the output text a good old link, just like an item. So without further blathering, I present tekErr. Get it on GCode and WoWI.

Small note, if you want it to output to a different chat frame (it uses ChatFrame5 by default), you'll still have to go muck about in the code :)