Author |
Message |
Topic: Automapper Docking |
Nibbles
Replies: 1
Views: 1929
|
Forum: zMUD General Discussion Posted: Tue Jun 21, 2005 1:54 pm Subject: Automapper Docking |
I'm having a bit of a problem; my automapper refuses to dock. At all. The layout is not locked, and the "hold alt to dock" option is off. Is the automapper not supposed to be dockable? |
Topic: Automapper Problem |
Nibbles
Replies: 2
Views: 2822
|
Forum: zMUD General Discussion Posted: Sat Jun 18, 2005 9:59 am Subject: Automapper Problem |
Nope, didn't work. The problem seems to be either with A. How I have the automapper configured or B. The automapper itself. As long as I've spent changing configurations trying to solve such a simpl ... |
Topic: Automapper Problem |
Nibbles
Replies: 2
Views: 2822
|
Forum: zMUD General Discussion Posted: Fri Jun 17, 2005 4:38 am Subject: Automapper Problem |
I am using the automapper to capture exits only, because I've had so much trouble trying to get it to reliably capture other information.
A room description looks like thus:
Randall's Sundry G ... |
Topic: Alias won't function from inside trigger |
Nibbles
Replies: 5
Views: 4815
|
Forum: zMUD General Discussion Posted: Mon May 23, 2005 1:05 am Subject: Alias won't function from inside trigger |
The curly brace was a typo, not in the actual code. Sorry.
I changed all the names from _WizardScripts_ to WS_ and it works fine now. I guess skipping over long names occasionally is just one of ... |
Topic: Alias won't function from inside trigger |
Nibbles
Replies: 5
Views: 4815
|
Forum: zMUD General Discussion Posted: Sun May 22, 2005 9:05 pm Subject: Alias won't function from inside trigger |
I included the code for _WizardScripts_ParseLoop. Here it is again:
#SHOW Alias executing.
#VAR _WizardScripts__Running {1}
#WHILE (@_WizardScripts__Running} {_WizardSc ... |
Topic: Alias won't function from inside trigger |
Nibbles
Replies: 5
Views: 4815
|
Forum: zMUD General Discussion Posted: Sun May 22, 2005 8:03 pm Subject: Alias won't function from inside trigger |
Heyo, I've got a problem with an alias not working from inside a trigger. I know the alias name is correct, because not only is it being highlighted in blue by the command editor, it is also not bein ... |
Topic: Problem with special characters and %read? |
Nibbles
Replies: 2
Views: 2833
|
Forum: zMUD General Discussion Posted: Sun May 22, 2005 4:25 am Subject: Problem with special characters and %read? |
Thank you, that solution worked. I created a (*) command trigger and just turned it on to read the line, then turned it right back off:
#WHILE (@__iter <= @__filesize) {
#T+ _ ... |
Topic: Problem with special characters and %read? |
Nibbles
Replies: 2
Views: 2833
|
Forum: zMUD General Discussion Posted: Sat May 21, 2005 3:32 pm Subject: Problem with special characters and %read? |
All right, I'm attempting to right a Wizard/eScape script emulator for simutronics users in zMUD. To load the files, I'm using the #FILE and %read command and function, the relevant portion follows:
... |
Topic: Capturing Multiple Lines to a Variable |
Nibbles
Replies: 7
Views: 5931
|
Forum: zMUD General Discussion Posted: Tue Aug 24, 2004 5:37 am Subject: Capturing Multiple Lines to a Variable |
I figured it out! I had to separate it into two triggers, one as above that triggered on prompt, and one that triggered on newline which simply appends to the buffer and adds a newline. Thanks for h ... |
Topic: Capturing Multiple Lines to a Variable |
Nibbles
Replies: 7
Views: 5931
|
Forum: zMUD General Discussion Posted: Tue Aug 24, 2004 2:03 am Subject: Capturing Multiple Lines to a Variable |
I wasn't aware that ZMud implemented full regular expressions, I thought only the options mentioned in the help file were available.
Anyways, using a (*) trigger and a modified version of your code ... |
Topic: Capturing Multiple Lines to a Variable |
Nibbles
Replies: 7
Views: 5931
|
Forum: zMUD General Discussion Posted: Sun Aug 22, 2004 10:36 pm Subject: Capturing Multiple Lines to a Variable |
That didn't seem to work. In ZMud's #REGEX help file, \r isn't listed as a valid character, however it still didn't seem to work even after I removed \r and left \n :-(. |
Topic: Capturing Multiple Lines to a Variable |
Nibbles
Replies: 7
Views: 5931
|
Forum: zMUD General Discussion Posted: Sat Aug 21, 2004 3:15 am Subject: Capturing Multiple Lines to a Variable |
ðMSG\b\cf3 HolyGixm \cf3 has left the world. \b0\cf2 ððMSG\b\cf3 Talrun \cf3 has left the world. \b0\cf2 ððLNOSocket disconnected: Client did not send valid login packet within 4 seconds.ð |
Topic: Capturing Multiple Lines to a Variable |
Nibbles
Replies: 7
Views: 5931
|
Forum: zMUD General Discussion Posted: Fri Aug 20, 2004 11:49 pm Subject: Capturing Multiple Lines to a Variable |
I have a dilemma that I've been working all day to figure out. I'm trying to create an environment in ZMud for a MUD that uses a custom client. The MUD itself sends everything in command packets, wh ... |
Topic: Proxy IPs |
Nibbles
Replies: 1
Views: 2030
|
Forum: zMUD General Discussion Posted: Fri Aug 20, 2004 5:52 pm Subject: Proxy IPs |
I was wondering, the %ip variable is used to return your computers current IP, is there any way to return the IP of the proxy you're using? |
Topic: MXP Image T Property |
Nibbles
Replies: 1
Views: 2005
|
Forum: zMUD General Discussion Posted: Sun Aug 01, 2004 8:05 pm Subject: MXP Image T Property |
I'm having a problem with downloads using the T or Type property of the MXP image tag. For instance, if I have an image at http://www.randomwebsite.com/monsters/goblin.gif, when I try something such ... |
|