Lag checker
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 6.0 |
| Scores Submitted | 4 |
| Date Added | Sep 30, 2007 |
| Last Updated | Oct 03, 2007 |
| Tags | check lag |
|
|
Introduction
Usage:
Enable script: channel right-click -> Enable
Disable script: channel right-click -> Disable
The number of seconds before it updates the titlebar: channel right-click -> Check every [x] seconds -> Enter time in seconds (recommended to be a little higher)
Check your lag: channel right-click -> Check
* Note: When you quit or disconnect, it unsets the %temp_t variable and halts the timer.
- RubixCube
mIRC Snippet:
Lag checker
Posted on Oct 1, 2007 2:11 pm
Posted on Oct 1, 2007 2:11 pm
Nice job. I like how original and configurable this is. =P
mIRC Snippet:
Lag checker
Posted on Oct 2, 2007 8:20 pm
Posted on Oct 2, 2007 8:20 pm
Nice work on this, RubixCube. (=
mIRC Snippet:
Lag checker
Posted on Oct 3, 2007 10:59 pm
Posted on Oct 3, 2007 10:59 pm
This will always result in 0: var %u $calc($ticks - $ticks) Hence the reason it always displays the lag time as 0secs..
mIRC Snippet:
Lag checker
Posted on Oct 3, 2007 11:02 pm
Posted on Oct 3, 2007 11:02 pm
Yeah, I was thinking about that. I don't really want to ping the server (as an example) every two seconds. I'll probably end up doing that anyway and just recommend a higher integer of time.
mIRC Snippet:
Lag checker
Posted on Oct 3, 2007 11:06 pm
Posted on Oct 3, 2007 11:06 pm
Alright, I made the snippet ping the server. It should return a better value now, just make sure to set the num. of seconds to be a bit higher. ;)






