Author |
Message |
Topic: Can't start Zmud |
Charbal
Replies: 1
Views: 5412
|
Forum: zMUD General Discussion Posted: Tue Jul 20, 2004 3:57 am Subject: Re: Can't start Zmud |
This forum is for meta-discussion about the forum itself and the software that makes it work. Your question belongs in the [url="http://www.emobius.com/phpbb/viewforum.php?f=7"]zMUD General Discussio ... |
Topic: Liscensing Problem / cannot open ZMud |
Charbal
Replies: 4
Views: 7761
|
Forum: zMUD General Discussion Posted: Tue Jul 20, 2004 2:37 am Subject: Re: Liscensing Problem / cannot open ZMud |
This question is addressed in the [url="http://www.zuggsoft.com/zmud/faq.htm#I%20get%20a%20code%2023%20error%20or%20the%20error%20%22Sorry,%20could%20not%20get%20a%20license%20at%20this%20time.%22"]zM ... |
Topic: changing words |
Charbal
Replies: 2
Views: 5387
|
Forum: zMUD General Discussion Posted: Mon Jul 19, 2004 7:45 pm Subject: Re: changing words |
This may do it for you:
#TRIGGER {%w is (right here) to the %w.} {#PSUB "(1)" %x1}
Or if it's alright for every occurrence of "right here" on the MUD to be replaced, you could do something like: ... |
Topic: Sending a hidden command to the mud |
Charbal
Replies: 7
Views: 10856
|
Forum: zMUD General Discussion Posted: Mon Jul 19, 2004 7:40 pm Subject: Re: Sending a hidden command to the mud |
Yep, you're looking for the #SEND command. For example,
#SEND supersecretpassword |
Topic: Trigger Help! Should be simple, but I can't figure it out. |
Charbal
Replies: 2
Views: 5603
|
Forum: zMUD General Discussion Posted: Sun Jul 18, 2004 6:58 pm Subject: RE:Trigger Help! Should be simple, but I can't figure it out |
Here's a quick script that should parse that MUD output and send the appropriate get and con commands for each item by using the first 5 letters of the name.
#CLASS {ItemConvert}
#FUNC getIdentifi ... |
Topic: ZMUD CRASHES WHEN I CLICK BUTTONS - ALIASES, TRIGGERS ETC |
Charbal
Replies: 3
Views: 6422
|
Forum: zMUD General Discussion Posted: Sun Jul 18, 2004 6:30 pm Subject: ZMUD CRASHES WHEN I CLICK BUTTONS - ALIASES, TRIGGERS ETC |
It sounds like your settings file may be partially corrupted. Try following the instructions on what to do about this in the [url="http://www.zuggsoft.com/zmud/migrating.htm#Corrupt%20Settings%20File ... |
Topic: Wheel of Time Channel Capture |
Charbal
Replies: 1
Views: 8956
|
Forum: Finished MUD Scripts Posted: Sun Jul 04, 2004 7:38 pm Subject: Wheel of Time Channel Capture |
Assuming that this is for WoTMUDplugin available.
Consider what happens to this:
* HP:Healthy MV:Fresh >
Player narrates 'on'
* HP:Healthy MV:Fresh >
It'd become:
* HP:Healthy MV: ... |
Topic: #SAY with colors |
Charbal
Replies: 1
Views: 5324
|
Forum: zMUD General Discussion Posted: Fri May 28, 2004 6:39 am Subject: #SAY with colors |
The MXP color element appears to be what you're looking for here:
#MXP <color #FF0000>Warning</color>
|
Topic: Clearing zMUDs Que. |
Charbal
Replies: 4
Views: 8127
|
Forum: zMUD General Discussion Posted: Fri May 28, 2004 5:11 am Subject: Clearing zMUDs Que. |
They've already been sent to the MUD so unless your MUD provides some facility for canceling commands you've already sent, it's unlikely.
However, what I do if I get in this situation is very quick ... |
Topic: Status of "ZuggMail" |
Charbal
Replies: 31
Views: 4508
|
Forum: eMobius Discussion Posted: Tue May 25, 2004 3:31 am Subject: Status of "ZuggMail" |
As long as this thread is becoming increasingly off-topic, I'm going to have to cast my vote for Stargate as well. I've got every episode of seasons 1-7 (nestled comfortably at the 58 gigabyte mark) ... |
Topic: Perl Stuff |
Charbal
Replies: 1
Views: 6197
|
Forum: zMUD General Discussion Posted: Tue May 25, 2004 1:45 am Subject: Perl Stuff |
Well, there's actually a distinction between Perl scripting and the Perl regular expressions now used in zMUD.* Perl regular expressions are what is used here as zMUD is now using them internally.
... |
Topic: HTML logging |
Charbal
Replies: 1
Views: 10546
|
Forum: Finished MUD Scripts Posted: Mon May 24, 2004 7:18 pm Subject: HTML logging |
First off, this forum is for finished scripts, not really for questions. Nevertheless, I'll reply to your post on the condition that further inquiries go into the general forum
quote:1) How can I ... |
Topic: How do I transfer one little map zone to another z |
Charbal
Replies: 1
Views: 5311
|
Forum: zMUD General Discussion Posted: Mon May 24, 2004 6:29 pm Subject: How do I transfer one little map zone to another z |
One option would be copying the entire .mdb file, transferring the entire map at once. However, it sounds like you want a finer-grained alternative, transferring only a single zone. You might check ... |
Topic: one way directions |
Charbal
Replies: 1
Views: 4780
|
Forum: zMUD General Discussion Posted: Mon May 24, 2004 6:16 pm Subject: one way directions |
After creating the exit, right-click on the room it starts from and click Properties. On the exits tab, click on the exit and you should be able to click the One-Way button (if you are not, ensure th ... |
Topic: MapQuery |
Charbal
Replies: 4
Views: 9093
|
Forum: zMUD General Discussion Posted: Mon May 24, 2004 5:15 pm Subject: MapQuery |
Try
#MAPQUERY {[Name] = '@QuestRoom' and [ZoneID] IN (SELECT ZoneID FROM ZoneTbl WHERE Name = '@ZoneName')} |
Topic: login w/ mapper |
Charbal
Replies: 2
Views: 5725
|
Forum: zMUD General Discussion Posted: Wed Mar 31, 2004 12:35 am Subject: login w/ mapper |
a) Open up the mapper in the character and save your layout (Layout, Save Layout. Opening the character in the future should use the saved layout.
b) Well, you probably want #FIND after you've con ... |
Topic: Charbal's HTML Logger question |
Charbal
Replies: 9
Views: 13350
|
Forum: zMUD General Discussion Posted: Wed Mar 31, 2004 12:23 am Subject: Charbal's HTML Logger question |
Okay, this should work: HTML Logger.
|
Topic: Classes |
Charbal
Replies: 2
Views: 4740
|
Forum: zMUD General Discussion Posted: Thu Mar 18, 2004 9:28 pm Subject: Classes |
It sounds like these might be inherited settings. First, make sure that the folders aren't present in the default character profile. Hit escape at the character selection screen and delete the folder ... |
Topic: What is the command to clear the Map Queue |
Charbal
Replies: 3
Views: 7623
|
Forum: zMUD General Discussion Posted: Thu Mar 18, 2004 9:21 pm Subject: What is the command to clear the Map Queue |
If you give a nonzero argument to #NODIR, it'll clear the queue instead of just removing one direction from it. So #NODIR 1 should clear the queue for you.
|
Topic: howto Clear all room descriptions from map db? |
Charbal
Replies: 12
Views: 18847
|
Forum: zMUD General Discussion Posted: Thu Mar 18, 2004 9:19 pm Subject: howto Clear all room descriptions from map db? |
Ah... okay, I shuld have removed the #CALL @Recordset.Close line from it. Here it is without that:
#VARIABLE MapDatabase "C:zMUDmap.mdb"
#VARIABLE Connection %comcreate( "ADODB.Connection")
#CAL ... |
Topic: Command Line for mapmode? |
Charbal
Replies: 2
Views: 6098
|
Forum: zMUD General Discussion Posted: Wed Mar 17, 2004 9:09 am Subject: Command Line for mapmode? |
%maplocked just sets an attribute saying whether the map is locked for most changes at the moment or not. In follow mode, it'll default to 1 and 0 for map mode, but as you've discovered, changing it ... |
Topic: Multiline Trigger |
Charbal
Replies: 4
Views: 9958
|
Forum: zMUD General Discussion Posted: Wed Mar 17, 2004 3:24 am Subject: Multiline Trigger |
As this topic doesn't deal with your issue, you might be better off in the future creating a new topic instead of replying to an existing one that is only slightly similar (perhaps including a link ba ... |
Topic: howto Clear all room descriptions from map db? |
Charbal
Replies: 12
Views: 18847
|
Forum: zMUD General Discussion Posted: Wed Mar 17, 2004 12:32 am Subject: howto Clear all room descriptions from map db? |
This should also work, connecting to the map database via ADO to do its work. Make sure you change the MapDatabase variable to reflect where and what the name of your map database is before entering ... |
Topic: %mapfiler and room exit name? |
Charbal
Replies: 1
Views: 5268
|
Forum: zMUD General Discussion Posted: Sun Mar 14, 2004 9:35 pm Subject: %mapfiler and room exit name? |
This should display all room numbers (not VNums) with an exit with a doorname of brokenrock:
#FORALL %mapquery("ObjID IN (SELECT FromID FROM ExitTbl WHERE Param = 'brokenrock' OR Param LIKE 'broken ... |
Topic: Problem starting for win `98 |
Charbal
Replies: 5
Views: 10182
|
Forum: zMUD General Discussion Posted: Tue Mar 02, 2004 3:31 am Subject: Problem starting for win `98 |
Your frustration is definitely understandable. It can be quite trying when stuff doesn't work the way it is supposed to. However, do keep in mind that the Gurus and other people who post on the foru ... |
|