TB Core

TB Core

Features

TB Core is a library providing functions which are essential to the TB Add-Ons Suite. If you use an add-on prefixed with TB_, it most likely requires this library in order to function properly. Finally, TB Core also does the following:

  • Increases the quality of your screenshots.
  • Increases the camera's maximum follow distance.
  • Shows enemy cast bars on the default unit frames and nameplates.
  • Provides the /GX slash command to restart your graphical engine, hopefully fixing display corruption.
  • Provides the /RL slash command to reload your game interface, including all your addons, but not their ToC files.
  • Improves the IsFlyableArea() function to determine whether an area is truly flyable (supports Wintergrasp and Krasus's Landing in Dalaran).
  • Improves the CallCompanion() function to call a companion (non-combat pet or mount) by name. This is useful in all-in-one mounting macros.

All-in-One Mount Macro

Thanks to TB Core you may now use the following macro to mount up anywhere. It will recognize Dalaran, Wintergrasp, Krasus Landing, etc.

#showtooltip [noflyable] Black War Steed; Red Proto-Drake
/run if (not IsMounted()) then if (IsFlyableArea() and not IsSwimming()) then CallCompanion("Red Proto-Drake") else CallCompanion("Black War Steed") end end VehicleExit()
/dismount##

Localizations

Localization for TB Core is open. Please contribute your translations using the CurseForge contribution page.

Bugs and Requests

Please submit them using the CurseForge Tracker.

About the Author

I am a professional software engineer who plays World of WarCraft way too much and develops add-ons as a hobby (crazy I know!). I have played the same character since the release of World of WarCraft, a hunter called Valana, in the Team BATTLE guild on the Mug'thol realm. I raid some, but my primary focus in this game is PvP (mainly arenas).

Please donate to help keep this add-on going!

You must login to post a comment. Don't have an account? Register to get one!

Facts

Date created
19 Mar 2009
Categories
Last update
30 Aug 2009
Development stage
Release
Language
  • enUS
License
All Rights Reserved
Curse link
TB Core
Reverse relationships
12
Recent files
  • A: r123 for 3.2.0 on 30 Aug 2009
  • A: r122 for 3.2.0 on 10 Aug 2009
  • A: r121 for 3.2.0 on 05 Aug 2009
  • R: r119-release for 3.1.0 on 11 Jun 2009
  • A: r119 for 3.1.0 on 27 May 2009

Authors