|
Oracle Apprentice
Joined: 29 May 2002 Posts: 121
|
Posted: Sat Oct 23, 2004 8:05 pm
Sync Zmud timer with game timer |
I've got a slight problem in my scripts where Zmud timer is off by 1 sec with the game timer. It doesn't happen often, but when it does it's annoying. The last couple days it has happened more often than I like.
Have anyone else had this problem and dealt with it? |
|
|
|
Yamabushi Apprentice
Joined: 29 Jul 2003 Posts: 101 Location: USA
|
Posted: Sun Oct 24, 2004 2:48 pm |
just use your uptime trigger to resync it anytime you check the uptime. Mine runs pretty well with the game clock. But 1 second or so off isn't bad.
|
|
_________________ Yama |
|
|
|
Danlo Magician
Joined: 28 Nov 2003 Posts: 313 Location: Australia
|
Posted: Sun Oct 24, 2004 4:23 pm |
This is usually due to a little MUD server lag, causing the MUD to run slightly slower than realtime. Not a lot you can do about it, usually. Just trigger it to resync every time a tick event occurs.
|
|
|
|
Oracle Apprentice
Joined: 29 May 2002 Posts: 121
|
Posted: Sun Oct 24, 2004 6:17 pm |
How do you trigger it to resync?
|
|
|
|
Danlo Magician
Joined: 28 Nov 2003 Posts: 313 Location: Australia
|
Posted: Sun Oct 24, 2004 10:03 pm |
Say you have a spell that wears off at the end of a tick, make a trigger based on that text that issues the command #TZ:
#trigger {<Message that tick occurred>} {#TZ} |
|
|
|
|
|