mIRC Home    About    Download    Register    News    Help

Print Thread
#83768 22/05/04 05:06 AM
Joined: Oct 2003
Posts: 12
F
Fdisk Offline OP
Pikka bird
OP Offline
Pikka bird
F
Joined: Oct 2003
Posts: 12
i think ive found a bug on using timers on start
ive got 3 timers to run on start they all work fine with 6.12 but they dont even trigger in 6.14 ??

#83769 23/05/04 08:51 PM
Joined: May 2004
Posts: 2
S
Bowl of petunias
Offline
Bowl of petunias
S
Joined: May 2004
Posts: 2
i just ran

on *:START:timer 10 10 echo STARTING

it works fine for me on 6.14

#83770 24/05/04 07:26 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
They work just fine here. Are you sure you haven't any other on start event scripts in the same file?
Try in a clean copy of mIRC 6.14 and see if they work for you.

#83771 04/06/04 03:55 AM
Joined: Oct 2003
Posts: 12
F
Fdisk Offline OP
Pikka bird
OP Offline
Pikka bird
F
Joined: Oct 2003
Posts: 12
well what im having trouble with is this
on *:start:{
$read(servers\infos.fds,1)
}

it version 6.14 and above it will not work
works fine in version 6.12

#83772 04/06/04 04:03 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Well, what does the line in the file contain?
Does $read(servers\infos.fds,p,1) make a difference?

#83773 04/06/04 05:00 AM
Joined: Oct 2003
Posts: 12
F
Fdisk Offline OP
Pikka bird
OP Offline
Pikka bird
F
Joined: Oct 2003
Posts: 12
3 servers i connect like this
/server 123.123.123.123 | timer1 1 3 /server -m 234.234.234.234 | timer2 1 4 /server -m 345.345.345.345

but the timers wont even trigget but this setup works fine in mirc v6.12 and below

#83774 04/06/04 05:02 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Yeah. Try what I posted above - the p switch.
Code:
versions.txt: 03/03/2004 - mIRC v6.14
33.The $read() and $readini() identifiers no longer parse command
   separators by default. Added 'p' switch to enable this.

#83775 04/06/04 05:24 AM
Joined: Oct 2003
Posts: 12
F
Fdisk Offline OP
Pikka bird
OP Offline
Pikka bird
F
Joined: Oct 2003
Posts: 12
that was it thank you su much i need to pay more attention i didnt even see the red P lol but it works fine now ty again


Link Copied to Clipboard