|
|
|
21 Nov 2009 |
|
|
Planning |
| This addon is a set of functions to aid in targeting players in scenarios. The best way to use these is to make a macro with the function you want to use. Some functions take a faction parameter. This should be used to specify the faction you're looking for. It can be either "Order" or "Destruction", with the quotes. Here is a list of possible macros: /script ScenarioTargeter.TargetHighestHeals(faction) This will target the person who has the highest heals in the given faction. This is useful... |
|
|
|
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... |
|
|
|
27 Jul 2009 |
|
|
Inactive |
| The Curse Profiler is Curse's Warhammer Online data collection addon. This addon is used to collect information about items, quests, entities/npcs as well as character profile information for upload to the Curse global database. For more information see this page: http://www.curse.com/client/ |
|
|
|
16 Jul 2009 |
|
|
Inactive |
| Ever wanted to search the auction house for a very rare healing critical chance talisman? How about the new, trade-able trophies and pocket items from the Land of the Dead? Are you a salvager who wants to find all the figurines in the auction house? How about searching for all of the usable items that increase your parry percentage? Then this addon is for you! It adds to the list of searchable types, slots, and stats! Does not interfere with other auction addons, such as AuctionStats As per... |
|
|
|
29 Apr 2009 |
|
|
Inactive |
| This is our beta addon for WARDB. We recently added a number of new features and to make sure it is properly tested, we are having a beta test.Before installing this addon, make sure to uninstall the existing curse profiler, as it will conflict with the beta version. Once you log out of the game, you can find your savedvariables in your war directory + user\settings\ServerName\CharName\ProfileName\ZCurse_Profiler_Beta\SavedVariables.lua you can email these to nsinkule@curse.com and i will... |
|
|
|
26 Apr 2009 |
|
|
Inactive |
| Current version : 0.3 English Description Create a file "SavedVariables.lua" in the game directory "[WAR]\user\settings\[Server]\[Player name]\[Player name]\StatsJaal" which contains various informations about your characters (caracteristic, knowledge book's content...etc..). The created file is raw and needs to be parsed. Note It's recommended to delete previous file "SavedVariables.lua" automatically created by WAR when you import profiles before using this new version (in order not to mix... |
|
|
|
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... |
|
|
19 Jan 2009 |
|
|
Inactive |
| CombatCount will count the number of times you have been in combat. It's very simple but I will be expanding the addon to include additional (but equally useless :P) stats in the future. It is, however, fun to see how many times you've ran away like a little girl fought valiantly to the bitter end! Requires LibSlash! Slash commands are "/cc count" and "/cc reset" (/combatcount can be used instead of /cc). |
|
|
28 Dec 2008 |
|
|
Inactive |
| /******************************************************** * * Guild Data Extractor * * Author: Robert Gray ( Gehennas / Mitazaki ) * Guild: Damned Souls * Server: Karak-Hirn * Website: www.damnedsouls.eu * ********************************************************/ NOTES ----- This addon can be used to take guild member data from ingame then make it usable in php Relevant data includes: > note = Member public note > careerString = Career/Class Name > rankInAlliance = Alliance rank ( by... |
|
|
|
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(... |
|
|
|
27 Nov 2008 |
|
|
Inactive |
| NOTE:For Addon Developers! Allows for easy editing of anchors and window dimensions. Automatic window name grabbing, automatic population of fields, optional manual entry for fields, can click on any number field and use the mouse wheel to adjust the value. Can output Anchors or Size tags as multi-line LUA, single-line LUA, or XML. Places the generated code in a text edit box for easy copy and paste to your addon files. The addon is accessed by a button added to the debug window. Really makes... |
|
|
|
14 Nov 2008 |
|
|
Inactive |
| Retrieves & Stores target data for later use. Easy way of getting information about a target. Works with friendly, hostile & mouseover. Info can also be looked up by players name. returns players name, class, archetype (healer, tank, etc), iconid, rank, hitpoint %, and much much more. *** This is for developers, it does nothing without mods that use it! If you are and end user just download, install, and watch the magic! *** see TargetInfoWindows for a working example. Function List see... |
|
|
13 Nov 2008 |
|
|
Release |
| TimeToDie tracks various statistics about your deaths - how long you lived, how long it took you to go from full health to dead, how long you were in combat immediately before dying. It will save data for up to your last 100 deaths. If you have LibSlash installed, you can view its reports or reset data with the following commands: /ttd - Displays a report of averages for the current career and level /ttdlast - Displays a report for the most recent death /ttdreset - Resets TTD's data If you... |
|
|
|
05 Nov 2008 |
|
|
Inactive |
| This mod doesn't seem to make a difference, I and others still get CTDs unfortunately. Still feel free to try it, and if you should encounter a reduction in CTDs, please let me know Wipes the Combat Log every 5 minutes, in the hope of reducing CTDs, without breaking addons that read information out of the combat log. Please note: This is currently still untested. It may not work. It may even make things worse. It may break other addons. It may [insert some bad thing]... But then, it just may... |
|
|
|
29 Oct 2008 |
|
|
Inactive |
| A library intended for storing and versioned data between embeddable libraries. This is will greatly simplify the work needed to have embeddable libraries save and manage data between different instances. Primary Goals: Support libStub version mechanics for data. Maybe even merge the two libraries at some point. Make it easy for embedded libraries to have a centralized, versioned, storage of data. Remove the requirement for embedded libraries to need saved variables added to the .mod of the... |
|
|
17 Oct 2008 |
|
|
Inactive |
| Yeah a notepad addon ! You can write what you feel when you play or something different and you can save it ! Buttons: Chat - Send the text to your current channel ! Save - Save the Text for ever ! NEW: When the Text isn't saved the Save Button is red ! NEW: NotepadToogleButton - You have now a little book like the tome button (at the first start in the center ) and you can relocate it with the UI Layouter . NEW: Options - In the Options you can change the Font of EditBox ! Yeah thats it and... |
|
|
08 Oct 2008 |
|
|
Inactive |
| Here is a backup utility that will save your butt when an addon or something goes wrong with your user interface. This will back up your Cache, User, and Interface folders for easy disaster recovery of all your settings. This batch file can be run from any drive. I just keep it on my desktop. Requires WinRar to be installed! If you run this without Winrar installed, this will open the WinRar download page. http://www.rarlabs.com/download.htm Editing of this batch file is required to make it... |
|
|
|
08 Oct 2008 |
|
|
Inactive |
| Did you know Warhammer Online saves all chat messages and combat logs to your hard drive? Check the logs folder and you may be surprised to find hundreds of megabytes of files! Don't Log Me Bro! disables logging and may improve game performance. Please share your results. NOTE: Logging is disabled by default in 1.0.2 (Oct 9 2008) Other Addons by Branderic Letter Opener - Open all messages in your mailbox and retrieve the attachments, also supports deleting read messages Time To Rank - A... |
|
|
|
06 Oct 2008 |
|
|
Inactive |
| Takes a screenshot automatically when a specific in-game event is triggered. Available commands: /autoss on /autoss off /autoss triggers Main things I'm trying to get it to trigger on for now are: Scenario summary Noteworty persons PQ Completed Player level up Player Inf lvl update To change these you would have to edit the code file. I haven't found much info on event triggers at all so I am just guessing what these are doing so any suggestions are very welcome! The known events can be found... |
|
|
|
19 Sep 2008 |
|
|
Inactive |
| This AddOn exports all combat activities related to the player to a CSV. Also exports the leaderboard from scenarios to a CSV. |