Author |
Message |
Topic: Nothing fancy please. |
Forlarren
Replies: 8
Views: 3816
|
Forum: zMUD General Discussion Posted: Fri May 03, 2002 7:08 pm Subject: Nothing fancy please. |
Thank you. Thank you. Thank you. :)
|
Topic: Nothing fancy please. |
Forlarren
Replies: 8
Views: 3816
|
Forum: zMUD General Discussion Posted: Thu May 02, 2002 7:41 pm Subject: Nothing fancy please. |
Homes
(B) Exit:
& ... |
Topic: Nothing fancy please. |
Forlarren
Replies: 8
Views: 3816
|
Forum: zMUD General Discussion Posted: Thu May 02, 2002 8:59 am Subject: Nothing fancy please. |
Im making maps on notes and they are a lot of typing. I wan to make a macro so I can just hit Alt-F1 and pow instant note map thing for any one who wants one. When I use symbols in the macro it ouputs ... |
Topic: Nothing fancy please. |
Forlarren
Replies: 8
Views: 3816
|
Forum: zMUD General Discussion Posted: Thu May 02, 2002 8:02 am Subject: Nothing fancy please. |
Maby Im just using a program that is way to powerful for me but I want to make a macro that just imputs what I type nothing fancy. I want to use symbols and such to make ASCII maps on command so I wil ... |
Topic: Color Trigger (#sub) |
Forlarren
Replies: 5
Views: 3255
|
Forum: zMUD General Discussion Posted: Sat Apr 13, 2002 6:17 am Subject: Color Trigger (#sub) |
.
|
Topic: Color Trigger (#sub) |
Forlarren
Replies: 5
Views: 3255
|
Forum: zMUD General Discussion Posted: Sat Apr 13, 2002 6:17 am Subject: Color Trigger (#sub) |
If I have 'log after triggers' on,
it doesn't log rather, (to explain from above)
If I have 'log after triggers' off,
it logs the original line,
and the subbed line, so I have doubles
|
Topic: Color Trigger (#sub) |
Forlarren
Replies: 5
Views: 3255
|
Forum: zMUD General Discussion Posted: Sat Apr 13, 2002 6:15 am Subject: Color Trigger (#sub) |
This is what I was using, (it works except the following) but for some reason, any time it substituted, it wouldn't go into the log
(I have logging to a file on constantly)
#trigger {^(*)%e[1;31mw ... |
Topic: Color Trigger (#sub) |
Forlarren
Replies: 5
Views: 3255
|
Forum: zMUD General Discussion Posted: Sat Apr 13, 2002 6:08 am Subject: Color Trigger (#sub) |
I'm using 6.16, no trigger states.
If thats a trigger state, I have no clue what thats showing..
'wounds (%*).$'
Plus, how does this only work on red 'wounds'
It looks like if there is a room desc ... |
Topic: Color Trigger (#sub) |
Forlarren
Replies: 5
Views: 3255
|
Forum: zMUD General Discussion Posted: Sat Apr 13, 2002 12:29 am Subject: Color Trigger (#sub) |
Example Input from the mud:
Your flaming bite wounds a rat.
the 'wounds' is red
any time wounds is in red,
I want to append to the line
[19-23]
For example
Your flaming bite wounds a rat.
beco ... |
Topic: Pretending a log is from the mud |
Forlarren
Replies: 2
Views: 2025
|
Forum: zMUD General Discussion Posted: Sun Mar 31, 2002 7:13 pm Subject: Pretending a log is from the mud |
Thanks for the help.
In the end, I finished before you posted.. finished writing the triggers that is.
I ended up simply reading the whole thing at full speed.
Took maybe 1 hour or less to parse th ... |
Topic: Pretending a log is from the mud |
Forlarren
Replies: 2
Views: 2025
|
Forum: zMUD General Discussion Posted: Sun Mar 31, 2002 8:28 am Subject: Pretending a log is from the mud |
I have a set of triggers that log all identified items.
I also have a log of all the time I've ever been on my current mud.
Right now, they total over 1 GB.
I want to tell zMUD to read in these log ... |
Topic: #sub and logging |
Forlarren
Replies: 2
Views: 1961
|
Forum: zMUD General Discussion Posted: Sat Mar 30, 2002 9:34 pm Subject: #sub and logging |
I changed it to
#subst PIZZA%{cr}
same problem
(reason I have %{cr} at end, is for some reason its stripping the carraige return and I need to add it. |
Topic: #sub and logging |
Forlarren
Replies: 2
Views: 1961
|
Forum: zMUD General Discussion Posted: Sat Mar 30, 2002 9:07 pm Subject: #sub and logging |
I modified the trigger to have the following
#if (%ascii(%copy(%1,3,1)) <> 62) {#subst {%1%ansi(high,red)%3%ansi(gray) %5 %arrget(DamageArray,@DamageHash(%3))%{cr}}}
Trying to use the inte ... |
Topic: #sub and logging |
Forlarren
Replies: 2
Views: 1961
|
Forum: zMUD General Discussion Posted: Sat Mar 30, 2002 8:55 pm Subject: #sub and logging |
I always have logging on.
I have two major sets of #sub triggers.
One is plain text:
(has some small wounds.)->#sub {has some small wounds.
grazes=[4-8]
As you can tell, this involves color w ... |
|