Jump to content
  • 0

Event Autorun


Erebus

Question

Is there a way to create a event that will autorun even when there are no players connected to the server?
I managed to create a event that does exactly what I wanted it to do, but only as long as at least one player is connected, with no connected players the even does not run and so the even does not work as desired.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

I was trying to implement a daily quest, sense the quest system does not really support it on its own (as far as I have been able to figure out at least).

It supports repeatable quests but there is no way to control how long you have to wait until the next time you can run it.

There is also the case of events happening on certain days of the week, you need to be able to keep track of how many days have gone by and this means you would need it to run regardless of if there are any players online.

Link to comment
Share on other sites

×
×
  • Create New...