Jump to content

Mr_S

Members
  • Posts

    141
  • Joined

  • Last visited

Posts posted by Mr_S

  1. i have a bit of a drawn out method but it works for me

     

    open script, click alt + p to load popups then look for the following code

     

    .&Emoticon Flood Protection ( $+ $group(#emotfloodkick) $+ )
    ..&On: {
     .enable #emotfloodkick
     msg # Emoticon Flood Kick Enabled 
     echo -s 11Emoticon Flood Kick Enabled 
    }
    ..&Off: {
     .disable #floodkick
     msg # Emoticon Flood Kick Disabled 
     echo -s 11Emoticon Flood Kick Disabled 
    }

     

    Replace that with the following

     

    .&Emoticon Flood Protection 
    ..%emotflood: { if ($group(#emotfloodkick) == on) { 
       .disable #emotfloodkick
       %emotflood = Turn on Emotion Flood Kick
     msg # Emoticon Flood Kick Disabled 
     echo -s 11Emoticon Flood Kick Disabled 
     }
     else { .enable #emotfloodkick
       %emotflood = Turn off Whisper kick
       msg # Emoticon Flood Kick Enabled 
       echo -s 11Emoticon Flood Kick Enabled
     }
    }

     

    do the above in popups then go to variables do type in the following

     

    %emotflood Turn off emotion flood kick

     

    Chances are there is a slightly easier way but thats using my coding

     

    Also - make sure the relevent script is loaded for this to work (miscprots.mrc)

     

    If this doesnt work - let me know and ill look at something else for you

  2. correct, it dont.. but i found in stealth mode in a group chat - it blocks the message from being sent and just displays your local time as standard

  3. the code you're using is stripping $chan to return everything but those first 2 prefix characters using $right($chan,-2). but in clearmsn you need to use $right($chan,-1), so it only strips the 1st prefix character.

     

     

    1st of all make a copy of the history.mrc to notepad (just in case)

     

    next

     

    every time you see

     

    $replace($right(#,-2),\b,$chr(32)) 

     

    Replace with

     

    $right($chan,-1),

     

    Example

     

    $replace($right(#,-1),\b,$chr(32)) 

     

    this should work for you smile.gif

     

    Hope this is of help

     

    (Thanks 2 vex for pointing out the fix in earlier post)

     

     

  4. How does something do it on its own??

     

    i think what vex means is have a look at your coding for your welcome (in remote scripts) and paste the code from there thats to do with the welcome message.

     

    It sounds like you got a file or something loaded into remotes thats making the welcome message start and this in turn is not working well with the connection (i guess blink.gif )

     

    Vex. correct me if im wrong please biggrin.gif lol

     

     

     

  5. does notice work in groups on clearMSN or alternativly the ctcp time command to give an onjoin message from script

     

    if so i need an example of the code... doesnt want to work for me

     

    id paste my code but being at work i dont have my script to hand

  6. Agreed with Sorcerer,

    Rumbaar or someone will most prob kill me here, but remove Vinc connection and try ClearMSN.. Quicker faster and easier...

     

    Also, as i said 2 u last time - rumbaars site - clear as day connection help biggrin.gif

  7. Bearing in mind you've mentioned Kenobi... If you want to use that by all means feel free!! Good Script made by a good scripter!! Note that the latest Version of this script is for GROUP CHATROOMS ONLY!!

     

    Kenobi Help is there if required.

     

    For general MIRC Scripts to join MSN chat they need a connection....

     

    My recommendation is ClearMSN. (Sorry Vinc Fans tongue.gif )

     

    Very easy to set up and a pretty fast connection too wink.gif

     

    nedd any further help? yell thumbup.gif

  8. Agreed with glitch... try clearMSN... works faster and generally no problems what so ever.. none i have encountered anyways

     

    /me dodges the vincula fans throwing things @ me tongue.gif

  9. Why not ask NSM staff if they know of any other connections hat can be used to connect to NSM?? i really would think that the people who own NSM have an "own" script specifically for chatters though.

     

    Without knowing how you would connect to NSM its hard to say

  10. If you already downloaded a script make sure its got a Script detector and kicker in it... Also a decent flood protection wont go a miss

     

    Agreed with all the suggestions for a script download as well!

     

    (ps, not telling ya how 2 suck eggs but its advisable 2 make sure your a host or owner of the room or the script will be pretty much useless lol)

     

    If not - get your friend to download it

  11. If someone does bad to you then you should repay that person with kindness. I know this is easier said than done. However, two wrongs don't make a right.
    clap.gifthumbup.gif

     

    i dont know the full story but here's hoping that everything will get sorted out adequatly and responcibly in a way that suits both of you!!!

×
×
  • Create New...