Skip to content
NuClearMSN Connection

NuClearMSN Problems.

A TG007 community discussion started by Warrior124.

Discussion 67 posts
Page 1 of 4
Open
Topic #2925 · 67 published posts · 6,327 views

I am getting a crash when I have "Broadband" checked, and I return to my script after using my Internet Explorer web browser. It seems when my script becomes active it will crash while the "Broadband" is checked. When I uncheck it it takes about 2 to 3 minutes for anything I type to display as well.

I am getting a crash when I have "Broadband" checked, and I return to my script after using my Internet Explorer web browser. It seems when my script becomes active it will crash while the "Broadband" is checked. When I uncheck it it takes about 2 to 3 minutes for anything I type to display as well.

broadband/narrowband mode has nothing to do with the way information is sent to server. the 2-3 min. thing must be something in one of your other scripts. the crash thing is probably related to one of your other scripts as well, but i'll look into it.

bfush.PNG

Thank Vexation. It works great for ClearMSN (The text showing up). I also tried using basic mirc with no addons, except for NuClear, or anything and I still had the problem with text showing up 2 to 3 minutes later when broadband isn't checked.

personally warrior , i think its your script doing it

I allready told you your script lagged and you didnt listen and said it was my comp(which is impossible) but what do i know

Nuclear is decoding the text then your script is doing the same decode again and then you have another 600 line decode, you think maybe thats doing it?

My code does NOT have bugs. It just develops random features.

but Ozzy, the problem isn't only with my script. As I've already stated I used a fresh copy of mirc with the only addon being NuClear. Guardian wasn't in it whatsoever, and it still did the same thing.

Seems to be an problem with me too, also it only lets you choose unlisted when creating an room, also you dont let you change the color of the font.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

Yes, I'm getting those problems too. I noticed that the variable, %msn.myfcol, changes names whenever you click on the color you want. However, it doesn't change colors for some odd reason.

I dont have that kind of problem with nuclear i have tested with both broad band and dialup i tested about 6to7 days till date never got that problem.I hope both of you highlighted the combo box and scrolled down for room Category Menu .Sorry it may be silly but some of them cant get it because the combo doesnt scroll down you should get it by pressing the down arrow key.And also with the font color you can change with the same process .

 

 

There is nothing so absurd but some philosopher has said it

Yes, I did use the scroll, and made sure the color was selected properly. I even made an alias that would echo the variable %msn.myfcol, and the variable seems to be detecting the color that I choose pretty well. However, the color just doesn't change for some reason.

 

Example:

I would choose "Red", and %msn.myfcol would echo as red. However, the color stays blue.

 

So, red is being selected, but the color doesn't change at all for some reason. It didn't do this with the beta version of NuClearMSN, but it does do it with the released version. I don't know what was changed about it, though lol.

I presume only one probs with this issue see the dialog coding

 

See wether you get any did invalid error its because some problem in dialog coding.I think the coding goes something like this

 

if (%msn.myfcol == $null) set %msn.myfcol Dark Blue

did -c $dname 110 $didwm(110,%msn.myfcol)

 

The color style would change accordingly.

 

Just check the dialog coding with both versions(Beta-Released)

 

 

However i should see the alias whats that causing that problem.

 

 

There is nothing so absurd but some philosopher has said it

The colors change for me now, now I that know you have to use the arrow keys.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

only problems i came across are.... dark blue bold shows up as black bold , underline\bold black shows up as a brownish greenish color not bold though, black bold shows up as regular black and black italic shows up as regular brown in web chat. seems do be only doing it on black, rest of em show up fine. problem 2... keep getting this in the status screen

 

/did: invalid parameters

-

* /did: invalid parameters

-

* /did: invalid parameters

when i first join a room few secs later it does it then stops then does it a few times when i look at the status screen, but seems to stop if i dont check the status screen.. and when i do a command from the regular nick list i get this .

 

* /did: invalid parameters (line 205, dialogs.mrc)

