World of Warcraft

These days I don't play much WoW, but when I do I only play on private legacy servers like Nostalrius (RIP) and Elysium. Private servers run older versions of the game, as you would have played years ago when those versions were considered "live" and "retail". The demand for these kinds of servers appears to me to be growing. Nostalrius and Elysium are "Vanilla" servers; that is they run the very first, original, expansion of the game (specifically for client version 1.12).

Interface AddOns

AddOns for World of Warcraft will always have a special place in my heart as I taught myself how to program by writing a few. Here are some of the AddOns I have written for or ported to Vanilla World of Warcraft.

sjMacro (github)

An addon that provides mouse-over casting to 1.12, something that wasn't added until burning crusade. Seeks to be minimal, and only provides global Lua functions which can be used in macros.

sjLinkSpoof (github) (demo)

Links in World of Warcraft are just specially formatted strings. You click on one it might open a small frame with information about an item, or it might open a URL window (if you have a chat addon). I wanted a tool to be able to easily create fake links, so I wrote this. Just don't spam global or trade, unless you want to piss-off GMs.

Swing (github) (demo)

I wrote this because I couldn't find a satisfactory weapon-swing tracker. I'd seen them on people's streams (for Vanilla that is), but couldn't find a truly compatable version. If dual-weilding it does an adequate job at calculating which hand was swung (but this does not work with non-player targets as the functionality to determine target off-hand speed isn't in this version of the game). Also included is a joke meter which turns into an energy ticker when playing rogue/cat druid (I might split this out to its own dedicated addon in the future).

Dark Souls Death Screen (github) (demo)

Written at a request, displays the graphic and plays the sound of the ubiquitous YOU DIED message from Dark Souls on death. The trouble was that the 1.12 client has none of the animation framework used in the retail addon Dark Souls Death Screen from which the idea for this port came. So I used a timer library for tweening and several functions to define animations.

Color Picker Plus (github)

A port of color to work with the 1.12 client. Provides RGBA channel values, hex-codes, and a copy and paste buffer.

Old projects

sjUF (github)

An attempted solution to raid frames. The most popular at the time of writing this is still Luna, but my favorite was sRaidFrames. Both have features that the other don't and that's what drove me to want to write my own. Additionally I rewrote the HealComm because the legacy version doesn't send a few useful things. I wouldn't say any of my efforts were production-ready though.

sjUI (github)

A (nearly) complete overhaul of the default UI. I personally used it for a few months but decided to ditch it as well as most addons (asside from the least intrusive and the bare essentials).