mIRC Home    About    Download    Register    News    Help

Print Thread
#166831 15/12/06 05:02 PM
Joined: Dec 2006
Posts: 4
E
eshelby Offline OP
Self-satisified door
OP Offline
Self-satisified door
E
Joined: Dec 2006
Posts: 4
I ant a clue how to make scripts im a 100% noob on this sort of thing. might be a bit to much to ask for but.
i need a script that kicks people if there below lvl 90+ combat.

thankyou very much for your help


Last edited by eshelby; 15/12/06 05:40 PM.

esh
eshelby #166832 15/12/06 05:28 PM
Joined: Dec 2006
Posts: 4
E
eshelby Offline OP
Self-satisified door
OP Offline
Self-satisified door
E
Joined: Dec 2006
Posts: 4
any1?


esh
eshelby #166833 15/12/06 05:43 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
First of all, you should be patient... 20 minutes is nowhere near enough time to wait before posting again. You should always wait at least 24 hours.

A simple method for that would be:
Code:
on @*:join:#: {
  if ($level($address($nick,2)) < 90) { kick $chan $nick reason }
}


Though I don't know what "combat" as to do with it.


Invision Support
#Invision on irc.irchighway.net
Riamus2 #166835 15/12/06 05:48 PM
Joined: Dec 2006
Posts: 4
E
eshelby Offline OP
Self-satisified door
OP Offline
Self-satisified door
E
Joined: Dec 2006
Posts: 4
its for the game "runescape" ill try that anyway. thanks


esh
eshelby #166837 15/12/06 05:53 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
... Why is it that everytime someone comes for help with a Runescape script, they don't tell you it's for Runescape? That would be a VERY useful thing to know. mIRC is not only for Runescape.


Invision Support
#Invision on irc.irchighway.net
Riamus2 #166839 15/12/06 05:55 PM
Joined: Dec 2006
Posts: 4
E
eshelby Offline OP
Self-satisified door
OP Offline
Self-satisified door
E
Joined: Dec 2006
Posts: 4
humm what else is it for?


esh
eshelby #166840 15/12/06 06:01 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
mIRC is a chat program for IRC. Just because a game like Runescape uses it doesn't mean that is what mIRC's purpose is for. Runescape users are very few compared to those who use it for chatting.


Invision Support
#Invision on irc.irchighway.net
Riamus2 #166848 15/12/06 08:07 PM
Joined: Oct 2003
Posts: 313
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Oct 2003
Posts: 313
I thought all the Runescape users used the Runescape forums. I tried to coax one onto IRC once, but failed miserably smile

Last edited by Sais; 15/12/06 08:31 PM.

Sais
Riamus2 #166849 15/12/06 08:15 PM
Joined: Oct 2006
Posts: 60
M
Babel fish
Offline
Babel fish
M
Joined: Oct 2006
Posts: 60
http://forum.swiftirc.net/

use that, this is mIRC this is for everything from business's to whatever, its chat can be used for anything, that site is made specifically for RS users.


Link Copied to Clipboard