yield Posted March 16, 2005 Share Posted March 16, 2005 Erhm.. sorry if this is kind of weird.. but i really need some script to mtama (+grs) to force it to connect and disconnect at a given time (dont need to be changed once setuped). Can anyone give me a hand? Thanks in advance Link to comment
Si|ent Posted March 16, 2005 Share Posted March 16, 2005 Just do a simple mirc timer if u have mtama setup to autoconnect on start? /timerconnect 1 6000 /mta For instance, this would activate mtama 3600 seconds after being activated (1 hour) Not sure if this is what you mean tho. Link to comment
Mike Posted March 16, 2005 Share Posted March 16, 2005 alias mtaconnect { mta.dis $1 mta.con $1 } Then do "/timerconnect /mtaconnect " E.G: "/timerconnect 5 3600 /mtaconnect 2 That'll reconnect the serverID specified for the specified amount of times and delay. Link to comment
yield Posted March 17, 2005 Author Share Posted March 17, 2005 I want it to disconnect and reconnect once a day. So what I need is something like: " /timerconnect 0 86400 /mtaconnect 1 " Am I right? Thank you very much Mike and MrBump. Link to comment
Oli Posted March 17, 2005 Share Posted March 17, 2005 ill write one that will turn on and off at certain times of the day that u specify.. that way itll be the same whenever u turn it on/off Link to comment
yield Posted March 17, 2005 Author Share Posted March 17, 2005 That's it Oli! I'll be very grateful Thanks Link to comment
Recommended Posts