Mirc + NoNameScript [message #321594] |
Mon, 10 March 2008 22:16 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
I have mirc and NoNameScript but how can i have more then one server open along with its windows?
like one server for xphaze another for ekt another for mp-gaming and have there channels in there ?
|
|
|
|
|
|
Re: Mirc + NoNameScript [message #321718 is a reply to message #321594] |
Tue, 11 March 2008 14:22 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
how i do that? when i open it i want it to atuop open these 3 servers with its channels in them i tryed it but it opened channles form one server in all the servers and jacked up lol
|
|
|
|
|
|
|
|
Re: Mirc + NoNameScript [message #322180 is a reply to message #321594] |
Fri, 14 March 2008 08:36 |
|
Renx
Messages: 2321 Registered: April 2003 Location: Canada
Karma: 0
|
General (2 Stars) Category Moderator |
|
|
You need to go into the mIRC server setup (alt+e or alt+o) and manually add the servers you want to connect to before following Creed3020's steps.
You can also use "Perform" to add commands to be executed upon connecting to a server instead of coding. You find it by pressing alt+o and navigating to Connect/Options on the left-hand side.
~Canucck
[Updated on: Fri, 14 March 2008 08:38] Report message to a moderator
|
|
|
Re: Mirc + NoNameScript [message #322189 is a reply to message #322179] |
Fri, 14 March 2008 09:45 |
|
Ethenal
Messages: 2532 Registered: January 2007 Location: US of A
Karma: 0
|
General (2 Stars) |
|
|
CarrierII wrote on Fri, 14 March 2008 10:27 | Is there no switch / case statement in MIRC's script language then?
|
Nope.
EDIT @ SSnipe: Since you have NoNameScript, you can use the "Favorite Nets" tool in NoNameScript's setup menu.
-TLS-DJ-EYE-K wrote on Mon, 18 March 2013 07:29 | Instead of showing us that u aren't more inteligent than a Toast, maybe you should start becomming good in renegade
|
[Updated on: Fri, 14 March 2008 09:46] Report message to a moderator
|
|
|
|
|
Re: Mirc + NoNameScript [message #329832 is a reply to message #321743] |
Fri, 09 May 2008 17:58 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
Creed3020 wrote on Tue, 11 March 2008 18:29 | Or you can get the script to do this for you without any coding...
Assuming you have a similar version of NoNameScript installed do the following:
-Go to NoNameScript at the top of mIRC-
--Click on Setup
---On the left side find and click 'Favorite Nets'
----A list of available networks is displayed. Move the networks you wish to connect to from the left box to the right box
-----configure the 'Network data' at the bottom of the Menu box for each Favorite Network.
Hope this helps.
|
thats helpful but i cant add channels and zeon fox i did urs but not working..
[Updated on: Fri, 09 May 2008 18:53] Report message to a moderator
|
|
|
Re: Mirc + NoNameScript [message #329907 is a reply to message #321594] |
Sat, 10 May 2008 10:16 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
*bump*
please help me i can get the diffrent servers to open with what you guys told me with the Favorite Nets but does not open channels and the scripts zeon fox made i cant get it to work
|
|
|
Re: Mirc + NoNameScript [message #329908 is a reply to message #321740] |
Sat, 10 May 2008 10:34 |
Rev
Messages: 51 Registered: November 2004
Karma: 0
|
Recruit |
|
|
on *:start: {
/server irc.servername.com
/server -m irc.servername2.com
/server -m itc.servername3.com
}
on *:connect: {
if ($server == irc.servername.com) {
/nickserv identify password
/join #chan1
/join #chan2
/join #chan3
}
elseif ($server == irc.servername2.com) {
/nickserv identify password
/join #chan1
/join #chan2
/join #chan3
}
elseif ($server == irc.servername3.com) {
/nickserv identify password
/join #chan1
/join #chan2
/join #chan3
}
}
Try that? change the same things that zion said.
...
[Updated on: Sat, 10 May 2008 10:37] Report message to a moderator
|
|
|
|
|
Re: Mirc + NoNameScript [message #329911 is a reply to message #329910] |
Sat, 10 May 2008 11:03 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
Rev wrote on Sat, 10 May 2008 11:01 | press alt + O
go to Connect->options->perform. make sure there is nothing in there making you join channels.
|
alreayd did it...its empty
|
|
|
|
|
|
Re: Mirc + NoNameScript [message #329930 is a reply to message #329916] |
Sat, 10 May 2008 12:39 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
TD wrote on Sat, 10 May 2008 11:47 | Change
Quote: | if ($server == irc.ia-net.net) {
|
To
Quote: | if ($network == IA-NET) {
|
|
i think that did it....last thing..i adeed a 4th network to connect 2......but that ones channels wont come up
|
|
|
|