Plugin timers bug

Posted by Zlad on Wed 01 Apr 2009 06:38 PM — 3 posts, 14,768 views.

#0
Hi,

There is a bug in creating plugins with less than 1 second interval time.


Since 3.61 ver came out, it is possible to create 0.5 sec interval time timer in main config, but when you try to include it in plugin (using plugin wizard) it seems to be illegal.


Here is error note:

"Timer for 'every' time cannot have zero interval (timer not loaded)"


Almost forgot to add: Im using 4.40 ver
Amended on Wed 01 Apr 2009 06:40 PM by Zlad
Netherlands #1
Have a look at: http://www.gammon.com.au/forum/bbshowpost.php?id=8077

It discusses a bug (that's since been fixed) concerning fractional numbers and system defaults. Probably changing the comma to a dot or vice versa would fix your issue.
Australia Forum Administrator #2
I confirm there is a bug in version 4.40 (or earlier) where, if you use a locale which uses a comma for a decimal place, it will not load correctly. The problem in the thread Worstje mentioned was where the comma was saved to the world file. This problem is that a period does not load correctly.

This has been fixed in version 4.41, by rewriting an internal routine in a way that ignores the localized version of the decimal point. This makes MUSHclient world files, and plugins, able to be used in any locale.