-

* /did: invalid parameters (line 205, dialogs.mrc)

 

 

 

, besides that it works great, goodd job vex, i like this one the best out of all of em

To fix the /did error replace the "on *:ACTIVE:#:" code in dialogs.mrc with this code...

 

on *:ACTIVE:*:{
 if ($dialog(sbar)) {
   sbref sbar
   if ($network == MSN) did -e sbar 3,4,6,13,14,17,18
   else { did -b sbar 3,4,6,13,14,17,18 }
   if ($away == $true) { did -ra sbar 24 Return | did -ra sbar 25 $awaymsg }
   else { did -ra sbar 24 Away | did -r sbar 25 }
 }
 if ($dialog(tbdlg)) tbd.cc
 if (%msn.cjoin == $null) {
   .timertbdrf off
   if (#* iswm $active) && ($dialog(tbdlg)) {
     did -i tbdlg 1 5 $iif($me isop $active,$iif($me isowner $active,5,6),$iif($me isvoice $active,7,$iif(m isin $chan($active).mode,8,7))) $me ( $+ $mchan($active).pp $+ ) $iif($away == $true,(Away: $awaymsg $+ ))
     did -d tbdlg 1 6
   }
   else {
     if (Status Window == $active) && ($dialog(tbdlg)) { did -d tbdlg 1 5 | did -i tbdlg 1 6 Status Window $iif($chan(1),( $+ $chan(1) $+ )) }
   }
   if ($dialog(tbdlg)) .timertbdrf 1 3 did -i tbdlg 1 5 $iif($me isop $active,$iif($me isowner $active,5,6),$iif($me isvoice $active,7,$iif(m isin $chan($active).mode,8,7)))
 }
}

 

This will fix the error message.

worked, thanx

hey i thought i might mention something.... lol.

 

'dialogs.mrc' is not necessary to use nuclearmsn. it's a set of optional GUI enhancements. i should have known that's where the error was coming from, lol. anyway, you don't have to use it at all if you don't want it, only if you want the toolbar/sidebar/nicklist/statusbar that it comes with.

bfush.PNG

Well I want the toolbar and status bar!!!

lol.. then use it

bfush.PNG

Hahahaha, sooooo funny!~!!

 

I posted a message in your forum. I saw LATIN's post about the rebar.dll and nicklist.dll files. I added them. Still not working. Now I'm not a retard, I'm not an expert coder either though. So. ....

 

What I get is the space where the tool bar is supposed to be is white and I see the code for the different images. "setimage icon large" then the address.

 

I really liked the toolbar and status bar from your previous connection...

Whats the deal?

 

and hey, while I got yer eyes ... Did you make it so when someone joins it shows their whole gatekeeper in the channel window? Cuz I havent been able to turn that off. Incoming whispers only give me the first letter of their message as well. And I edited the revenge kick to clear owner access, add deny and change the password. That was difficult, using $gettok($1,2,33) $ifmatch for the add deny address?? How do I make it so the ban is longer than one minute?

 

If you just help me with the toolbar, I'll be a happy guy. Thanks Vex. Great connection!!!

the reason youre getting those codes is because it's not loading mdx.dll, and more specifically, views.mdx. make sure those files are in your script folder somewhere (it will find them as long as you put them in there someplace.)

 

fix for whispers here --> http://www.vexaphod.com/forums/index.php?s...0&st=0entry29

 

if it's showing a gatekeeper, you can turn off the built-in Nuclear theme. mIRC will show the gatekeeper with the default theme too. if you don't want it to show, you have to write your own theme.

 

you can change the length of a ban in the access command...

 

ACCESS <chan> ADD DENY <who> 15 [:reason]

 

will add a 15 minute ban.

Edited Feb 26, 2005 8:57 AM by vexation

bfush.PNG

Im having problems veiwing profiles..

 

I know PROP $$1 PUID works with vinc, but not with nuclear, any ideas?