Addons

Filters

NameUpdatedCategoryAuthorStage
NameUpdatedCategoryAuthorStage
LoyalPet Ability Settings

LoyalPet

20 Nov 2009 Release
LOYALPET 2.9 What is it? Addon that allows more control and functionality from your pet What can it do? Make pet more responsive to attack and follow commands Make pet use its abilities as soon as possible or turn them off completely Make pet use its abilities in an order you specify Make pet stop using its abilities after its target's health reaches a certain percentage Make pet attack any enemy you are currently attacking automatically while in a passive stance if it has no current target...

LootMonitor

05 Nov 2009 Alpha
The addon monitors the drops and loot rolls of party and warband members during a session. It parses loot and loot roll chat text. After a monitoring session is started it logs the items received by each party and/warband member and their loot choices, i.e. pass, greed, need. The addon provides an API to register loot events. Whenever a player selects loot option, i.e. pass, greed, need, or whenever s/he receives an item the loot event is fired with the information of player name, item and...

LibSurveyor

24 Oct 2009 Release
Description LibSurveyor manages all your mapping library needs: Easily translate between world and zone coordinate systems Track and store custom map pins Register custom "pin types" so that your addon can easily extend the pins to provide any number of cool new features to the user Easily display any set of pins on a window of your choice so that you can focus on building an amazing user interface rather than the boring and tedious process of managing the map I have taken over in order to...
LibSlash doesn't have anything to take a picture of, so here's a cute picture.

LibSlash

16 Oct 2009 Release
A basic library for registering slash commands in the WAR interface. If you're downloading this because an addon you want to use requires it, just extract it into the interface\addons directory, and that's all you need to do. With LibSlash installed, you'll also be able to use /addon or /uimod to open the Addons window in-game. If you're writing an addon and want to utilize LibSlash, place it in the proper addons directory along with your other addons. Then, add it as a dependency in your...
Toggler

LibWBToggler

11 Oct 2009 Release
WarBoard Toggler Library What is it about? A development tool used to create Toggler windows in an easy way. It's a required dependency for modules using it. It is still in development stage, needing many enhancements. Use tickets to give me ideas. All togglers still require the AddOn which they have after WarBoard_Toggler. As of 0.3, has a toggler manager in which you can choose to show/hide the Label text and Icon. To access it, try /wbtm or open the WarBoard options window and click the...

LibConfig

14 Sep 2009 Beta
Developers only LibConfig uses LibGUI to create fully functional configuration menus for your mod. First Beta just to gather suggestions and requests, wouldn't recommend using it for your addon yet, as things will likely get moved around a bit. Beta is bundled with LibConfigTest (slash command /config) that demonstrates the functionality. See the code for descriptions.

LibLocation

30 Aug 2009 Release
LibLocation is a library for location translation, and will later add management of points of interest. The library provides a simple and easy way for addon developers to convert between local location coordinates and the world coordinates provided by the WAR API (like the deprecated LibSuveyer and MapMonster). It should however not be limited by an old API and is therefore not simply a clone of an existing project, but a new entity. In later versions of the library, it will provide an...
Wargames' Tome Achievement Page (example)

LibAchievements

20 Aug 2009 Beta
This addon provides functionality to other addons by allowing them to create their own achievement entries in the Tome of Knowledge. You won't notice anything just by installing this addon without other addons using it!This is work in progress so the interface, function names, etc. might still change!Provided functionsLibAchievements.CreateCategory(name) Creates the category named "name" (if it doesn't exist yet) and returns the addon internal ID used in other functions. name...

LibItemCompress

18 Aug 2009 Inactive
Takes an itemData table and compresses into a single wstring. The compressed string will have a length of around 160 characters. Usage First, retrieve the library using LibStub: local LibItemCompress = LibStub:GetLibrary("LibItemCompress-1.0") To compress an itemData table, use the compressItemData method, which takes a single itemData table and returns a wstring e.g.: local itemDataComp = LibItemCompress.compressItemData(itemData) To uncompress a wstring, use the uncompressItemData method,...

LibLink

