mIRC Home    About    Download    Register    News    Help

Print Thread
#25758 24/05/03 10:01 AM
Joined: Apr 2003
Posts: 42
E
eendje Offline OP
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Apr 2003
Posts: 42
hej all,
I've been scripting a lot lately and now i'm making my own script, but i need some advice.

I got 2 games in it, a notice script, auto modes, ban protection, slaps, slap protection and a query script.

But i want a clone scan, and a lagbar.
But I aint know how to script them.
So maybe if any1 of you could help?


---
signatures own
#25759 24/05/03 12:07 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
You want slap protection? shocked

#25760 24/05/03 12:45 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
lag bar:
ping the server and return the info the way you want?
clone scan:
who #channel
store & parse raw results

and with google you can find both of these scripts within minute, with so many comments that even my granny can write a script out of 'em


Code:
//if ( khaled isgod ) echo yes | else echo no
#25761 24/05/03 06:16 PM
Joined: May 2003
Posts: 3
X
Self-satisified door
Offline
Self-satisified door
X
Joined: May 2003
Posts: 3
Hi !
I think you should add an new option to the /font command, to set one font as default font for all windows.

e.g.

/font -e 11 tahoma

or

/font [-e [channel|query|chat|status|scripts|notify|and so on]]


This would be very helpful for theme builders, because you needn't write a large script, that sets the font as default font.

think about this idea smile

greets, Xilef

p.s. sorry for my bad english...

#25762 24/05/03 10:36 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
What does that post on a font suggestion have to do with a developer forum, and adding a lagbar?


-KingTomato
#25763 25/05/03 02:31 AM
A
Anonymous
Unregistered
Anonymous
Unregistered
A
Quote:
What does that post on a font suggestion have to do with a developer forum, and adding a lagbar?


Description of Developer Forum:
This forum is for scripters, and for developers of applications that work with mIRC. Feel free to post your ideas, ask questions, and discuss scripting issues here.

#25764 25/05/03 02:48 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
I know what the forum is for, the question is why was it appended to this thread, and not a new one or one containing a similar topic.


-KingTomato
#25765 26/05/03 03:15 PM
Joined: Dec 2002
Posts: 3,127
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 3,127
Welcome to mIRC's forum smile

Your english is fine, but just in case you dont understand how, when you want to start a new subject, just open the forum you are interested in, and click on the word POST and you can create a new thread on that new subject. That will get better response and be less confusing.


ParaBrat @#mIRCAide DALnet
#25766 28/05/03 02:09 AM
Joined: Dec 2002
Posts: 29
H
Ameglian cow
Offline
Ameglian cow
H
Joined: Dec 2002
Posts: 29
When I had a lagbar in my script I used /whois and the
raw reply for "no such name/channel" to do it. Not sure if it would make a difference... I just had a timer to /whois !$ctime
so it would always bounce and then I'd check the ctime it was sent vs. the actual time (would work using $ticks too)

Problem was with the multi-server support I couldn't figure out if I should do separate lag-checks or average them...so I just chopped it out instead...wasn't that necessary to me.



Link Copied to Clipboard