Skip to content
Forum

Search the Forum

Find discussions and posts across the Forum sections you are allowed to read.

Search results 50 matching topics
Search the community
Forum search

Search results

Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.

50 topics matched your search by Nimbus03.

LockedNeed an addon

In MSN Addons Topic by nyt1972 Last activity Mar 6, 2006 9:26 PM

try this instead   on *:START: {  timer1 18:43 1 1 msg $!chan(1) Timer test 1  timer2 18:45 1 1 msg $!chan(1) Timer test 2  timer3 20:00 1 1 msg $!chan(1) Timer test 3 }

Matching post #26,081 by Nimbus03 Sep 26, 2005 4:08 PM

dcx

In General IRCd Topic by Ronan Last activity Jan 9, 2006 9:55 AM

i really like it, i think it's better than mdx, it's got way more features and is much easier to use, using it is pretty much like using normal mirc controls

Matching post #30,514 by Nimbus03 Dec 20, 2005 11:11 PM

LockedSeptember Screen shots

In Screenshots Topic by Ozzy10 Last activity Dec 29, 2005 6:00 AM

the on open event doesn't trigger for @windows

Matching post #27,522 by Nimbus03 Oct 30, 2005 3:26 PM

Help with Scripts

In MSN Topic by BraveMickey Last activity Nov 18, 2005 3:50 AM

try this, i've tested it and shows the right msg with the right step   on *:TEXT:step*:#:{ if ($2 == 1) { msg # Step 1. <msg here> } elseif ($2 == 2) { msg # Step 2. <msg here> } elseif ($2 == 3) { msg # Step 3. <msg here> } elseif ($2 =...

Matching post #29,037 by Nimbus03 Nov 17, 2005 10:49 PM

drop down not working

In MSN Topic by sugarboy Last activity Oct 28, 2005 10:42 AM

the popup needs to be an alias so put alias infront of popup when you click the arrow a dclick event is triggered not an sclick and $did($dname,1).sel should equal 2 cos line 1 is the control line

Matching post #27,396 by Nimbus03 Oct 28, 2005 10:42 AM

Server List

In General IRCd Topic by S0RD3N Last activity Oct 23, 2005 3:00 PM

