Author |
Message |
Topic: Script help |
Sinrae
Replies: 11
Views: 11144
|
Forum: zMUD General Discussion Posted: Wed Jan 29, 2003 12:09 pm Subject: Script help |
Wonderfull!
Works great!
Thanks so much guys.
-Sin
|
Topic: Script help |
Sinrae
Replies: 11
Views: 11144
|
Forum: zMUD General Discussion Posted: Tue Jan 28, 2003 9:53 pm Subject: Script help |
Ok, i changed the scipt. it works when
i do them single, but when i do a who
all together it goes nuts and can't keep
up.
whois nis
(PK) Dentasech Delean the Sword of the Forest
Dentasech Ha ... |
Topic: Script help |
Sinrae
Replies: 11
Views: 11144
|
Forum: zMUD General Discussion Posted: Tue Jan 28, 2003 9:13 pm Subject: Script help |
I figured it out, the mud spits it out too
fast for the script to keep up, things just
end up flying everywhere. any way to make
it fork itself or something similar? |
Topic: Script help |
Sinrae
Replies: 11
Views: 11144
|
Forum: zMUD General Discussion Posted: Tue Jan 28, 2003 4:40 pm Subject: Script help |
Ran into a problem.....
Thought it was working right but dosent look
like it is (wanted) and (Traitor) still dont
work with the "^{[|~(|<}" addition. I put
an #echo name right before ... |
Topic: Script help |
Sinrae
Replies: 11
Views: 11144
|
Forum: zMUD General Discussion Posted: Mon Jan 27, 2003 11:19 am Subject: Script help |
Thank you kjata
-Sin |
Topic: Script help |
Sinrae
Replies: 11
Views: 11144
|
Forum: zMUD General Discussion Posted: Sun Jan 26, 2003 5:32 pm Subject: Script help |
/bow kjata
i changed the pattern match to allow any number
of white space in between cause the space varys
and it wasnt picking up most of them.
Reason i add that, for some reason (TRAITOR)
an ... |
Topic: Script help |
Sinrae
Replies: 11
Views: 11144
|
Forum: zMUD General Discussion Posted: Sun Jan 26, 2003 2:10 pm Subject: Script help |
Im trying to make a script that captures
names in a who list, then colors them based
on thier race when they walk into a room.
Like all humans name would be brown when
they walk into a room.
T ... |
Topic: mIRC interface |
Sinrae
Replies: 3
Views: 14555
|
Forum: Finished MUD Scripts Posted: Sun Jan 13, 2002 10:30 am Subject: mIRC interface |
Ok its all there, now, alot of that is word wraped so if you dont have an eye for code and would like a .txt file send me an email and il be glad to send it to you Sinrae@hotmail.com
this is a fin ... |
Topic: mIRC interface |
Sinrae
Replies: 3
Views: 14555
|
Forum: Finished MUD Scripts Posted: Sun Jan 13, 2002 10:01 am Subject: mIRC interface |
[Paste this part in remote in mIRC]
on 1:TEXT:*:#: {
if (%zmIRC = on) {
/dde -e ZMUD ZMUD #win $chan $chr(37) $+ ansi(yellow,black) $+ $chngtxt($nick) $+ : $chr(37) $+ ansi(grey,black) $+ ... |
Topic: mIRC interface |
Sinrae
Replies: 3
Views: 14555
|
Forum: Finished MUD Scripts Posted: Sun Jan 13, 2002 9:59 am Subject: mIRC interface |
i saw how zchat text shows up on your mud screen and i wanted it to do the same for mIRC so i wrote this little script, its mostly mIRC heavy and it uses DDE(dynamic data exchange) wich is the devil, ... |
|