This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Create a tax that does not use online time.2. Start server and wait some time.3. Restart server at some point before the tax is taken.
What is the expected output? What do you see instead?I except the time to continue where it last was and take the tax at each interval specified, not from server start.
What version of the product are you using?1.181
Do you have an error log of what happened?No errors.
Please provide any additional information below.My config: http://pastie.org/3489420
Your catch up delay is longer than the actual interval. Thus, the tax will fire faster than the catch up, and time persistence will be nullified.
So, you need to make the catch up interval shorter than the actual tax interval so that the sequence fires before a new tax is fired.
Finished test with delay of 0.0. Restarted the server after 1.5 minutes of the previous tax being collected. Upon restart it took 3 minutes to collect tax again instead of the expected 1.5 minutes.
@pocketkings719: Go
Hmm, I'll look into it then.
@Mitsugaru: Go
Thank you, I appreciate it.
I'm also getting issues with taxes being paid multiple times at the same time.
What permissions system are you running?
PEX
To post a comment, please login or register a new account.