Skip to content
Forum

Search the Forum

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

Search results 437 matching topics
Search the community
Forum search

Search results

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

437 topics matched your search by Warrior124.

Quick Help

In General IRCX Topic by DigitalX Last activity Nov 27, 2004 9:43 AM

No problem

Matching post #11,635 by Warrior124 Nov 27, 2004 9:43 AM

Does any1 kno why the icons wont show up

In General IRCX Topic by Spliffzke Last activity Nov 27, 2004 5:21 AM

Here is the new code for you. Just copy it, and replace your code with this.   on *:start: { dialog -m nicklist nicklist } dialog nicklist { title "MSCN Admin Client" size -1 -1 136 184 option dbu icon $shortfn($mircdir) $+ \pics\msn.ico...

Matching post #11,333 by Warrior124 Nov 21, 2004 6:06 AM

any1 know what im doin wrong with nHTMLn?

In General IRCX Topic by Shadow0049 Last activity Nov 25, 2004 7:50 PM

Try taking the...   echo -a $dll($html,select,$window(@rsn).hwnd)   ...out of the script. The Select is used when calling a default browser. However, when you use the navigate function it already uses a default browser. So, the select fu...

Matching post #11,538 by Warrior124 Nov 25, 2004 5:28 AM

Lockedclear msn 5.4 problem !!

In ClearMSN Connection Topic by snake1 Last activity Nov 24, 2004 6:40 PM

Sorry, Snake1. I thought you were calling him a name, lol.

Matching post #11,519 by Warrior124 Nov 24, 2004 6:32 PM

MSNREGCOOKIES

In MSN Topic by Soul_Cubbie Last activity Nov 24, 2004 8:58 AM

All the msnregcookie is for is to use your passports nickname. Other than that there isn't any need for them. The subscriberinfo is what you need to get into msnchat with.

Matching post #11,217 by Warrior124 Nov 19, 2004 12:31 PM

PinnedLockedClearMSN 5.4

In ClearMSN Connection Topic by Gwen Last activity Nov 23, 2004 9:16 PM

Hopefully this code will help.   on *:INPUT:#: { var %text = $strip($1-) if ($left($1,1) == /) { msg $active $1- } set %bbversion $gettok(%text,1,32) if (%bbversion == !biblelist) && ($bibleini(biblebot)) {   /cq $nick ===== BibleBot Sys...

Matching post #10,851 by Warrior124 Nov 11, 2004 9:25 PM

Disabled Nicklist Buttons When Not Hosting.

In MSN Addons Topic by Warrior124 Last activity Nov 23, 2004 2:47 AM

Here are some controls that will be disabled when you arenot hosting.   menu nicklist {    $iif($me !isowner $chan,$style(2)) Owner $1 { mode $chan +q $1 }    -    $iif($me !isowner $chan,$style(2)) Deowner $1 { mode $chan -q $1 }    -  ...

Matching post #11,444 by Warrior124 Nov 23, 2004 2:47 AM

ctcpreply

In MSN Topic by MrGuest Last activity Nov 21, 2004 5:44 AM

The $chr for : is $chr(58)

Matching post #11,331 by Warrior124 Nov 21, 2004 5:44 AM

expert help

In General IRCX Topic by DigitalX Last activity Nov 14, 2004 10:50 AM

Yes, if (' isin %nickname) should do as long as you set the variable for %nickname

Matching post #10,926 by Warrior124 Nov 13, 2004 6:19 PM

On TEXT question

In MSN Addons Topic by NeophyteTelepath Last activity Nov 12, 2004 1:24 AM

on *:TEXT:*:#:{  if (!dumb == $1) {    set %dumb $true    set %nick $nick    msg $chan $nick $+ , who is dumb?  }  if (%dumb) && (%nick) {    set %dumbnick $1-    msg $chan Yeah, %dumbnick is dumb for sure. :D    .unset %dumb    .unset %...

Matching post #10,739 by Warrior124 Nov 9, 2004 1:57 PM

LockedConnection

In MSN Topic by Kent Last activity Nov 11, 2004 6:43 AM

why are you using ClearMSN 2.0  when there is a new working version lol   ClearMSN 5.4 It is because this thread is very old. It was first created back in April.

Matching post #10,813 by Warrior124 Nov 11, 2004 6:34 AM

to all fellow scriptors

In MSN Topic by S0ul0nFire Last activity Oct 31, 2004 8:56 AM

Hmm, don't have the whole story. However, like I said many times before. You can't put fire out with fire, or melt ice with ice. If someone treats someone else badly that doesn't mean the one being treated badly has a right to treat the...

Matching post #10,439 by Warrior124 Oct 31, 2004 3:17 AM

Loading Icon errors

In MSN Addons Topic by ePox Last activity Oct 30, 2004 2:50 PM

For some reason i am getting those kinda error's (Below) on all dialogs from every script i download. What makes it so frustrating is that it's always the msn.ico icon. I've tried placing it in a graphics folder, pics folder, icons folde...

Matching post #10,379 by Warrior124 Oct 30, 2004 1:24 AM

Arg!

In MSN Topic by Kent Last activity Oct 29, 2004 9:12 PM

Still doesn't work!!!!  Also what version are you using Warrior?   5.4 or 5.2a? 5.4   P.S.: I found where Vexation is talking about. It is on line 1358 in ClearMSN5.4. All you have to do is look for the number 10 in that line, and change...

Matching post #10,364 by Warrior124 Oct 29, 2004 9:12 PM

gatekeeper

In MSN Topic by S0ul0nFire Last activity Oct 28, 2004 1:53 PM

that +i makes sence   ive had passworded rooms b4 just for fun and noticed spects can still come in   but with the invite they cant   i didnt know you can do that,though have room lock an unlock,on a timer   seems to me though if the flo...

Matching post #10,263 by Warrior124 Oct 28, 2004 1:53 PM

ClearMSN 5.2 Error

In ClearMSN Connection Topic by Bloodshot Last activity Oct 22, 2004 6:10 PM

Okay, just messed around a little more. It does show msn colors. However, the red shows as dark green in clearmsn. I'll try some more colors to see what happens.

Matching post #8,465 by Warrior124 Sep 26, 2004 12:04 AM

a st00pid problem

In MSN Topic by [::X-System::] Last activity Oct 21, 2004 12:25 AM

If you are using... /dialog -m dialogname dialogname ...try this. /dialog -mo dialogname dialogname   This sets the dialog on top of all windows. If this doesn't help then it might be a glitch in ktools, or something. Have you tried usin...

Matching post #9,754 by Warrior124 Oct 19, 2004 5:11 AM

Auto Connection on Startup

In MSN Topic by Molson™ Last activity Oct 14, 2004 5:01 PM

on *:START:{ if (%disconnected == on) { unset %disconnected } } on *:DISCONNECT:{ set %disconnected on | "put the command for connecting to the server here. For clearmsn connection to msnchat you would use "msn main" without the quotes"...

Matching post #9,696 by Warrior124 Oct 14, 2004 2:49 PM

Weird Problem.

In MSN Topic by Warrior124 Last activity Oct 11, 2004 12:03 AM

I recently reinstalled Windows XP, and upgraded to SP2 Service Pack. Now, when I use my script it freezes up whenever someone sends a message to the chatroom. I also notice that it freezes up when it tries to activate the smile theme, or...

Matching post #9,497 by Warrior124 Oct 10, 2004 11:15 PM

Restricting access to certain rooms

In MSN Addons Topic by Shagman Last activity Oct 5, 2004 11:26 PM

Try this code instead.   on JOIN :{ if ($level($nick) == own) && (Espressobar isin $chan) && (CanadianRomance isin $chan) { mode # +q $nick }   iswm is for matching wildcard string1 with wildcard string2. You have to remember that the ch...

Matching post #9,035 by Warrior124 Oct 4, 2004 11:25 PM

LockedHelp Registering

In MSN Topic by lyquid Last activity Sep 30, 2004 6:24 AM

ClearMSN will look up all the info you need to connect automatically, and totally fast. It even finds all the groups you belong to for the passport you use. I highly reccomend it. (Y)

Matching post #8,335 by Warrior124 Sep 23, 2004 5:26 AM

smilesview.dll help!!!

In MSN Topic by tomas.dexter Last activity Sep 26, 2004 9:29 AM

..i uninstalled all the scripts i had and started over just with mirc 616. and the edited vincula..still get the same /dll: unable to open 'c:\mirc\dll.tmp\dll.dll' (line 75, web-chatz2.mrc) ... The problem you might be having is you als...

Matching post #8,416 by Warrior124 Sep 24, 2004 11:09 PM

@join command

In MSN Topic by Molson™ Last activity Sep 26, 2004 3:25 AM

It depends on what connection you use. If you have Vincula the command will be   alias @join { msn $replace($2-,$chr(32),\b) }   If you are using ClearMSN it would be   alias @join { join $chr(37) $+ $chr(35) $+ $replace($2-,$chr(32),\b) }

Matching post #8,474 by Warrior124 Sep 26, 2004 3:10 AM

Question about bot talk

In GuarDDog Script Topic by Jeffrodoe Last activity Sep 22, 2004 7:17 AM

You can also hold your mouse button down, and highlight in the chat window. This will help bring the text into view. After you highlight it it will work fine, then.

Matching post #8,316 by Warrior124 Sep 22, 2004 7:12 AM

LockedNeed Help!

In GuarDDog Script Topic by Ransomed Last activity Sep 20, 2004 2:10 AM

Also, if you use the Guest_null fix, when you try to go into msnchat it will download the appropriate msnchat control for you. Once this is done you will need to close internet explorer, and then reopen it. Once you've done this the Gues...

Matching post #7,860 by Warrior124 Sep 11, 2004 3:32 PM