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.
 
Last edited:
xmlfind MaginciaLottoSystem, that is the actual item controller. Reset it from the props gump. You can do that as many times as you want until all plots are taken.
 
Back