put scid $activecid before list   on *:dialog:toolbar:sclick:1:{ scid $activecid ;Set the buttons id in %click var %click $did($dname,1).sel ;Make the events happen; Buttons start at "2" if (%click == 2) return if (%click == 4) .list if...

Matching post #27,063 by Nimbus03 Oct 21, 2005 10:32 PM

mircustom.dll simple task help

In MSN Topic by sugarboy Last activity Oct 1, 2005 4:26 PM

you didn't supply an index for the icon, as it's from a normal icon file just use 0   //dll dlls\mircustom.dll SetIcon -m 0 images\tinkerbell.ico

Matching post #26,261 by Nimbus03 Oct 1, 2005 12:28 PM

mirc ini file and nicklist

In MSN Topic by DreaM Last activity Sep 25, 2005 1:59 PM

right click a channel on the mirc switchbar and find nicklist, and tick the box 'set as default for all channels'

Matching post #26,053 by Nimbus03 Sep 25, 2005 1:55 PM

MDX Toolbar help

In MSN Topic by DopeyBloke Last activity Sep 18, 2005 3:37 PM

use the same code as you did to disable it, just take out the "d"   did -o $dname 1 8 +a 4 $chr(32) $+ $chr(9) $+ DataBase

Matching post #25,865 by Nimbus03 Sep 18, 2005 3:37 PM

bot talk

In MSN Topic by Snoop Last activity Sep 8, 2005 2:00 PM

try using $msn.get($cid,fullroom)

Matching post #25,444 by Nimbus03 Sep 6, 2005 12:05 PM

who

In MSN Topic by Zantetsuken Last activity Sep 7, 2005 8:43 PM

ahh yes lol, ty ozzy

Matching post #25,528 by Nimbus03 Sep 7, 2005 8:43 PM

toolbar and the active window

In MSN Topic by DreaM Last activity Aug 23, 2005 11:20 AM

you need to change the active connection id, so before you call up the access, use scid $activecid so something like on *:dialog:toolbar:sclick:1:{ scid $activecid | echo -a $msn.get($cid,fullroom) }

Matching post #24,808 by Nimbus03 Aug 23, 2005 11:14 AM

Statusbar

In General IRCX Topic by Rhys Last activity Aug 10, 2005 12:35 PM

try using a while loop to run through all the servers, and use /scon N to change the active connection to the Nth server, then just use another while loop to run through all the channels on that server

Matching post #24,168 by Nimbus03 Aug 10, 2005 12:05 AM

how can i do it ?!!

In MSN Addons Topic by samooh_2003 Last activity Aug 5, 2005 5:11 PM

good to hear

Matching post #23,907 by Nimbus03 Aug 5, 2005 5:11 PM

numbers

In MSN Addons Topic by samooh_2003 Last activity Aug 5, 2005 12:34 AM

how about if you wanted to kick for more than say 5 numbers?   on ^*:Join:*: { if ($count($nick,0,1,2,3,4,5,6,7,8,9) > 5) kick $chan $nick no more than 5 numbers in your nick please }

Matching post #23,842 by Nimbus03 Aug 4, 2005 12:45 PM

LockedMay/june/july Screen shots

In Screenshots Topic by Ozzy10 Last activity Aug 4, 2005 2:29 PM

i've found that if you open a hidden @window and put the list in there then use filter to put it in your list it will work faster, i know it's more actions but it's faster to send it to a @window than a list control, the filter will send...

Matching post #23,499 by Nimbus03 Jul 30, 2005 12:17 PM

on da screen

In MSN Addons Topic by samooh_2003 Last activity Aug 3, 2005 4:45 PM

alias allchans {  var %a = 1  while (%a <= $scid(0)) {    scid $scon(%a)    var %rooms = %rooms $chan(1)    inc %a  }  scid $activecid  msg $chan(1) i am in these rooms: %rooms } hope that's what you're after

Matching post #23,774 by Nimbus03 Aug 3, 2005 4:37 AM

not voiced

In MSN Addons Topic by samooh_2003 Last activity Aug 2, 2005 8:21 PM

yeah i understand you, just the method before you edited it was a bit confusing, but i get ya now

Matching post #23,752 by Nimbus03 Aug 2, 2005 8:18 PM

counter

In MSN Addons Topic by samooh_2003 Last activity Aug 2, 2005 5:36 AM

it's no problem, glad to help i dunno if you noticed but i edited that code a bit, i changed the == 5 bit to > 4, sorry about that

Matching post #23,691 by Nimbus03 Aug 2, 2005 5:34 AM

small

In MSN Addons Topic by samooh_2003 Last activity Aug 2, 2005 4:32 AM

lol what are the odds?

Matching post #23,682 by Nimbus03 Aug 2, 2005 4:08 AM

Problem with variables

In MSN Topic by bonTy Last activity Jun 23, 2005 4:37 PM

might be worth learning if you don't want this problem with the vars, the help file has all you need,   also it might be worth using groups for your on/off variables

Matching post #21,147 by Nimbus03 Jun 23, 2005 2:39 PM

&binvars

In MSN Topic by Nimbus03 Last activity Jun 21, 2005 4:42 PM

i've read the help file, i've read all about that, it all works ok, if the read is small enough, i just need to know how to break larger strings of text into smaller pieces so mirc can echo them

Matching post #21,026 by Nimbus03 Jun 21, 2005 4:42 PM

Auto Room Message

In MSN Addons Topic by Eaglenest25311 Last activity Jun 20, 2005 8:00 AM

write -ds $+ $nick nicklist.txt ; What does the $+ do Add a Name?   no, the d switch means you want to delete the nick from the txt file, the s switch scans for the $nick to delete it   var %x = 0 ; is this to make random?(var)   if you...

Matching post #20,900 by Nimbus03 Jun 19, 2005 8:40 PM

MSN Group Lister

In MSN Topic by Molson™ Last activity Jun 18, 2005 12:54 AM

lol aww ya too kind

Matching post #20,792 by Nimbus03 Jun 18, 2005 12:54 AM

For connection makers

In MSN Addons Topic by Cleric xtx Last activity Jun 16, 2005 12:54 AM

yeah i tried it to get a bit more experience, if i had trouble with it i wouldn't have bothered, but it went ok and i managed to make a decent addon that some ppl appear to like, so i might submit it, see what other ppl say first

Matching post #20,669 by Nimbus03 Jun 16, 2005 12:38 AM