Author |
Message |
Topic: Disabling/enabling all portals |
Interitus
Replies: 1
Views: 4268
|
Forum: zMUD General Discussion Posted: Thu Dec 02, 2004 12:38 am Subject: Disabling/enabling all portals |
Hi!
There's a checkbox in "Portals..." menu in Mapper that allows you to disable all portals.
Some rooms in MUD that I play (and many other MUDs) are norecall/noportal.
There's no built-in support ... |
Topic: How do I make temp regex trigger? |
Interitus
Replies: 1
Views: 3700
|
Forum: zMUD General Discussion Posted: Fri May 07, 2004 9:43 pm Subject: How do I make temp regex trigger? |
Thanks. |
Topic: Comment about New Years Letter |
Interitus
Replies: 3
Views: 12881
|
Forum: zMapper Discussion Posted: Sun Jan 18, 2004 6:41 pm Subject: Comment about New Years Letter |
quote:Over the past several years, I have received many email messages from zMUD users who wanted to be able to customize their MUD maps in various ways. zMapper allows a huge amount of map customiza ... |
Topic: Proxy |
Interitus
Replies: 5
Views: 9925
|
Forum: zMUD General Discussion Posted: Sat Oct 11, 2003 8:56 pm Subject: Proxy |
You can use any port that is not already used by system services. |
Topic: Proxy |
Interitus
Replies: 5
Views: 9925
|
Forum: zMUD General Discussion Posted: Sat Oct 11, 2003 1:23 pm Subject: Proxy |
1. Download putty. http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
2. Launch it, in "Session" menu check "SSH" radio button, and enter your host address of SSH server.
3. Go to "Tunn ... |
Topic: Mapper redrawing rooms |
Interitus
Replies: 11
Views: 18154
|
Forum: zMUD General Discussion Posted: Wed Oct 01, 2003 8:03 pm Subject: Mapper redrawing rooms |
Aekisu, maybe you should read http://www.zuggsoft.com/forum/topic.asp?TOPIC_ID=13222, the part that explains tested/not tested exits. We can just mark all exits as tested to prevent extra rooms creati ... |
Topic: Mapper suggestion |
Interitus
Replies: 3
Views: 4684
|
Forum: zMUD General Discussion Posted: Wed Oct 01, 2003 8:01 pm Subject: Mapper suggestion |
Talahaski, I think it can be solved without bothering Zugg, by creating aliases for direction commands/macros. :-) |
Topic: Please explain - when mapper decides to make room? |
Interitus
Replies: 8
Views: 8961
|
Forum: zMUD General Discussion Posted: Wed Oct 01, 2003 7:51 pm Subject: Please explain - when mapper decides to make room? |
Zugg, thanks for such comprehensive reply!
I have following situation: in mapper config "Room name" is unchecked, "Room description" is unchecked, "Room exits" is unchecked, "Auto Prompt detect" is u ... |
Topic: Please explain - when mapper decides to make room? |
Interitus
Replies: 8
Views: 8961
|
Forum: zMUD General Discussion Posted: Wed Oct 01, 2003 4:32 pm Subject: Please explain - when mapper decides to make room? |
Hi!
Can anyone explain, what causes mapper to create new room? In what conditions it will delete direction from queue and make new room in that direction? And what data it will use?
Thanks. |
Topic: Mapper redrawing rooms |
Interitus
Replies: 11
Views: 18154
|
Forum: zMUD General Discussion Posted: Wed Oct 01, 2003 2:58 pm Subject: Mapper redrawing rooms |
Damn, I found some errors in my triggerset. Please give me a day or two to fix them. |
Topic: Mapper redrawing rooms |
Interitus
Replies: 11
Views: 18154
|
Forum: zMUD General Discussion Posted: Tue Sep 30, 2003 10:02 pm Subject: Mapper redrawing rooms |
I had the same problems in one mud (Achaea), because it often inserted unwanted spam into movement output. So I wrote triggers to gather and tag everything for mapper manually, and stopped zMUD from p ... |
Topic: Mapper redrawing rooms |
Interitus
Replies: 11
Views: 18154
|
Forum: zMUD General Discussion Posted: Tue Sep 30, 2003 10:27 am Subject: Mapper redrawing rooms |
It's hard to find solution without even knowing what causes mapper to do such a things. I would advice you just walking in follow mode when you don't need to create new rooms.
quote:As a side note, ... |
Topic: Easy way to change exits? |
Interitus
Replies: 2
Views: 4215
|
Forum: zMUD General Discussion Posted: Tue Sep 30, 2003 10:20 am Subject: Easy way to change exits? |
Hi, parrotslave!
You can create blank database in your old version of MS Access, then link it to tables in actual database (use File -> External data menu), then use your SELECT/UPDATE queries.
H ... |
Topic: Ignoring extra room information with automapper. |
Interitus
Replies: 4
Views: 7252
|
Forum: zMUD General Discussion Posted: Tue Sep 30, 2003 10:11 am Subject: Ignoring extra room information with automapper. |
Hi, Deavr!
Do room names in your MUD have unique color? If yes, you can just manually tag name, exits and prompt, and prevent automapper from parsing text.
|
Topic: zMud and PerlScript |
Interitus
Replies: 5
Views: 9592
|
Forum: zMUD General Discussion Posted: Sun Sep 21, 2003 2:35 pm Subject: zMud and PerlScript |
And for your first problem: use MakeVar instead of GetVar:
$sess->MakeVar("fr1","new value","","");
Interitus. |
Topic: zMud and PerlScript |
Interitus
Replies: 5
Views: 9592
|
Forum: zMUD General Discussion Posted: Sun Sep 21, 2003 2:18 pm Subject: zMud and PerlScript |
Hi Snark!
Here is the solution for your second problem.
$p1="%1";
$p2="%2";
And voila ;) But it doesn't work without quotes.
��� ������ � ������ ��������� � �� ����, ������ ��� ������ ����� ��� ... |
Topic: Automapper not making new rooms. |
Interitus
Replies: 12
Views: 17136
|
Forum: zMUD General Discussion Posted: Mon Jul 28, 2003 8:50 pm Subject: Automapper not making new rooms. |
redmop, perhaps you have triggers that send #NOMAP on any kind of patterns?
Also, this trigger may be a solution:
#TRIGGER {^You {walk|run|sprint|crawl|fly} (*).} {#MAP %1} |
Topic: Mapper rant. |
Interitus
Replies: 52
Views: 72883
|
Forum: zMUD General Discussion Posted: Mon Jul 28, 2003 8:44 pm Subject: Mapper rant. |
quote:Originally posted by Megane
Isn't that an SQL thing?
It is. You can install it from SQL folder of your MS Office distribution. When installed it does a lot of reconfiguration with your datab ... |
Topic: Mapper rant. |
Interitus
Replies: 52
Views: 72883
|
Forum: zMUD General Discussion Posted: Fri Jul 25, 2003 4:53 pm Subject: Mapper rant. |
Megane, have you tried to install MSDE from MS Office distribution? |
Topic: Mapper rant. |
Interitus
Replies: 52
Views: 72883
|
Forum: zMUD General Discussion Posted: Thu Jul 24, 2003 11:47 pm Subject: Mapper rant. |
Megane, I had exactly the same problem, and here is how I solved it: I have MS Access installed. I open database in Access before I launch zMUD, then minimize it, so it stays opened while I'm mudding. ... |
Topic: Nice advice for improving automapper speed |
Interitus
Replies: 0
Views: 3111
|
Forum: zMUD General Discussion Posted: Fri Jun 20, 2003 7:22 pm Subject: Nice advice for improving automapper speed |
Hi!
I found the way to make automapper work much faster! :)
First, create RAM disk with some ramdisk utility (there are many free or shareware ones). 16 MB disk is enough for average 10K rooms MUD.
... |
Topic: %random returns the same number every time |
Interitus
Replies: 5
Views: 7179
|
Forum: zMUD General Discussion Posted: Wed Mar 26, 2003 8:32 am Subject: %random returns the same number every time |
Kjata and Charbal, thanks alot, I have solved my problem.
|
Topic: %random returns the same number every time |
Interitus
Replies: 5
Views: 7179
|
Forum: zMUD General Discussion Posted: Wed Mar 26, 2003 8:23 am Subject: %random returns the same number every time |
quote:
Check the alias after it is created. Does it still contain the %random function, or was it by any chance expanded at the moment of creating the alias and it is just a number now?
It expande ... |
Topic: %random returns the same number every time |
Interitus
Replies: 5
Views: 7179
|
Forum: zMUD General Discussion Posted: Tue Mar 25, 2003 5:46 pm Subject: %random returns the same number every time |
#SHOW %random(1,10) command shows different numbers every time I enter it, but if I define alias #ALIAS RAND1 {#SHOW %random(1,10)} zMUD always returns 7 insteat of random number.
How to solve this p ... |
|