spiralofhope logo
spiralofhope logo

S
piral of Hope
Better software is possible.
Styles
Table of Contents

World of Warcraft addons >


Misc.

How do I avoid accidentally cancelling a rez?

  • [9] WrongButtonGoAway stops the escape and greys out the cancel button.
    • /wbga

How can I mount more easily?

A mount that just "does the right thing" depending on the area you're in. Flyable, swimming, indoors, outdoors, just mount you on the appropriate thing.

  • [11] Squire2
    • [Squire2, Squire2_Config]
    • libs/[AceConfig-3.0, AceDB-3.0, AceEvent-3.0, AceGUI-3.0, AceGUI-3.0-ActionSlotWidgets, CallbackHandler-1.0, LibMounts-1.0, LibStub]
Alternatives:
  • [http://cladhaire.wowinterface.com/downloads/info12282-Mounty.html Mounty
  • [12] GoGoMount
  • TODO: Basic scripting
TODO: My massive scripting solution.

other

  • [13] BetterKeyBinding
    • [betterkeybinding]
  • [14] tekaccept
    • Auto-accept party invites from friends and guild members.
  • [15] Overachiever - achievement tools and tweaks
    • [Overachiever, Overachiever_Tabs, Overachiever_Trade]
    • Overachiever/libs/[LibBabble-Inventory-3.0, LibBabble-Zone-3.0, TjBagWatch.lua, TjDragIt.lua, TjOptions.lua, TjOptions.txt, TjSharedMediaDropDown]
    • achievement searching
  • [16] QuestLog Collapse
    • [QuestLogCollapse]
    • Make the quest log remember what items you collapse/expand
    • Removed, for simplicity.
  • Guild Reminder -- Turns the guild message of the day (MOTD) into a popup to improve noticability
    • did I remove this? why? hrm, i have something that's doing this..
  • GuildFilter -- Lets you search the guild roster.
    • was broken and I removed it a while back. TODO: check up on it
  • [17] Group Calendar 5
    • [GroupCalendar5]
    • Basic improvements on the calendar. Improved meeting setup. .. and most importantly it can show event times in your local time zone.
    • I don't need it for what I do. Also, altoholic has event reminders.

How do I turn duels off?

  • [18] MicroDeclineDuel
  • [19] No More Duel/Drunk Spam
    • [NoDuelSpam]

How do I automate re-buffing?

  • [20] BuffBroker
    • BuffBroker/libs/[CallbackHandler, LibStub]
    • Externals/[Ace3]
(TODO: my scrollwheel functionality)

Alternates:

  • SmartBuff -- Automatically buff the right characters with the right buffs. Perfect for self-buffing and most party/raid buffing. Does NOT eliminate the necessity for pally power though.. so Paladins beware. =/
  • TODO: zomgbuffs (some old notes follow)
/zomg zomgbufftehraid tracker sound blizzard: hearthstone bind
I don't track single spells..
/zomg zomgbufftehraid tracker tracker
Paladin:
/zomg zomgbufftehraid singlespells Hand-of-Freedom nolearn off
Priest:
/zomg zomgbufftehraid singlespells Fear-Ward nolearn off
/zomg zomgbufftehraid singlespells Fear-Ward noautocast
Mage: .. uh, singlespells was removed? I removed the tracker icon.
/zomg zomgbufftehraid tracker Focus-Magic nolearn off
  • Cork - smartbuff type addon
    • TODO: Investigate/report, maybe.
    • scrollwheel casting is broken, I had to hack a solution (maybe I didn't need to!)
    • needs to be able to rebuff before the expiry, e.g. 5mins left
    • needs to be able to rebuff with a certain number of charges left (e.g. inner fire, 3 charges left)
    • shouldn't cast while mounted (especially flying!)
The zoom macros I made and bound to the scroll wheel:

/run CameraZoomIn(2)

    • Can't rebuff in combat anyways, so let's abort:
/stopmacro [combat]
    • Mute fast-casting errors:
/console Sound_EnableSFX 0 /script UIErrorsFrame:Hide()
    • Auto-buffing addon:
/click CorkFrame /script UIErrorsFrame:Clear();UIErrorsFrame:Show() /console Sound_EnableSFX 1
/run CameraZoomOut(2)

    • Can't rebuff in combat anyways, so let's abort:
/stopmacro [combat]
    • Mute fast-casting errors:
/console Sound_EnableSFX 0 /script UIErrorsFrame:Hide()
    • Auto-buffing addon:
/click CorkFrame /script UIErrorsFrame:Clear();UIErrorsFrame:Show() /console Sound_EnableSFX 1

Sound

How do I browse-through and play game sounds?

  • [21] AudioX II
    • [AudioX, AudioX_Broker, AudioX_FixFavs, AudioX_Minimap, AudioX_Options, AudioX_Search, AudioX_UI, AudioX_Who]
    • AudioX_Broker/libs/[CallbackHandler-1.0, LibDataBroker-1.1.lua, LibStub]
    • Gives a complete audio browser to help you locate and play sounds. Essential for tracking down sounds to be customized or muted.

How do I lower or mute the game sounds when talking on vent/mumble/teamspeak/etc?

How do I mute the Hunter gun sound?

How do I mute mount jump sounds?

How do I customize game sounds?

(TODO - re-writeup all my notes, ugh)