LordFenris
Member
I noticed that within the new Magincia market, lotteries for houses are constantly inactive (expired). Next I found the following line in lotto scripts
public static readonly bool AutoResetLotto = false;
Will changing the entry to "true" cause the lottery to be automatically renewed after the time frames have been specified? Currently, the lottery is suspended, i.e. it is not renewed on any lots.
public static readonly bool AutoResetLotto = false;
Will changing the entry to "true" cause the lottery to be automatically renewed after the time frames have been specified? Currently, the lottery is suspended, i.e. it is not renewed on any lots.
Last edited: