tyroney.com

This page is half-mothballed

You can download my mod pack here, but I'm only sort of maintaining it at the moment.  Last I checked, (2.2 test realm) things seemed to be working just fine.  Visit the official UI forums if you need way more help than the readme.  I've posted the archive of the irc log and source files for the rest of my tutorial just in case.


handy macros
language toggle macro
/script if DEFAULT_CHAT_FRAME.editBox.language == "Common" then dalang="Darnassian" else dalang="Common" end
/script DEFAULT_CHAT_FRAME.editBox.language=dalang
/script DEFAULT_CHAT_FRAME:AddMessage("Now speaking "..dalang);
location display macro
/script SetMapToCurrentZone(); blurbx,blurby=GetPlayerMapPosition("player")
/script blurbx=floor(blurbx*1000)/10; blurby=floor(blurby*1000)/10
/script DEFAULT_CHAT_FRAME:AddMessage(GetRealZoneText() .. "  (" .. blurbx .. ", " .. blurby .. ")")