mIRC Home    About    Download    Register    News    Help

Print Thread
#17395 30/03/03 03:51 AM
V
Vchat20
Vchat20
V
Just want to point out first of all I have no experience in making a script and would hope someone does this for me.

I use Vchat alot. basically it is a 3D chat program. pretty much any IRc room I have made has Vchat cpability. but alot of people dont use vchat in those rooms and complain every time I move cuz vchat sends alot of gibberish to all visitors so that they can see where you move (if they use Vhchat). but that only shows to people who do not use Vchat. people who do use it dont see it.

what im basically asking is if someone can make an mIRC script that blocks all that giberish code from showing? here is a sample of what the gibberish looks like:

[James600:#ponline X-VCHAT] 0\aU'žAJ "@O[Ám

the "James600" is the username of the moving person.
the #ponline is the room name.

P.S. if there is already a script for this, plz someone tell me where I can get it.

#17396 30/03/03 03:57 AM
Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
Code:
on ^*:TEXT:$([* $+ $chr(58) $+ #* X-VCHAT]*):#:{ haltdef }

#17397 30/03/03 03:59 AM
V
Vchat20
Vchat20
V
umm. yeah. how a I supposed to use that I should ask. also, btw the extra script after "X-VCHAT]" is always different. but still gibberish.

#17398 30/03/03 04:05 AM
Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
It goes in your (or whoever wants to block the messages) remotes (Alt+R).

#17399 30/03/03 04:19 AM
V
Vchat20
Vchat20
V
does not work. I made a completely new .mrc file with just the code you posted and loaded it and it dont work. come over to irc.esper.net #ponline and maybe you can help.

#17400 30/03/03 05:49 AM
Joined: Dec 2002
Posts: 1,518
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,518
try just HALT instead of haltdef ..... also i think its a ctcp sending thats making ti do that . so it may have to be triggered by on ctcp insteadof on text

#17401 30/03/03 05:58 AM
V
Vchat20
Vchat20
V
it has been figured out. got a working script for this thanks to Collective.

#17402 30/03/03 06:03 AM
Joined: Dec 2002
Posts: 1,518
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,518
lol ok then sorry wasnt sure if it was resolved ..... maybe u woulnt mind sharing the answer for others who may have this problem or question here?

#17403 30/03/03 06:06 AM
V
Vchat20
Vchat20
V
yeah. sure. the file is here:
http://mar8.net/~tso/vchat.zip

just use the common load command for the vchat.mrc script

Last edited by Vchat20; 30/03/03 06:07 AM.
#17404 30/03/03 06:08 AM
Joined: Dec 2002
Posts: 1,518
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,518
ty im sure some pl would be thankful to find an answer to this too


Link Copied to Clipboard