A simple developer tool that lets you monitor any number of events. When an event occurs, it reports the name of the event and the first four arguments.
In version 0.5, thanks to improvements from Alleris, you can modify the list of watched events in-game. Commands are:
/watch [eventname] [color]
Watches an event, optionally with messages in a particular color. [color] must be in RRGGBB format. (e.g. 50A6EE)
/unwatch [eventname]
Stop watching an event. "/unwatch all" will stop watching all events.
/watches
List watched events.
Events can still be specified in EventWatch.lua, as in v0.4.
The complete list of events is available here:
List of Events - Runes of Magic Wiki
Alleris' improvements; can change list of watched events in-game