LockedNeed an addon
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 }
Find discussions and posts across the Forum sections you are allowed to read.
Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.
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 }
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
the on open event doesn't trigger for @windows
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 =...
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
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...
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
right click a channel on the mirc switchbar and find nicklist, and tick the box 'set as default for all channels'
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
try using $msn.get($cid,fullroom)
ahh yes lol, ty ozzy
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) }
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
good to hear
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 }
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...
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
yeah i understand you, just the method before you edited it was a bit confusing, but i get ya now
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
lol what are the odds?
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
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
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...
lol aww ya too kind
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