Author |
Message |
Topic: problem with ansi codes and #sub |
GrimofDC
Replies: 6
Views: 6392
|
Forum: zMUD General Discussion Posted: Mon Oct 07, 2002 9:09 pm Subject: problem with ansi codes and #sub |
Cool! Kjata your second example worked. Thank you both for helping me out.
Grim
|
Topic: problem with ansi codes and #sub |
GrimofDC
Replies: 6
Views: 6392
|
Forum: zMUD General Discussion Posted: Mon Oct 07, 2002 3:41 am Subject: problem with ansi codes and #sub |
Actually ^~* does something weird in 6.16, but it might be fixed in the beta version. That trigger causes a line of ********* to show up as "Invis Invis Invis Invis etc..". It looks really ... |
Topic: problem with ansi codes and #sub |
GrimofDC
Replies: 6
Views: 6392
|
Forum: zMUD General Discussion Posted: Mon Oct 07, 2002 1:19 am Subject: problem with ansi codes and #sub |
yes it must be white *'s since I don't want to be spammed with 20 to 30 lines of 'Invis' whenever I get a line like this:
**************************************
For a quick fix I've put the trigger ... |
Topic: problem with ansi codes and #sub |
GrimofDC
Replies: 6
Views: 6392
|
Forum: zMUD General Discussion Posted: Sun Oct 06, 2002 11:42 am Subject: problem with ansi codes and #sub |
Hello all you helpful people,
I'm trying to #sub a white asterisk with the word 'Invis'
Here is the raw mud output.
[1m*[1;36mA farmer peddles her crops here.[0m
that di ... |
Topic: #DBPUT problem |
GrimofDC
Replies: 5
Views: 5767
|
Forum: zMUD General Discussion Posted: Fri Sep 20, 2002 6:17 am Subject: #DBPUT problem |
Thanks Lightbulb. I removed the double quotes from around %2 and I haven't had any disappearing records, although I'm still going to copy every record to record 1 just in case.
Thanks again!
~ ... |
Topic: ctrl+tab not working with capture windows |
GrimofDC
Replies: 4
Views: 4826
|
Forum: zMUD General Discussion Posted: Thu Sep 19, 2002 9:39 am Subject: ctrl+tab not working with capture windows |
Hi everyone,
I'm using zMud6.16 and have one main mud window and one capture window named 'tell'. I'm wondering if it is possible to ctrl+tab to the 'tell' window then back again ... |
Topic: #DBPUT problem |
GrimofDC
Replies: 5
Views: 5767
|
Forum: zMUD General Discussion Posted: Thu Sep 19, 2002 7:20 am Subject: #DBPUT problem |
I think this might work, although I don't really know why.
#ali minlvl {#DBGET %1;#DBPUT 1 num 1;#DBPUT %1ne minlvl="%2"}
This seems to save whatever record I want to change to record ... |
Topic: #DBPUT problem |
GrimofDC
Replies: 5
Views: 5767
|
Forum: zMUD General Discussion Posted: Tue Sep 17, 2002 2:35 am Subject: #DBPUT problem |
Re: Kjata
I didn't start changing the field type until after I noticed the problem. The only real way to ensure my records don't disappear is to go to the database window and do ... |
Topic: #DBPUT problem |
GrimofDC
Replies: 5
Views: 5767
|
Forum: zMUD General Discussion Posted: Mon Sep 16, 2002 10:34 pm Subject: #DBPUT problem |
Hello everyone,
I'm having a problem with disappearing database records. I use an alias to manually add a value to the minlvl field. Here is the alias:
#ALI minlvl {#DBPUT %1 ... |
Topic: Command line problem |
GrimofDC
Replies: 1
Views: 2980
|
Forum: zMUD General Discussion Posted: Fri Sep 13, 2002 6:45 am Subject: Command line problem |
It could be a number of things causing open east to occur. First, turn the mapper off and see if "open east" is sent when you type "w". If you are still opening east try removing ... |
Topic: Trouble mapping rooms on a diku mud with zmud6.16 |
GrimofDC
Replies: 2
Views: 4502
|
Forum: zMUD General Discussion Posted: Thu Sep 12, 2002 9:26 pm Subject: Trouble mapping rooms on a diku mud with zmud6.16 |
anything with the white ansi code. (All room names are colored white on this mud) and I capture everything until the Exits: line to a variable, then delete the roomname and exit line out of the varia ... |
Topic: Trouble mapping rooms on a diku mud with zmud6.16 |
GrimofDC
Replies: 2
Views: 4502
|
Forum: zMUD General Discussion Posted: Thu Sep 12, 2002 9:25 pm Subject: Trouble mapping rooms on a diku mud with zmud6.16 |
Hello everyone,
I have read through the forums until my head was dizzy and tried a lot of stuff out on my own with no success. I'm trying to map the rooms on my mud with the room ... |
Topic: How do I remove quotes |
GrimofDC
Replies: 5
Views: 5540
|
Forum: zMUD General Discussion Posted: Thu Aug 29, 2002 9:05 pm Subject: How do I remove quotes |
I'm not finding the %stripq function in my helpfiles. I'm using version 6.16 until the next version of zMud comes out. I'd rather not use the beta because I've heard it can mess up your commands file ... |
Topic: How do I remove quotes |
GrimofDC
Replies: 5
Views: 5540
|
Forum: zMUD General Discussion Posted: Thu Aug 29, 2002 8:33 pm Subject: How do I remove quotes |
I'm getting the same results when using a varable with the value of " and when I just type %replace(@whatever,'"'," ")
If @whatever = Test"test the output is Test"tes ... |
Topic: How do I remove quotes |
GrimofDC
Replies: 5
Views: 5540
|
Forum: zMUD General Discussion Posted: Thu Aug 29, 2002 4:37 pm Subject: How do I remove quotes |
Hello everyone,
I'm trying to remove single quotes and double quotes from a string.
The trigger does something like this (mine is really bulky so I didn't post it here):
#TR {(%*)has arri ... |
Topic: mapping pitch black rooms |
GrimofDC
Replies: 1
Views: 2648
|
Forum: zMUD General Discussion Posted: Sat Aug 03, 2002 9:30 pm Subject: mapping pitch black rooms |
I'm having a hard time correctly mapping pitch black rooms. The mud I play has magically darkened rooms so sometimes I will not be able to see the room title, desc, exits etc... So far I've done thi ... |
Topic: Nested loops |
GrimofDC
Replies: 8
Views: 7711
|
Forum: zMUD General Discussion Posted: Sun Jul 14, 2002 10:04 pm Subject: Nested loops |
Re: LightBulb
I'm too shy to start my own topic and most of what I have to post applies to the orginal loop topic. Also I managed solve my previously posted problem. Here's the loop:
... |
Topic: Nested loops |
GrimofDC
Replies: 8
Views: 7711
|
Forum: zMUD General Discussion Posted: Sun Jul 14, 2002 1:21 am Subject: Nested loops |
quote:
Yes, they do revert back. So, for example, this should work:
#LOOP 1,10 {#VAR outsideCount %1;#LOOP 10,1 {#SH @outsideCount,%i}}
Kjata
Hi,
I'm new here so this may be incorrec ... |
|