Hey Guys I was wondering if someone had a lil piece of code where if i can set a timer to use the gold pass and owner up say every 3 mins. i dont know if it makes a dif but i use vincula connection. THANKS IN ADVANCE FOR ANY HELP ![]()
A TG007 community discussion started by redrider.
Hey Guys I was wondering if someone had a lil piece of code where if i can set a timer to use the gold pass and owner up say every 3 mins. i dont know if it makes a dif but i use vincula connection. THANKS IN ADVANCE FOR ANY HELP ![]()
erm.....
menu channel {
.Owner-Timer:/timer 0 300 /mode # +q $me
}
on :Owner:#: {
if ($opnick == $me) {
prop # ownerkey : $rand(0000000000,9999999999)
access # add owner $address
}
}
i know this isn't exactly what you asked for..but that's what i use to make sure i stay on access + have the owner key ![]()
Ignorance Is Bliss
you forgot you need an ownerkey to host yourself up ![]()
on *:owner:#:{ if ($opnick == $me) { prop # ownerkey $r(0,99999) | .timer 1 0 ownerup } }
raw prop:ownerkey:* { set %ownerkey $3 }
alias ownerup { mode $active +h $me %ownerkey }
i'm pretty sure i got the passcatcher wrong - i haven't used raw prop in years. you get the idea tho...
People are like slinkies; they're generally boring until you push them down stairs
thanks for ur help but with hitmans i added it to a new remote file and it did nothing at all for me and Angelia i wasnt able to try urs casue i didnt really understand what u ment by the pass catcher.but thanks for ur help anyways ill just keep picking at it till i get it ![]()
redrider.. Not sure why mine doesn't work...do you get a certin error ?
...Angelia... Vincula auto saves props in variables so he won't need a pass catcher
Ignorance Is Bliss
there, it works with shortcuts.
F2 - starts the timer
F3 - stops it
alias f2 {
.timer $+ $remove($active,$chr(35),$chr(37)) 0 180 { mode $me +h $msn.ownerkey($active) }
}
alias f3 { .timer $+ $remove($active,$chr(35),$chr(37)) off }
untested, but shud work
on me:*:join:#:hop #
hitman, the reason your code didn't work is because of this code...
on :Owner:#: {
...it needs to be something like...
on *:Owner:#: {
...plus this code...
menu channel {
.Owner-Timer:/timer 0 300 /mode # +q $me
}
....should be...
menu channel {
.Owner-Timer:/timer 0 300 /mode $me +h %pass
}
...where %pass is whatever variable Vincula uses to store the current gold pass. ![]()
Thanx warrior but how would i go about finding what vincula uses as a variable for the pass?
unless it changed recently: $msn.ownerkey
People are like slinkies; they're generally boring until you push them down stairs
i use this for vincula .. mode $me +h %msnp.qkey. [ $+ [ $right($3,-2) ] ] = $right($5,-1)
Sign in to reply or start a new topic where your account has permission.