the only time you can set the room limit higher than 100 is when you first open the room. to do it you will need to open it in a script, because webchat always sets it at 50.
I think when you set the limit over 100 pplz you have to deop the pplz that enter when the room reaches 101. Not sure why but most pplz do.
When you do more then 100, MSN will close your room down. Did it to me.
Room record was 127 but room got flooded and the guy tryed to take the room. He flooded, he join/part flood, he change nick flood and still wasnt successful. I added
Dehost Onjoin
.$iif($group(#dehostonjoin) == on,$style(1),$style(0)) ± On ±:{ .enable #dehostonjoin | /access $chan add host @GateKeeper 0 : $+ $me $+ 's 100+ Limit Access | /access $chan add host @GateKeeperPassport 0 : $+ $me $+ 's 100+ Limit Access | echo -a 9,3Dehost Onjoin 0On }
.$iif($group(#dehostonjoin) == off,$style(1),$style(0)) ± Off ±:{ /access $chan delete host @GateKeeper | /access $chan delete host @GateKeeperPassport | .disable #dehostonjoin | echo -a 9,3Dehost Onjoin 0Off }
with
;Credit to Ozzy
#dehostonjoin off
on *:JOIN:#:{
.sockwrite -tn msn.server. $+ $cid mode $msn.get($cid,fullroom) -o $nick
}
#dehostonjoin end
;Credit to Ozzy
Got the room record to 127 before someone decided they had nothing better to do than to cause problems with the room ![]()
Last time I tryed to create a room with Vincula, It seemed to not work out...
Sorta like MSN has changed something again to stop scripts from creating...
But I have been wrong before ![]()
it lags like hell, ppl wud join as OPs if more then 100, and on the old chat ocx 3 they joined as owners over 200.
i tried that with an old flooder and they joined with +q lol
on me:*:join:#:hop #
I have a record of 512 users. I believe that this is the highest limit you can have. Although, you have to use clever hacking to make it accept >100 users. You need a HOST access entry for *!*@* and then you deop them onjoin. On 4.5 v9.0, it worked. Might not work on 4.5 v9.1.
The Ignition Project | http://www.ignition-project.com/
Registered Linux User Number 368435
Hardware: AMD Athlon 64 3500+, DFI nF4 SLI Infinity, 1GB Dual Channel DDR400, 250GB Western Digital 2500 SE16 SATA II @7200rpm, 200GB Seagate 3200A UATA-133 @7200rpm, NVIDIA GeForce 6800GS OC'ed, 20" Apple Cinema Display
i just went into a test room...the limit in there is 777
dunno how they done it though
When those rooms get over 100 pplz and you get kicked and rejoin it will say so & so has made so & so a host, owner or whatever and i have taken rooms before like that cuz when they kick me i will automatically rehost or owner myself when rejoining when they have the room set over 100. But ya have to have a quick connection. I Wasn't taking rooms on purpose. I was just testing and give the room back to the owners. Just to see if i could do it. ![]()
Actually, I remember not long ago I think it was Haggy and Sin or some people that had 1,050 people in a room before they're socks resetted.
***Edit, Ebox, it wasn't because of your connection, it was because of your access entry as owner.
***
When MSN Chat was free, when you put limit 100+ on everyone came in as host and you had to deop. Not anymore though,
And when you make the room u can change the room limit to 100+ on the script anyway
Last questions about this subject...
Is it possible to code so that when the room limit reaches 100
Script will enable the #dehostonjoin ? ![]()
When room limit falls below 99
Script will disablt the #dehostonjoin ? ![]()
on *:join:#:{
if ($nick(#,0) => 99 ) .enable #deop
else .disable #deop
}
;alternatively
on *:mode:#:{
if (+l isin $1-) && (($2 => 98) || ($3 => 98)) .enable #deop
else .disable #deop
}
Wont work flawlessly on a server other than MSN and may flood you out but it's unlikely imo.
"Be more concerned with your character than your reputation
because your character is who you really are while your reputation is merely what others think of you."
DesolateMx 8.0
Sign in to reply or start a new topic where your account has permission.