|
|
|
25 Sep 2009 |
|
rsmozang |
Release |
Embedded library |
| DescriptionLoggerHead is a an automated combat log enabler. It allows you to select via a simple GUI interface which Zones and Instances to automatically enable for logging. Works for PvP/Arenas(For real this time)!LoggerHead has a LDB module for those running a Data Display. Left Click toggles logging. Right Click opens configuration screen. Enjoy.Localization!!!I need help localizing LoggerHead! If you want to help please check out:... |
|
|
|
12 Oct 2008 |
|
CommanderSirow |
Abandoned |
Embedded library |
| Description Register spell cooldowns to more descriptive events. Callbacks Fired :LibCooldownSpell_Start(spellName , spellID, startTime, duration) Arguments spellName:string - Name of triggered spell spellID:number - ID of spell in spellbook (as used by GetSpellName(spellID, bookType) startTime:number - Time when cooldown started (as returned by GetTime()) duration:number - Duration of cooldown until finished Notes Fired whenever one of your spell cooldowns was started... |
|
|
|
12 Oct 2008 |
|
CommanderSirow |
Abandoned |
Embedded library |
| Description Register item cooldowns to more descriptive events. Callbacks Fired :LibCooldownInventoryItem_Start(itemID, itemName, startTime, duration, bagID, slotID) Arguments itemID:number - ItemID of triggered item itemName:string - Name of triggered item startTime:number - Time when cooldown started (as returned by GetTime()) duration:number - Duration of cooldown until finished bagID:number - Bag ID as used by GetContainerItemCooldown(bagID, slotID) slotID:number - Bag slot ID as used by... |