Skip to content
MSN

Code Request please ty!

A TG007 community discussion started by taylorlvr22.

Discussion 8 posts
Page 1 of 1
Open
Topic #5084 · 8 published posts · 932 views

Hello, I was wondering if anyone could complete this request.

(It is going to be alot like the helpdesk bot but that won't work right so here's what i want)

 

Bot-Talk in a whisper basically. So if the user says like a 1 it will give them information. blah blah blah. Yeah.

 

Next in line: It will auto-say who is next in line to be helped.

 

Welcome whisper: How many people in line: (Don't include people that just got like unspectatored). Also like if the operator is away don't count them as there. and like the time waiting.

 

Thanks so much!

Hmm.. I could code it.. But it would take a long time lol

ok just quickly

 

on *:TEXT:*!help*:#: { query $nick Help Message Here }

 

u could set a timer for the queue message and have it as

 

msg # $calc($nick($active,0,a) - $nick($active,0,q) - $nick($active,0,o) - 1)

 

there maybe an easier way to do that but that will display how many people in channel that are not owners, not hosts and takes 1 away to miss out last person

 

 

hope this helps a wee bit

Spam Honeypot - http://www.haggistech.co.uk/honey(humans do not register)

ok just quickly

 

on *:TEXT:*!help*:#: { query $nick Help Message Here }

 

u could set a timer for the queue message and have it as

 

msg # $calc($nick($active,0,a) - $nick($active,0,q) - $nick($active,0,o) - 1)

 

there maybe an easier way to do that but that will display how many people in channel that are not owners, not hosts and takes 1 away to miss out last person

hope this helps a wee bit

 

 

Thanks lol, I had an ex.Sysop Make me a script but he hasn't been on in FOREVER so i'm trying to get stuff going myself but now i get this message when i try to open my script (hybrid) and my other simplicity (Script) won't load.

 

* $dll: unable to open 'C:\Documents and Settings\Owner\My Documents\Chris\Hybrid\Hybrid\nHTMLn_2.92.dll' (line 983, vincula.mrc)

did u unzip it to a fodler called hybrid or did it do it itself?

Spam Honeypot - http://www.haggistech.co.uk/honey(humans do not register)

lol i gave up on hybrid and stuff so decided to make my own :D

i got vincula and stuff and now it show's this error.

 

* $dll: unable to open 'C:\Documents and Settings\Owner\My Documents\Chris\HelpDesk script\mIRC\VinculaEZR41\registry.dll' (line 1076, vincula.mrc)

-

 

Someone help pls

 

thx

you can either move the file or recode it to find the file: $findfile($mircdir,registry.dll,1)

People are like slinkies; they're generally boring until you push them down stairs

you can either move the file or recode it to find the file: $findfile($mircdir,registry.dll,1)

 

OK, Got it thanks.