Addons

Filters

NameUpdatedCategoryAuthorStage
NameUpdatedCategoryAuthorStage
desc

OverheadXP

05 Sep 2008 Inactive
OverheadXP I've changed my mentality about how I'm going to do addons from this point forward. I've spoken with a few people at curse and I understand that there is still room for my addons in the community however I've never been a fan of in-game configuration options so from today onward every single one of my addons will not have any in-game configuration. If you want to add or change something please take the time to either learn lua and change it yourself, or come talk to me in IRC, if...

MoveTip

03 Sep 2008 Inactive
MoveTip is a very simple addon that lets you force all tooltips to be displayed at a specific anchor point. The default anchor point when installing MoveTip is towards the bottom-right corner of the screen; the exact settings are this: Point = "bottomright" RelativePoint = "bottomright" RelativeTo = "Root" XOffset = -400 YOffset = -150 To change one of these settings, use the following: /script MoveTipSettings.SETTING = VALUE where SETTING is one of the things on the left above, and VALUE is...

FlowerPower

30 Aug 2008 Inactive
FlowerPower helps to remind you to add water to, add nutrients to, and pick your plants when Cultivating. REQUIRES LibSlash (http://war.curse.com/downloads/details/13510/) to use.

PsPad Lua Syntax Highlighting for Warhammer

29 Aug 2008 Inactive
This contains a customized LUA Syntaxhighlighter file for the popular Editor PsPad. It Contains all known API Key functions and enhanced Lua Functions fitting to the Warhammer Scripting API. It is usefull for Programmers to have a valid Syntaxhighlighting while programming an Addon.

Approximate FPS

26 Aug 2008 Inactive
This addon adds a small FPS counter. It displays the current FPS and an average over the last 30 frames. (Displayed as "Cur | Avg") Disclaimer This addon is named Approximate FPS because the calculated FPS is accurate as long as the following assumption holds true: OnUpdate is called exactly once per frame rendered The value passed to OnUpdate on each call is the exact time in seconds passed since the last frame If for some reason this is not the case then the FPS might be completely off....
MyPad

MyPad

25 Aug 2008 Inactive
A small in-game notepad that has the ability to run multi-line scripts.
Xp Modus

XpStatus

25 Aug 2008 Inactive
This addon keeps track of your experience and renown earnings during a game session. Do a right click on the window to change the display modus.

Gork Sez Stop Warner

23 Aug 2008 Inactive
This addon warns you when you are debuffed by the Gork Sez Stop morale ability. You will recieve a warning message, a nice random Paul Barnett talk about this Warhammer Beta and the screen edges start flashing in red until the debuff is removed.

Hello, World!

20 Aug 2008 Inactive
This says Hello, World! on startup. Serves no other purpose. This is mostly so other developers can see a minimal addon that works. Goodbye, World!

Penguin

20 Aug 2008 Inactive
Penguin Penguin is designed to be a massive overhaul of the in-game scrolling/floating combat text. The current default one is very unresponsive, bugs out constantly (ie, it fails to attach to your target), and in general makes a player feel like none of their attacks are actually connected to the numbers flying across your screen. In the first few iterations this is just going to be a hacked-up version of the default in-game lua. Once I'm satisfied with the core of the addon, I'll be doing a...