PDA

View Full Version : Automatic Resume Script



gildan2020
01-07-2004, 04:55 PM
hi, does anyone know of a script that detects the status of a ctcp transfer?

if the bot disconnects, the script will ask to resume again...for a limited number of attempts.


thx,
gildan2020

Benno
01-07-2004, 05:14 PM
if i understand it right you mean something like this http://klboard.ath.cx/index.php?showtopic=80182

gildan2020
01-07-2004, 05:57 PM
that's a long pin

which one is the one ur talkin bout?

well, one thing for sure...i've already have the first post's codes/scripts and they're not what i meant here (the timer is not suitable, i might get banned)

wat i want is detect disconnection of ctcp transfer, attempt reconnect to the same bot, that's all :)


gildan2020

Benno
01-07-2004, 08:33 PM
I meant the timer, so but then I cant help you out Im a big ass noob to IRC :P

Wait for some of the specialists :D

{I}{K}{E}
01-07-2004, 09:26 PM
Originally posted by Benno@7 January 2004 - 20:33
I meant the timer, so but then I cant help you out Im a big ass noob to IRC :P

Wait for some of the specialists :D
when bots find out you are using a timer mostly you are banned instandly !!

gildan2020
01-08-2004, 04:59 AM
yeah, i agree

wat about scripts that can detect the status of a ctcp transfer? do u know where i can find them?

or perhaps auto-resume scripts when bot disconnects me


gildan2020

slick nick
01-08-2004, 09:52 AM
a bot can't auto resume after a disconnect because the next queued person will start getting their pack. setting a timer for once every hour should keep you covered. assuming no one else queues before your timer sends the trigger for a pack you'll at least be requeuedone set to go each hour is not as big a problem or likely to get you banne dlike the six minute timer. a script that detects a disconnect then re enters the trigger for you to be resumed? i'm certain that's too advanced to even exist but perhaps someone else knows.

venom_il
01-08-2004, 04:22 PM
mIRC's scripting language is rather intricate, so i don't think it's too advanced to exist. that doesn't answer the question of whether such a script does exist or not, however :unsure:

one might ask the good fellas at mirc.com's board to build/help build such a script for him, like i did with the resume rollback

i haven't encoutered bots that ban u for using timers, but im not a particularly heavy irc downloader.. if the topic explicitly says no timers then it's a no brainer but other wise i think it's worth a shot :)

gildan2020
01-08-2004, 04:34 PM
Originally posted by venom_il@9 January 2004 - 00:22
mIRC's scripting language is rather intricate, so i don't think it's too advanced to exist. that doesn't answer the question of whether such a script does exist or not, however :unsure:

one might ask the good fellas at mirc.com's board to build/help build such a script for him, like i did with the resume rollback

i haven't encoutered bots that ban u for using timers, but im not a particularly heavy irc downloader.. if the topic explicitly says no timers then it's a no brainer but other wise i think it's worth a shot :)
okay, i'll try that

thx for de info


gildan2020

venom_il
01-08-2004, 09:35 PM
np

btw there might be a partial solution

if you notcie the script in the pinned adv guide it has a ON *GETFAIL* event

you might want to start downloading whatever it is you want, then add the line ON *GETFAIL* msg bot xdcc send 1

of course in the syntax depicted by the guide

however if the bot is down and only comes back later, that won't help you