and which script is giving you the problem?
i make my own scritp it giving the problem i dont knwo y it dc i have only dc problem ![]()
the problem might be that you neither loaded to much in the script or your script is taking to many commands like maybe you have to many protections loaded at once
#reconnect off
alias recon {
msn.relookcon
}
alias rejoin {
$msn.recent(1,2)
}
;this code came from kenobi script by ozzy10
on *:Disconnect:{
.timer.rl 1 3 recon
.timer.rj 1 10 rejoin
.timer.2rl 1 33 recon
.timer.2rj 1 40 rejoin
.timer.3rl 1 63 recon
.timer.3rj 1 70 rejoin
splay sounds\dis.wav
.timeralerting 3 1 splay sounds\dis.wav
}
;this code came from kenobi script by ozzy10
on me:*:join:#: {
.timer.rl off
.timer.rj off
.timer.2rl off
.timer.2rj off
.timer.3rl off
.timer.3rj off
}
#reconnect end
this code came from kenobi script by ozzy10
wut connection u use?
on me:*:join:#:hop #
in mIRC
View
IRC
Flood
Enable flood protection
If your script floods out
plus check for {} errors and to make sure you not got it doing to many things at 1 time like posting lines in chat as it dcs
I reply to this msg within a year!
Sign in to reply or start a new topic where your account has permission.