Author |
Message |
Topic: ZMud 7.21 map Room Properties box does not open when selected |
Petrograd
Replies: 4
Views: 4609
|
Forum: zMUD General Discussion Posted: Fri Apr 12, 2024 12:42 am Subject: ZMud 7.21 map Room Properties box does not open when selected |
I had this same problem today, and it took me a while to solve.
In my case zmud.ini was botched, so replacing it with a backup solved the problem. |
Topic: Two trigger questions |
Petrograd
Replies: 1
Views: 6677
|
Forum: zMUD General Discussion Posted: Sun Jul 14, 2013 12:54 am Subject: Two trigger questions |
The reason The Guild Room$[Exits: West North] as a trigger doesn't work is likely because [ and ] are special characters. You can try using
^The Guild Room$~[Exits: West North~]
...as your patt ... |
Topic: escape loop |
Petrograd
Replies: 1
Views: 7134
|
Forum: zMUD General Discussion Posted: Sun Jul 14, 2013 12:51 am Subject: escape loop |
I take it you get a message when your action is completed?
I'd have that message trigger a variable to change, and then use the variable to stop the loop. |
Topic: Problem opening Zmud map |
Petrograd
Replies: 1
Views: 6455
|
Forum: zMUD General Discussion Posted: Sun Jul 14, 2013 12:30 am Subject: Problem opening Zmud map |
I've done extensive mapping through Zmud's built in mapping tool.
After formatting and reinstalling my computer, I tried restarting Zmud from a backup copy of my Zmud folder.
It started fine, bu ... |
Topic: Matching pattern with comma (,) in a list |
Petrograd
Replies: 2
Views: 6989
|
Forum: zMUD General Discussion Posted: Thu Aug 23, 2012 12:09 pm Subject: Matching pattern with comma (,) in a list |
I worked around it with extra triggers
like
#trigger {^~<(%n)/(%n)hp 100/100m ~> A Long, Cavernous Tunnel} {walkpath}
But that's not a generic solution to this problem :3 Any ideas? |
Topic: Capture windows.. |
Petrograd
Replies: 8
Views: 12895
|
Forum: zMUD General Discussion Posted: Tue Aug 21, 2012 7:16 am Subject: Capture windows.. |
Make separate "sessions" for each window? That never get connected, but that you open a session on? Could have an alias to open it up, but you'd use #ses instead of #window.
Could also make a trigg ... |
Topic: Help with a bash trigger |
Petrograd
Replies: 16
Views: 23134
|
Forum: zMUD General Discussion Posted: Mon Aug 20, 2012 11:35 am Subject: Help with a bash trigger |
Hmm, it'll try to bash too many times? You want it to only do it up to a preset number of times?
If so just add a variable to keep track of it?
Like when bashrounds go to 0, do numbashes = 0
an ... |
Topic: automapper not seeming to work |
Petrograd
Replies: 3
Views: 9976
|
Forum: zMUD General Discussion Posted: Mon Aug 20, 2012 11:27 am Subject: automapper not seeming to work |
It's not unusual for the automatic configuration feature to fail. What does a room look like on your mud? You can check through that the mapping configuration settings seem ok, if not you can post wha ... |
Topic: automapper location getting stuck |
Petrograd
Replies: 4
Views: 9199
|
Forum: zMUD General Discussion Posted: Mon Aug 20, 2012 11:26 am Subject: automapper location getting stuck |
Hi Mumra!
You can also double check that the automatic read of DH square is correct. If it gets the room title or desc wrong when you auto read it that can cause trouble too. |
Topic: Matching pattern with comma (,) in a list |
Petrograd
Replies: 2
Views: 6989
|
Forum: zMUD General Discussion Posted: Mon Aug 20, 2012 11:22 am Subject: Matching pattern with comma (,) in a list |
I match what I see on a line with a list of possible names like this:
^~<(%n)/(%n)hp 100/100m ~> (*)
Then depending on where I am (which I keep track of with the variable @stage) I want to ... |
Topic: macro being sent to command line |
Petrograd
Replies: 3
Views: 6626
|
Forum: zMUD General Discussion Posted: Thu Jan 17, 2008 6:58 pm Subject: macro being sent to command line |
How's your keyboard doing? =P
Does it happen when you aren't receiving any output from the mud? (As in, when you're offline.)
Do you store whatever you use the macro for in a variable, that may ... |
Topic: Classes getting reenabled after save-load |
Petrograd
Replies: 2
Views: 5122
|
Forum: zMUD General Discussion Posted: Wed Jan 16, 2008 11:57 am Subject: Classes getting reenabled after save-load |
Hmm, now I found where to change how to disable a class upon reconnection, this saves a lot of time.
I also moved the folders to /AreaA/CharA/ instead, and put the other stuff in a folder named Gener ... |
Topic: Classes getting reenabled after save-load |
Petrograd
Replies: 2
Views: 5122
|
Forum: zMUD General Discussion Posted: Tue Jan 15, 2008 9:59 pm Subject: Classes getting reenabled after save-load |
Hi! I have a lot of triggers in a relog script, where I have a little more than 100 characters, with mostly one, in some cases a none, or a few, triggers each executed after relog.
This has caused ... |
Topic: Advanced variable question |
Petrograd
Replies: 3
Views: 6193
|
Forum: zMUD General Discussion Posted: Fri Sep 08, 2006 3:40 am Subject: Advanced variable question |
Hehe, that worked, thanks! |
Topic: Advanced variable question |
Petrograd
Replies: 3
Views: 6193
|
Forum: zMUD General Discussion Posted: Fri Sep 08, 2006 1:20 am Subject: Advanced variable question |
This does what I want, but is ugly:
#if {@shownalts >= 2} {
:@char2: @action @tar
#if {@shownalts >= 3} {
:@char3: @action @tar
#if {@shownalts >= 4} {
:@char4: @act ... |
Topic: Advanced variable question |
Petrograd
Replies: 3
Views: 6193
|
Forum: zMUD General Discussion Posted: Fri Sep 08, 2006 1:17 am Subject: Advanced variable question |
I use
:charname: do whatever
to be able to make my alt do things without me interfering.
Now, I have a 8 variables named char1, char2 up to char8 (not made into a variable, because that'd be ick ... |
Topic: how to use %mapquery+%roomdesc+%roomexit |
Petrograd
Replies: 6
Views: 8828
|
Forum: zMUD General Discussion Posted: Fri Jun 02, 2006 1:17 am Subject: how to use %mapquery+%roomdesc+%roomexit |
Welcome |
Topic: Database and the Zmud regular Mapper |
Petrograd
Replies: 9
Views: 16471
|
Forum: zMUD General Discussion Posted: Tue May 30, 2006 12:57 pm Subject: Database and the Zmud regular Mapper |
Mine said it went from 600-something k to 157k too I think... but the actual file went down to 19,6 mb O.o Lots faster loading :D
Thanks ^__^ |
Topic: Help with confuring mapper |
Petrograd
Replies: 10
Views: 11703
|
Forum: zMUD General Discussion Posted: Mon May 29, 2006 11:49 pm Subject: Help with confuring mapper |
Hmm. In your configuration settings...
Under Configuration, Roomname:
I guess you could uncheck roomname, if it doesn't come automatically when you enter the room.
Configuration, Room desc:
Ro ... |
Topic: Help with confuring mapper |
Petrograd
Replies: 10
Views: 11703
|
Forum: zMUD General Discussion Posted: Mon May 29, 2006 6:41 pm Subject: Help with confuring mapper |
I'm sure there's a way to make the mapper fill in the name automatically, but possibly not at the same time as it adds the desc.
Help file says... "Normally the mapper will look for any of the nam ... |
Topic: Database and the Zmud regular Mapper |
Petrograd
Replies: 9
Views: 16471
|
Forum: zMUD General Discussion Posted: Mon May 29, 2006 4:50 pm Subject: Database and the Zmud regular Mapper |
Hmm, how does compacting work? Lossless? Couldn't seem to find its helpfile.
Sitting here with a one minute loading time, 17k rooms, loads of notes, 86,4mb mapfile >.< |
Topic: Help with confuring mapper |
Petrograd
Replies: 10
Views: 11703
|
Forum: zMUD General Discussion Posted: Mon May 29, 2006 4:30 pm Subject: Help with confuring mapper |
I take it you have 'exit line contains keyword' checked.
Try without the colon at the end? So just Obvious exits are
Hmm, a lot of \, are you using it instead of ~?
I would've used
^~|(%d)~: ... |
Topic: Balance problem. |
Petrograd
Replies: 2
Views: 5659
|
Forum: zMUD General Discussion Posted: Mon May 29, 2006 4:27 pm Subject: Balance problem. |
Hmm, I'd use a macro for attacking, and then set the macro to attack him when balance = 1, and set it to do nothing (or something else) when it's 0, that way you'd only attack if balanced. |
Topic: %nextdir problems |
Petrograd
Replies: 7
Views: 10166
|
Forum: zMUD General Discussion Posted: Sat May 27, 2006 10:24 pm Subject: %nextdir problems |
Oh, again, where did you place this code? Room script, walk script or just a trigger? |
Topic: Alts and global variables |
Petrograd
Replies: 4
Views: 6216
|
Forum: zMUD General Discussion Posted: Sat May 27, 2006 10:01 pm Subject: Alts and global variables |
:Char: means the action is made in the alt's window, not the current one. It's intentional, but not mudspecific.
:<@char1>: q heal @cont did the trick, thanks :D |
|