Author |
Message |
Topic: Keeping variable names unique? |
Eowyn
Replies: 2
Views: 3789
|
Forum: zMUD General Discussion Posted: Mon Aug 23, 2004 4:39 pm Subject: Keeping variable names unique? |
If I make a subfolder and put an alias named a and a variable named b in that subfolder, creating a new alias named a and a variable called b in the main folder woun't overwrite the alias and variable ... |
Topic: Script to rename all unnamed doors? |
Eowyn
Replies: 3
Views: 4698
|
Forum: zMUD General Discussion Posted: Sat Aug 07, 2004 12:54 am Subject: Script to rename all unnamed doors? |
I'm using this script to quickly open and close doors. However it only works on doors I've named. This is why I want to give ALL the doors a specific name.
#var doorn %doorname( , n)
#var doors %d ... |
Topic: Script to rename all unnamed doors? |
Eowyn
Replies: 3
Views: 4698
|
Forum: zMUD General Discussion Posted: Thu Aug 05, 2004 8:31 am Subject: Script to rename all unnamed doors? |
I need a script that renames all my _unnamed_ doors (i.e. door connection made but no specific door name given) to woodendoor. Any suggestions?
Thx :) |
Topic: #teleporting to last confirmed room if speedwalk fails? |
Eowyn
Replies: 0
Views: 2772
|
Forum: zMUD General Discussion Posted: Sat Jul 24, 2004 6:34 pm Subject: #teleporting to last confirmed room if speedwalk fails? |
I currently have my map in FAST mode (and want to continue with that) - however - is there any way to #teleport my map position back to the last confirmed position if my speedwalk should somehow fail? ... |
Topic: Text-boxes roaming horizontally on my map? (Bug?) |
Eowyn
Replies: 0
Views: 2827
|
Forum: zMUD General Discussion Posted: Sat Jul 24, 2004 5:54 pm Subject: Text-boxes roaming horizontally on my map? (Bug?) |
This might be a bug - not sure:
If I put particularly long text-boxes on my map, they have a tendency to roam horizontally over time.
Example: I mark the transition between two zones by adding a tex ... |
Topic: User defined flag and size of .mdb |
Eowyn
Replies: 1
Views: 3177
|
Forum: zMUD General Discussion Posted: Mon Apr 12, 2004 2:19 pm Subject: User defined flag and size of .mdb |
I've discovered that putting text in the "User Defined String" field in my room properties adds drastically to the size of my .mdb file.
For every 100 rooms I give a user defined string (for exampl ... |
Topic: %mapfilter and Roomflags |
Eowyn
Replies: 1
Views: 3083
|
Forum: zMUD General Discussion Posted: Mon Apr 12, 2004 1:52 pm Subject: %mapfilter and Roomflags |
What is the correct syntax to get hold of the "User defined string" ( %roomflags( ) ) in the following:
#NOOP %mapfilter( %concat( "[Roomflags] = '", @zonename, "'"))
The above doesn't work.
... |
Topic: Map properties -> Configuration and Mud prompt |
Eowyn
Replies: 11
Views: 14167
|
Forum: zMUD General Discussion Posted: Thu Mar 18, 2004 11:24 pm Subject: Map properties -> Configuration and Mud prompt |
Oh and: I tried
#trigger {%e[36m} {#TAG name {%1}}
(Since the roomname is always dark cyan)
Works when there isn't a prompt in front - creates an
Access violation at address 00753FF9 in module ' ... |
Topic: Map properties -> Configuration and Mud prompt |
Eowyn
Replies: 11
Views: 14167
|
Forum: zMUD General Discussion Posted: Thu Mar 18, 2004 11:03 pm Subject: Map properties -> Configuration and Mud prompt |
Will it help to have a trigger add a blank line after every prompt? Any ideas whatsoever what might help? I've tested a dozen variations of the map configuration, but none of them discovers the room i ... |
Topic: Map properties -> Configuration and Mud prompt |
Eowyn
Replies: 11
Views: 14167
|
Forum: zMUD General Discussion Posted: Tue Mar 16, 2004 12:03 am Subject: Map properties -> Configuration and Mud prompt |
*bump*
This worked fine in the previous versions, what changed?
Really need some help with this one.. |
Topic: %mapfiler and room exit name? |
Eowyn
Replies: 1
Views: 5229
|
Forum: zMUD General Discussion Posted: Sun Mar 14, 2004 8:53 pm Subject: %mapfiler and room exit name? |
Is there any way to search for a room with a specific exit?
Something like this:
#NOOP %mapfilter( %concat( "[exits] = ',"brokenrock",'"))
#ECHO %mapvnum( 1)
?
Thanks :) |
Topic: %roomcol and mapmode |
Eowyn
Replies: 2
Views: 4362
|
Forum: zMUD General Discussion Posted: Fri Mar 12, 2004 4:26 pm Subject: %roomcol and mapmode |
Perfect! Thank you :) |
Topic: %roomcol and mapmode |
Eowyn
Replies: 2
Views: 4362
|
Forum: zMUD General Discussion Posted: Fri Mar 12, 2004 2:31 pm Subject: %roomcol and mapmode |
If you manually enter the properties of a room on your map, you can change the roomcolor even if the mapper is in follow-mode. However, if your try changing the color of a room in followmode by using ... |
Topic: Zmud really usefull... just for programmers?? |
Eowyn
Replies: 41
Views: 47738
|
Forum: zMUD General Discussion Posted: Wed Mar 10, 2004 3:15 pm Subject: Zmud really usefull... just for programmers?? |
Nm - I found the %roomflags command - awesome feature! |
Topic: Zmud really usefull... just for programmers?? |
Eowyn
Replies: 41
Views: 47738
|
Forum: zMUD General Discussion Posted: Wed Mar 10, 2004 8:28 am Subject: Zmud really usefull... just for programmers?? |
A question a bit on the side - I like how you use ZoneID in this script - I've got a script with similar functions, but since my map is all in one zone, there is no separate ZoneID. I was wondering - ... |
Topic: Map properties -> Configuration and Mud prompt |
Eowyn
Replies: 11
Views: 14167
|
Forum: zMUD General Discussion Posted: Mon Mar 08, 2004 12:50 pm Subject: Map properties -> Configuration and Mud prompt |
After I upgraded to 7.03 I have trouble with the #find command; it works perfectly if the room name comes on a separate line from the mud prompt, but if the mud prompt and the room name ends up on the ... |
Topic: Speedwalking and up-down exits |
Eowyn
Replies: 2
Views: 4343
|
Forum: zMUD General Discussion Posted: Tue Mar 02, 2004 7:35 pm Subject: Speedwalking and up-down exits |
Not quite that simple, as an up or a down exit might be linked through any of the four diagonals (se, ne, sw, nw). In one room ne should be up, in another down.
I'm guessing that this didn't mean muc ... |
Topic: Speedwalking and up-down exits |
Eowyn
Replies: 2
Views: 4343
|
Forum: zMUD General Discussion Posted: Sat Feb 28, 2004 1:17 pm Subject: Speedwalking and up-down exits |
Since my mud has no nw, ne, se, sw exits, I have used these exits in my mapper to make up - down connections more visible (i.e. connecting the ne corner of one room to the nw corner of the next.) Up t ... |
Topic: Open webpage with zmud? |
Eowyn
Replies: 1
Views: 3750
|
Forum: zMUD General Discussion Posted: Wed Jan 21, 2004 9:34 pm Subject: Open webpage with zmud? |
Oops - just found the #url function. Awesome :) |
Topic: Open webpage with zmud? |
Eowyn
Replies: 1
Views: 3750
|
Forum: zMUD General Discussion Posted: Wed Jan 21, 2004 9:25 pm Subject: Open webpage with zmud? |
I don't suppose there's a way to have a zmud alias open certain webpages in a browser?
My idea was to add mud-data collected by zmud to a web database without going through cutting and pasting. Possi ... |
Topic: #say or #echo in different window. |
Eowyn
Replies: 2
Views: 3736
|
Forum: zMUD General Discussion Posted: Sat Dec 20, 2003 1:51 pm Subject: #say or #echo in different window. |
Let's say I #capture some events into a different window (tells, gossips etc.) But what if I want to send my own text to that separate window?
Is it possible to #echo or #say things to that separat ... |
Topic: Tweaking the MUD prompt option |
Eowyn
Replies: 1
Views: 4409
|
Forum: zMUD General Discussion Posted: Fri Dec 12, 2003 12:06 am Subject: Tweaking the MUD prompt option |
To quote the helpfile: "In general, making your prompt more complicated will help the mapper work better."
My mapper works ok the way I've set it up, but not flawlessly - so I need your help.
My ... |
Topic: Getting the value of a variable into an alias? |
Eowyn
Replies: 5
Views: 6377
|
Forum: zMUD General Discussion Posted: Sun Nov 30, 2003 12:44 pm Subject: Getting the value of a variable into an alias? |
*Cough* Next time I'll just ignore Zmud. Nope - didn't test it until now - works like a charm. Thanx a bunch. :) |
Topic: Getting the value of a variable into an alias? |
Eowyn
Replies: 5
Views: 6377
|
Forum: zMUD General Discussion Posted: Sun Nov 30, 2003 12:27 am Subject: Getting the value of a variable into an alias? |
When I enter that command, zmud tells me there is a syntax error, but I can't seem to find out why it refuses to accept it. Any ideas? |
Topic: Getting the value of a variable into an alias? |
Eowyn
Replies: 5
Views: 6377
|
Forum: zMUD General Discussion Posted: Sat Nov 29, 2003 11:57 am Subject: Getting the value of a variable into an alias? |
I have a variable called p1, which captures a string by triggers.
I also have this alias:
#alias makep1 {#alias %1 {embrace;channel 'travel' %expand( @p1)}
...which doesn't work. I get %expand( ... |
|