Releases: ccev/mp-eventwatcher
Releases · ccev/mp-eventwatcher
Event Watcher 2.3.3
Season event workaround (#7)
Add a config item max_event_duration
to set a limit in days for events to be put into MAD. Events exceeding the limit in length will be ignored. Useful for seasons: Apparently they don't change spawnpoints, and having a permanently active event prevents updating default spawns / running init scans.
Event Watcher 2.3.2
- Ignores events with unknown start or end times
Event Watcher 2.3.1
- Updating MAD Events if the event boosts lure duration
- New
check_timeframe
option in which you can define the hours in which the plugin should check for quest resets
Event Watcher 2.3.0
Added walker_settings wildcards
add(X)
gets replaced with?
+ Xmin(X, Y)
andmax(X, Y)
are replaced with the lower/higher timeifevent(X, Y)
is replaced with X if there's an event reset and Y if there's not- All times are normalized. so
1
becomes01:00
,2:00
becomes02:00
and so on. This also works within wildcards. Soadd(1)
is the same asadd(01:00)
. - Wildcards can be nested. For example,
?-ifevent(min(add(3), 10:00), 5:00)
would normally scan quests between your default time and 5am. But on event days, it would either cut off the time after 3 hours or at 10:00, depending on what comes earlier.
Thanks for Tabbomat and AstAst for the ideas and help!
Event Watcher 2.2.3
This is very little tested. Use at your own risk
- Uses pogoinfo v2 as a source
- Fixes a bug where auto quest resets simply didn't work at all
- new worker_settings format: copy worker_settings.txt.example to worker_settings.txt and fill it out
Event Watcher 2.2.2
This is very little tested. Use at your own risk
- Uses pogoinfo v2 as a source
- Fixes a bug where auto quest resets simply didn't work at all
- new worker_settings format: copy worker_settings.txt.example to worker_settings.txt and fill it out
Event Watcher 2.2.1
This is very little tested. Use at your own risk
- Uses pogoinfo v2 as a source
- Fixes a bug where auto quest resets simply didn't work at all
- new worker_settings format: copy worker_settings.txt.example to worker_settings.txt and fill it out
Event Watcher 2.2.0
This is very little tested. Use at your own risk
- Uses pogoinfo v2 as a source
- Fixes a bug where auto quest resets simply didn't work at all
- new worker_settings format: copy worker_settings.txt.example to worker_settings.txt and fill it out
Event Watcher 2.1.1
- Define specific event types you want quests resets for (e.g.
event,cday:start
) - It can now do multiple resets on the same day (make sure your walkers support it, though)
Updates to Quest Resets
2.1.0 better quest resets