Skip to content

Releases: ccev/mp-eventwatcher

Event Watcher 2.3.3

30 Nov 16:15
e177442
Compare
Choose a tag to compare

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

26 Aug 16:25
Compare
Choose a tag to compare
  • Ignores events with unknown start or end times

Event Watcher 2.3.1

22 Apr 20:48
Compare
Choose a tag to compare
  • 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

12 Apr 00:37
Compare
Choose a tag to compare

Added walker_settings wildcards

  • add(X) gets replaced with ? + X
  • min(X, Y) and max(X, Y) are replaced with the lower/higher time
  • ifevent(X, Y) is replaced with X if there's an event reset and Y if there's not
  • All times are normalized. so 1 becomes 01:00, 2:00 becomes 02:00 and so on. This also works within wildcards. So add(1) is the same as add(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

16 Mar 22:48
Compare
Choose a tag to compare

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

08 Mar 15:16
Compare
Choose a tag to compare

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

08 Mar 15:04
Compare
Choose a tag to compare

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

28 Feb 00:36
Compare
Choose a tag to compare

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

17 Dec 14:34
Compare
Choose a tag to compare
  • 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

11 Dec 16:49
Compare
Choose a tag to compare
2.1.0

better quest resets