447 topics matched your search
by Warrior.
Here is another code you can use... on *:INPUT:*: { $eval($replace($1-,$chr(36) $+ mircdir,$nofile($mircexe)),2) haltdef } With this code you can still use $findfile($mircdir,mdx.dll,1) to reveal where mdx.dll in the correct mirc...
Matching post #64,800 · by Warrior124 · Jul 30, 2008 12:16 AM
I never did add any coding in there for showing colors as in using CTRL + k plus the color code. However, I'm adding that into the one I'm currently fiixing atm. right now to get it to change text colors you will need to go into your col...
Matching post #67,516 · by Warrior124 · Oct 19, 2008 12:59 AM
I've only tested WCZ7 on Windows XP as that is the only system I have. However, I think you will need administrator rights for certain files.mdx.dll might not work properly for Vista. Of course I am guessing. Does anyone else use WCZ for...
Matching post #67,456 · by Warrior124 · Oct 15, 2008 6:53 AM
You are correct. I accidentally left something out. This should work... if (!$hget($right(#,-2) $+ aop,%address)) && (!$hget(globalaop,%address)) && (%nick != $mnick) && (>* !iswm $nick(#,%nick).pnick)
Matching post #67,422 · by Warrior124 · Oct 13, 2008 9:40 AM
Ahhh thank you, Warrior. That is very handy to know. I Was wracking my brain trying to think of where I'd seen that, as I remembered seeing you use it somewhere some time ago. I shall impliment this immediately since my route of calling...
Matching post #67,413 · by Warrior124 · Oct 12, 2008 7:32 PM
To make the scroll bar work just add this code to your init part... did -z $dname 1
Matching post #66,354 · by Warrior124 · Sep 5, 2008 11:28 PM
That's not a sign of an idiot, lol. There have been many codes I came up with that I looked at later and asked i it was me who made them codes. Sometimes I have to look at what I did a long time ago to remember certain things, lol. That'...
Matching post #67,035 · by Warrior124 · Sep 26, 2008 1:56 PM
lol, agreed.
Matching post #67,013 · by Warrior124 · Sep 25, 2008 9:32 AM
Try this... alias -l rem.chan { if ($input(Are you sure you want to delete the channel %select.chan from your favourites list?,qcyd,Confirm)) { splay clear.wav write -dw* $+ %select $+ * Engine/Text/favourites.txt } chan....
Matching post #66,880 · by Warrior124 · Sep 20, 2008 10:10 AM
Great job, Ozzy.
Matching post #66,822 · by Warrior124 · Sep 18, 2008 5:31 PM
Hey Johnson. All the best to you, mate. If you ever decide to return I'm sure we will keep the lights on for you.
Matching post #66,747 · by Warrior124 · Sep 16, 2008 8:39 PM
The only solution that I know of for that is to just click back in your windows editbox if your dialog initializes.
Matching post #66,699 · by Warrior124 · Sep 15, 2008 6:10 PM
Don't know if this will be what you are looking for, but here it is. alias mjoin { var %tok = 1 while (%tok <= $numtok($1-,44)) { join $iif($left($gettok($1-,%tok,44),2) == $chr(37) $+ $chr(35),$gettok($1-,%tok,44),$chr(32) $+...
Matching post #66,454 · by Warrior124 · Sep 8, 2008 1:23 PM
It can be done, but you'll have to have to do something simular to this... [b]For Bot 1:[/b] on *:TEXT:*:*: { if ($strip($1) == !botjoin) && (%naccess. [ $+ [ $ial($nick).addr) { write C:\Bot2\botjoin.txt $server $chan run C:...
Matching post #66,083 · by Warrior124 · Aug 31, 2008 4:36 AM
Great job, err0r.
Matching post #66,058 · by Warrior124 · Aug 30, 2008 5:13 AM
That one that guy did for vSix server or whatever it's called looked great, though I just don't don't see the point. Unless you're actually capturing the RAWS and hiding the actual /list window (Though I believe you can only minimize it)...
Matching post #65,948 · by Warrior124 · Aug 28, 2008 8:45 AM
Awesome work, Ozzy. :rate: :rate:
Matching post #65,755 · by Warrior124 · Aug 22, 2008 10:41 PM
Thanks, Johnson.
Matching post #65,787 · by Warrior124 · Aug 23, 2008 11:24 PM
I also noticed some $scriptdir's in the code. I haven't checked all of it yet. However, I can tell you that if you have a recent version of mirc installed the $scriptdir will not refer to the one you are using. You will need to change an...
Matching post #65,727 · by Warrior124 · Aug 22, 2008 5:02 AM
No problem, lol.
Matching post #65,479 · by Warrior124 · Aug 17, 2008 1:13 PM
$iif(!$did(side.bar,10).visible,Open MP3,Open Nicklist):{ if ($did(side.bar,10)) { .timerscript -m 1 1 load.mp3.data did -vf side.bar 10 did -h side.bar 3 } else did -vf side.bar 1,3 }
Matching post #64,916 · by Warrior124 · Aug 4, 2008 3:15 AM
Try this... alias cwindow { var %a = 1 while ($window(*,%a)) { if ($chr(37) = $left($window(*,%a),1)) { echo $window(*,%a) Closing $window(*,%a) part $window(*,%a) } inc %a } } For some odd reason it looks like the command "window -c...
Matching post #64,906 · by Warrior124 · Aug 3, 2008 1:16 PM
lol, it takes time, and alot of work. However, I love to be able to help teach what I have learned.
Matching post #64,883 · by Warrior124 · Aug 2, 2008 4:06 AM
err0r is right. The only way we'll be able to help you is if you give us the entire script so we can figure out what is going on. Can you give us what you have, and we'll try to help.
Matching post #64,535 · by Warrior124 · Jul 22, 2008 11:34 AM
You'd basically need to have a timer to check for boxes checked, and then if a box is checked to join that channel. Here is what you can do... alias checkum .timerboxcheck 1 1 checkboxes alias checkboxes { if ($dialog(<dialognamehere...
Matching post #64,520 · by Warrior124 · Jul 22, 2008 1:59 AM