mIRC Home    About    Download    Register    News    Help

Print Thread
#49790 16/09/03 09:15 PM
Joined: Sep 2003
Posts: 2
Y
You Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
Y
Joined: Sep 2003
Posts: 2
HI all,
this is my frist time using this forum and i have a question that i havent get the aswer to it.

i want to have a raw kick types me in the kick [Percentage:31%, Group:7]

and that meens:
.Percentage: the kicks in this ban type
.Group: the type of kick

please help me to get this command frown

#49791 16/09/03 09:35 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
just rip it off from the script you've seen it...


Code:
//if ( khaled isgod ) echo yes | else echo no
#49792 16/09/03 10:31 PM
Joined: Aug 2003
Posts: 148
K
Vogon poet
Offline
Vogon poet
K
Joined: Aug 2003
Posts: 148
just rip it? ripping isnt cool...


_________
may death strike you.
#49793 16/09/03 11:31 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
get over it.


-KingTomato
#49794 17/09/03 04:22 AM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
And how are we supposed to know what "groups" you have? The simplest kick counter is:

Code:
on *:KICK:#: if ($nick == $me) inc %kicks


As for the groups? Figure out what you mean with that first, and then you could script up something.


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#49795 17/09/03 07:38 AM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
Quote:
The simplest kick counter is:

on me:*:KICK:#:{ inc %kick }


new username: tidy_trax
#49796 17/09/03 09:27 AM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
Quote:

The simplest kick counter is:

on me:KICK:#: inc %kick

grin grin grin grin


Code:
//if ( khaled isgod ) echo yes | else echo no
#49797 17/09/03 09:52 AM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
that wont work unless you have a user level called "me" smirk


new username: tidy_trax
#49798 17/09/03 10:06 AM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
darn... But I'm pretty sure that used to work...


Code:
//if ( khaled isgod ) echo yes | else echo no
#49799 17/09/03 12:26 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
me is a user level known in mirc. Mirc recognizes it as themsself, not another user.


-KingTomato
#49800 17/09/03 12:49 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
No it isn't, me is a prefix and should be used as pheonix posted originally.


Link Copied to Clipboard