Author |
Message |
Topic: #launch parameters and Win98 and W2K |
Lyriikka
Replies: 3
Views: 4597
|
Forum: zMUD General Discussion Posted: Tue Dec 03, 2002 1:17 pm Subject: #launch parameters and Win98 and W2K |
Yea, seems to work without it.
But grep.exe still wont work proprely.
#launch {grep ~"%-2~" ~"c:zmudlogs%1~" > ~"c:zmudgre_gra.txt~"}
I think the redirection ... |
Topic: #launch parameters and Win98 and W2K |
Lyriikka
Replies: 3
Views: 4597
|
Forum: zMUD General Discussion Posted: Mon Dec 02, 2002 4:21 pm Subject: #launch parameters and Win98 and W2K |
I'm using 'GREP for Windows' to grab text lines from files:
I use this alias, e.g. 'gre log1.txt tells you'
#al gre {#launch {command.com /C grep ~"%-2~" ~"c:zmudlogs%1~" &g ... |
Topic: how to check name of the last path I used? |
Lyriikka
Replies: 1
Views: 3037
|
Forum: zMUD General Discussion Posted: Fri Nov 29, 2002 12:20 pm Subject: how to check name of the last path I used? |
Ah, I figured out a way how to do this. So no need for reply. :/
sorry
Lyriikka the GenTnLadyLover
batmud.bat.org:23
|
Topic: how to check name of the last path I used? |
Lyriikka
Replies: 1
Views: 3037
|
Forum: zMUD General Discussion Posted: Fri Nov 29, 2002 11:45 am Subject: how to check name of the last path I used? |
If I use a path name 'sc >> nocp' is there any function/variable which would show name of the last path used?
like:
#sh %lastpathused
sc >> nocp
Lyriikka the GenTnLadyLover
ba ... |
Topic: Autoheal trigger not working |
Lyriikka
Replies: 3
Views: 3717
|
Forum: zMUD General Discussion Posted: Wed Nov 27, 2002 6:23 am Subject: Autoheal trigger not working |
#tr {(%d)/(%d)hp (%d)/(%d)mana (%d)xp Wynd} {#show %1;#show blaa blaa}
This works!
Lyriikka the GenTnLadyLover
batmud.bat.org:23
|
Topic: automapper room links _basic_ help |
Lyriikka
Replies: 1
Views: 2837
|
Forum: zMUD General Discussion Posted: Mon Nov 18, 2002 8:41 am Subject: automapper room links _basic_ help |
PUUH :D
I need help creating a map manually.
I want to create a map with two rooms and with a link between them. So, if the distance between the rooms is 13 rooms(you have to type '13 w') and I ... |
Topic: Storing Multiple Commands in a Variable |
Lyriikka
Replies: 5
Views: 5623
|
Forum: zMUD General Discussion Posted: Thu Nov 14, 2002 11:32 am Subject: Storing Multiple Commands in a Variable |
You can put these kinds of things there too.
#var castle_xx_route {3 e;n;sw;#var target mouse|s;w;e;#var target bird|2 s}
#key f8 {#exec %item( @area_route, @step);#add step 1}
make some way ... |
Topic: line number of a certain text in a file ? |
Lyriikka
Replies: 3
Views: 4064
|
Forum: zMUD General Discussion Posted: Mon Nov 04, 2002 1:30 pm Subject: line number of a certain text in a file ? |
Yea, there are ways to do this. Wonder why zMUD doesn't have this builtin?
Lyriikka the GenTnLadyLover |
Topic: line number of a certain text in a file ? |
Lyriikka
Replies: 3
Views: 4064
|
Forum: zMUD General Discussion Posted: Mon Nov 04, 2002 8:51 am Subject: line number of a certain text in a file ? |
When you search for certain text from a text file, can #type, %grep or any other way be used to print the line number, instead of the whole content of the line?
Lyriikka the GenTnLadyLover |
Topic: to make variables equal in length |
Lyriikka
Replies: 2
Views: 3485
|
Forum: zMUD General Discussion Posted: Sun Oct 27, 2002 8:53 pm Subject: to make variables equal in length |
Thanks! After little tweaking that works great.
Lyriikka the GenTnLadyLover |
Topic: to make variables equal in length |
Lyriikka
Replies: 2
Views: 3485
|
Forum: zMUD General Discussion Posted: Fri Oct 25, 2002 3:12 pm Subject: to make variables equal in length |
Whats the best way to add blank spaces into a variable to make them equal in lenght?
Normally:
#show @one |
#show @two |
jing |
jingjang |
I want:
#show @one |
#show @two |
jing |
... |
Topic: Variables and difficult letters like #, @, % and * |
Lyriikka
Replies: 8
Views: 7876
|
Forum: zMUD General Discussion Posted: Sun Oct 06, 2002 11:25 pm Subject: Variables and difficult letters like #, @, % and * |
My question is in the first post. ;)
Lyriikka the GenTnLadyLover |
Topic: Variables and difficult letters like #, @, % and * |
Lyriikka
Replies: 8
Views: 7876
|
Forum: zMUD General Discussion Posted: Thu Oct 03, 2002 1:02 pm Subject: Variables and difficult letters like #, @, % and * |
They work fine from a database, but I dont like to use database, becos I have a slow computer and it lags much.
When using them from a variable I can make my triggers to work almost instantly, but ... |
Topic: Variables and difficult letters like #, @, % and * |
Lyriikka
Replies: 8
Views: 7876
|
Forum: zMUD General Discussion Posted: Wed Oct 02, 2002 8:37 pm Subject: Variables and difficult letters like #, @, % and * |
I want a variable @spells_vocals to contain following:
ziiiuuuuns wiz
habbi urblk
%
$ !^
# !(
huku mopo huku
hooooooooooowwwwwwwwwwwlllllllllllllll
# !#
^ !)
% !(
% !^
!(
$% ... |
|