Author |
Message |
Topic: The "Think outside the box" thread |
Wrudyn
Replies: 31
Views: 2137
|
Forum: eMobius Discussion Posted: Wed Mar 17, 2004 5:32 pm Subject: The "Think outside the box" thread |
quote:Originally posted by Caled
A lot of the ideas in this thread have essentially been "how much commonly used 'communicating stuff' can we combine into one app?
I thought about what I do each m ... |
Topic: http proxy |
Wrudyn
Replies: 6
Views: 9309
|
Forum: zMUD General Discussion Posted: Mon Jan 05, 2004 8:01 am Subject: http proxy |
You can't use an http proxy to connect to a mud. The http proxy won't allow the correct type of connection. |
Topic: I am playing but can't see |
Wrudyn
Replies: 4
Views: 6089
|
Forum: zMUD General Discussion Posted: Wed Dec 31, 2003 5:29 am Subject: I am playing but can't see |
Check in the menu Preferences / General somewhere to make sure that you have mud output turned on. |
Topic: Serious email client questions |
Wrudyn
Replies: 41
Views: 2032
|
Forum: eMobius Discussion Posted: Sat Dec 13, 2003 9:56 pm Subject: Serious email client questions |
I don't understand the connection between email and calandars. How does an integrated calandar / email client provide any benefit over separate calandar and email programs? They seem to be completely ... |
Topic: problem with dll's |
Wrudyn
Replies: 3
Views: 4815
|
Forum: zMUD General Discussion Posted: Wed May 07, 2003 7:12 am Subject: problem with dll's |
You didn't say which dll was not found, so I can't tell you what it is for, but it is not for security, exactly. Zmud is required to be installed on the computer before it can be run. If your school ... |
Topic: Flag representations |
Wrudyn
Replies: 2
Views: 4495
|
Forum: zMUD General Discussion Posted: Tue May 06, 2003 10:37 pm Subject: Flag representations |
From the Zmud help file:
bitand - returns the bitwise AND of the two numbers
bitor - returns the bitwise OR of the two numbers
bitxor - returns the bitwise XOR of the two numbers
bitnot - returns ... |
Topic: Blank returns like mad |
Wrudyn
Replies: 11
Views: 14738
|
Forum: zMUD General Discussion Posted: Tue May 06, 2003 10:28 pm Subject: Blank returns like mad |
As long as you were KILLALLing, you can delete your .mud files and see if that helps.
|
Topic: beta versions... |
Wrudyn
Replies: 1
Views: 3510
|
Forum: zMUD General Discussion Posted: Tue Apr 29, 2003 11:43 am Subject: beta versions... |
Nope, still beta. A public version should be released at the end of the week.
|
Topic: Problem with #SUB |
Wrudyn
Replies: 7
Views: 10618
|
Forum: zMUD General Discussion Posted: Thu Apr 17, 2003 4:09 pm Subject: Problem with #SUB |
Well, I'll be damned, according to the dictionary, it *is* pronounced klooj. Now that I think of it, I've never actually heard someone say the word before.
|
Topic: proxy |
Wrudyn
Replies: 6
Views: 10467
|
Forum: zMUD General Discussion Posted: Tue Apr 08, 2003 1:54 pm Subject: proxy |
I should mention that your work has that firewall for a reason, and traffic through the proxy is very likely logged, so only try that if you are certain it won't get you in trouble.
|
Topic: Number conversion |
Wrudyn
Replies: 2
Views: 4402
|
Forum: zMUD General Discussion Posted: Tue Apr 08, 2003 9:44 am Subject: Number conversion |
%replace(number, ",", "")
Removes all commas from a number.
%format("&0.0n", number)
Adds commas to a number.
|
Topic: proxy |
Wrudyn
Replies: 6
Views: 10467
|
Forum: zMUD General Discussion Posted: Tue Apr 08, 2003 9:39 am Subject: proxy |
Well, you *could* create a local proxy that translates what you type into HTTP messages, sends it through your HTTP proxy to a machine that you have running outside the firewall, which then sends it t ... |
Topic: proxy |
Wrudyn
Replies: 6
Views: 10467
|
Forum: zMUD General Discussion Posted: Tue Apr 08, 2003 4:15 am Subject: proxy |
I believe that you cannot use HTTP proxies to connect to a mud. HTTP proxies are for web pages, and therefore only accept the HTTP commands that it listed in the error message.
|
Topic: zMUD v3.62 |
Wrudyn
Replies: 2
Views: 6685
|
Forum: zMUD General Discussion Posted: Mon Apr 07, 2003 2:11 am Subject: zMUD v3.62 |
Not much to say other than upgrade to a version made within the past 5 years. I'm not surprised that it doesn't work with XP.
|
Topic: zMUD Subsitution Question |
Wrudyn
Replies: 2
Views: 5827
|
Forum: zMUD General Discussion Posted: Mon Apr 07, 2003 12:59 am Subject: zMUD Subsitution Question |
Look up the %format function. You will want a trigger that captures the experience, and replaces it with a formatted version.
#TRIG {~<~[(%d)~]} {#SUB {~<~[%format("&.0n", %1)~ ... |
Topic: MOB Variable? |
Wrudyn
Replies: 2
Views: 4081
|
Forum: zMUD General Discussion Posted: Sun Apr 06, 2003 11:24 pm Subject: MOB Variable? |
This isn't that easy to do, because mobs usually aren't marked that clearly. When you walk into a room, you probably see something like: "A giant bunny growls menacingly." So you will have ... |
Topic: Execute alias on connection? |
Wrudyn
Replies: 1
Views: 3240
|
Forum: zMUD General Discussion Posted: Sun Apr 06, 2003 10:35 am Subject: Execute alias on connection? |
It's still there, or should be. If not, any alias named 'atconnect' should work for you.
|
Topic: on disconnect |
Wrudyn
Replies: 3
Views: 4958
|
Forum: zMUD General Discussion Posted: Sat Apr 05, 2003 4:57 am Subject: on disconnect |
You could make a variable that is set to true when atconnect is called, and set to false when atdisconnect is called. That way you can check the variable to see if you are connected.
|
Topic: Colors group |
Wrudyn
Replies: 4
Views: 4202
|
Forum: zMUD General Discussion Posted: Fri Apr 04, 2003 8:53 pm Subject: Colors group |
Add a space to each side of the trigger pattern.
|
Topic: Replacing Text |
Wrudyn
Replies: 2
Views: 4838
|
Forum: zMUD General Discussion Posted: Thu Apr 03, 2003 12:58 am Subject: Replacing Text |
Here is what you want:
#TRIG {^Over the organizations private network you say, } {#SUB {%char "~[REBEL NET~], "}}
and
#TRIG {^(%w) speaks over the organizations network, } {#SUB {&q ... |
Topic: character stripping |
Wrudyn
Replies: 7
Views: 10601
|
Forum: zMUD General Discussion Posted: Wed Apr 02, 2003 3:37 am Subject: character stripping |
In the general preferences, uncheck the box "enable mxp", or at least check the box "debug mxp"
|
Topic: Mapper Problem |
Wrudyn
Replies: 2
Views: 4089
|
Forum: zMUD General Discussion Posted: Mon Mar 31, 2003 8:38 pm Subject: Mapper Problem |
Go to the 'configuration settings', and in Configuration/RoomExits make sure that the checkbox 'exit in prompt' is checked
|
Topic: Drastic COM Failures? |
Wrudyn
Replies: 10
Views: 12318
|
Forum: zMUD General Discussion Posted: Sun Mar 30, 2003 12:45 pm Subject: Drastic COM Failures? |
Odd, that. Copy/Pasted it straight into the command line. In my experience, functions aren't evaluated unless preceeded with a command, at least in the command line. Things like %dice(5d2) are sent ... |
Topic: Bad angles of Zmud |
Wrudyn
Replies: 12
Views: 15185
|
Forum: zMUD General Discussion Posted: Sun Mar 30, 2003 12:31 pm Subject: Bad angles of Zmud |
Sound like a UNIX user . Most people do need an easy and pretty programs, though. The load times have increased in the recent versions because they have to load JET/OLEDB.
--loves EditPlus, BTW
... |
Topic: Drastic COM Failures? |
Wrudyn
Replies: 10
Views: 12318
|
Forum: zMUD General Discussion Posted: Sun Mar 30, 2003 11:59 am Subject: Drastic COM Failures? |
That doesn't change hostname because it isn't evaluated unless it's preceeded with #CALL.
#VAR Zmud %comcreate("Zmud.Application")
#CALL %comset(@Zmud.CurrentSession, WindowName, "n ... |
|