Page 1 of 1

[Addon] CombatLogger

Posted: Fri Dec 02, 2016 7:54 pm
by Caffeine
CombatLogger 1.0

Image

Download:
CombatLogger-addon-2020-11-21.zip


Description

A tool that allows players to selectively record portions of the combat log to file.
To start recording simply run /cl start command in chat or create a macro with the respective script line.

Log files generated by the addon are stored in:

Code: Select all

Warhammer Online - Age of Reckoning/logs
Files are named based on current datetime and your characters name.

The addon has a limiter for how many lines it can save in a single file. If the limit is reached the addon stops recording automatically. The limit is 18000 lines by default but can be adjusted with respective slash command. Change with discretion as astronomical values will most likely cause issues.

Addon supports audio feedback by playing QUEST_ACCEPTED sound when a new log is started and QUEST_COMPLETED when logging is finished. This functionality is OFF by default and can be enabled with /cl sound command.

I highly recommend setting saveToDisk attribute to false in UserSettings.xml (line 18) as the addon operates independently of it and you don't want to be logging the same information twice.

Slash commands

/cl or /cl help - lists available slash commands
/cl start - starts recording a new log
/cl stop - stops recording current log
/cl pause - pauses/unpauses recording current log
/cl sound - turns sound ON if it was previously OFF and vice versa; OFF by default
/cl showlimit - prints the maximum number of lines addon is currently allowed to save
/cl setlimit n - sets log line limit to n

Macro copypasta
Spoiler:
start recording a new log

Code: Select all

/script CombatLogger.start()
stop recording current log

Code: Select all

/script CombatLogger.stop()
pause/resume recording current log

Code: Select all

/script CombatLogger.pause()
toggle sound ON/OFF; OFF by default

Code: Select all

/script CombatLogger.toggleSound()
Version History
2016-12-02 1.0 - release

Inspired by: RoRClC - a combat log converter for RoR by DonCarlos

Re: [Addon] CombatLogger 1.0

Posted: Sun Dec 04, 2016 1:03 pm
by DonCarlos
Awesome. It works like a charm :-)

Re: [Addon] CombatLogger 1.0

Posted: Tue Apr 21, 2020 2:04 pm
by Vauleen
I noticed the link for this mod is not working. @Caffeine is it possible to have the link replaced with a working one? Or to add the mod added to https://tools.idrinth.de/addons/?

Re: [Addon] CombatLogger 1.0

Posted: Sun Dec 20, 2020 1:51 pm
by Caffeine
Vauleen wrote: Tue Apr 21, 2020 2:04 pm I noticed the link for this mod is not working. @Caffeine is it possible to have the link replaced with a working one? Or to add the mod added to https://tools.idrinth.de/addons/?
Updated OP with a new link.