24 Jul 2009 Inactive
This library overrides original EA_ChatWindow.OnHyperLinkLButtonUp and EA_ChatWindow.OnHyperLinkLButtonUp to provide custom link handler for mod developer. You can design a handler like this function your_mod.your_left_button_handler( linkData, buttonFlag, x, y )then register it like this LibLink.RegisterHandler(L"YOUR_KEYWORD", your_mod.your_left_button_handler, your_mod.your_right_button_handler)When player clicks on the link, and the data attribute is begin with your keyword, your handler...

LastListedZombie

08 Jul 2009 Inactive
LastListedZombie Description ====================== LastListedZombie is a zombie version (dead... but walking) update to the original LastListed by SidSixSeven (http://war.curse.com/downloads/war-addons/details/lastlisted.aspx). It is an update to version 03c allowing it to properly function with the new 1.3 inventory system. Original LastListed Description ====================== LastListed is Auction House addon intended to speed up and simplify the listing of Auctions. To use, simply...
Sample screenshot

LootWatch

07 Jul 2009 Inactive
Loot Watch - An addon for Warhammer Online 1.3.0 and above This addon will display incoming loot visually. This is needed in 1.3.0 due to the addition of the Auto Roll feature, which places items into your inventory without notification. The intention is to bring your attention to you winning items such as medallions which would otherwise just show up in your inventory. To use, extract the archive into your WarhammerOnline/interface/addons directory. It will create a LootWatch directory...

LibQPOSync

24 Jun 2009 Inactive
LibQPOSync, part of the QPO Framework <insert hyperlink here>, provides a robust method for addon developers to implement player to player addon data synchronization. Key Features Provides a robust set of functionality for player to player addon communication Continually maintains the state of communication channels used for addon communication and will perform steps necessary to keep the channel alive and well Provides reporting functions for number of users, data traffic, and other various...

LibQPOData

24 Jun 2009 Inactive
LibQPOData, part of the QPO Framework <insert hyperlink here>, provides a centralized and self-contained data store and API for quick access to zone control detail information. Feature Highlights Compatible with game version 1.3.0 Stores, maintains, and provides easy access to information relative to battlefield objectives ( remote pairing BFO status obtained through seamless integration with LibQPOSync <insert hyperlink here> and LibQPOZCPublisher <insert hyperlink here> ); Automatically...

LibGUI

21 Jun 2009 Release
Library for GUI interfaces.
LayoutTool

LayoutTool

16 Apr 2009 Inactive
LayoutTool provides an helpful on-screen alignment guide to help you arrange UI elements the way you want them. In essence, it provides two points that you can drag around the screen (blue = topleft, yellow = bottomright) and it will display a checker-pattern of 4 boxes between those two points, to indicate midway points both horizontally, vertically, and diagonally, as well as allowing the sides or center axes to be utilized for aligning many elements in a row. Use /script ToggleLayoutTool()...

LibPickle

31 Jan 2009 Inactive
Easy to use serialization library for Warhammer. Features Supports the use of most data types as table keys, including tables, booleans, and wstrings. Tables containing circular references are properly serialized and references restored when deserialized. Functions cannot be pickled, instead they are replaced by a wstring to allow pickling of large objects and table structures without having to remove them first, try pickling GameData or SystemData sometime! All serialized data is output as...

LuaPad

19 Jan 2009 Inactive
Simple Lua Script Window Features Simple window with a large edit box to allow you to write or copy and paste multi-line scripts in-game Lua code entered into the edit box is automatically saved between reloads and new sessions Toggle LuaPad display with simple command "/lua" Required REQUIRES LibSlash

LibSharedAssets

08 Jan 2009 Mature
Note: This is an embedded development library! Unless you're an addon author, you don't need to download it - it'll come packaged with any addon that actually uses it. LibSharedAssets is a framework to allow addons to use a collection of shared texture assets. Basic usage for developers is outlined here, while the API itself is documented here.

LibUtils

12 Dec 2008 Inactive
Description A simple library providing some commonly used utility functions. This library solves the problem of reading and writing to a file for communication with an external program! Reporting Bugs Post Bugs HERE Requirements LibCereal-1.0 must be installed. Function Documentation LibUtils.Chat( text ) / Chat( text ) Description Sends a line of text to the primary chat window. Parameters text - A line of text in either string or wstring format. Returns Nothing LibUtils.Dbg( text ) / dbg(...