Register to post in forums, or Log in to your existing account
 
:
Search found 90 matches for:
Page 1 of 4 Goto page 1, 2, 3, 4  Next
Author Message
  Topic: Complete newbie question about prompt
Cuttlefish

Replies: 2
Views: 4176

PostForum: zMUD General Discussion   Posted: Sun Nov 23, 2003 11:49 pm   Subject: Complete newbie question about prompt
#TRIGGER {~<%a &%dhp/&%d{maxhp}hp &%dmana/&%d{maxmana}ma &%d{movement}mv Opp:&%aopponent %a TNL:%d~>} {#GAG}

That will catch your prompt and store various values into variables. I don't know ...
  Topic: ZMud and Linux?
Cuttlefish

Replies: 147
Views: 285396

PostForum: zMUD General Discussion   Posted: Sun Nov 23, 2003 10:38 pm   Subject: ZMud and Linux?
Yeah, you also have to factor in ongoing support for versions on both Windows and Linux. There will be bugs specific to Linux, just as there are bugs specific to Windows. Speaking as a programmer, i ...
  Topic: zmud adding command
Cuttlefish

Replies: 7
Views: 8172

PostForum: zMUD General Discussion   Posted: Sun Nov 23, 2003 7:52 pm   Subject: zmud adding command
I'm going to assume that if you miss twice, it would show something like this:

You hit Artisan for 4, 61, 27, and 29 damage

and if you hit twice, it would show this:

You hit Artisan for 4, an ...
  Topic: GAH! Beta version screwed somethign up!
Cuttlefish

Replies: 7
Views: 5855

PostForum: zMUD General Discussion   Posted: Sat Nov 22, 2003 11:00 pm   Subject: GAH! Beta version screwed somethign up!
I totally agree with you, Zugg. People really do need to take responsibility for not reading instructions. I feel for the original poster, as it does incredibly suck to lose something due to your ow ...
  Topic: Heavy repetitive things
Cuttlefish

Replies: 4
Views: 6333

PostForum: zMUD General Discussion   Posted: Fri Nov 21, 2003 5:21 pm   Subject: Heavy repetitive things
Question 1) Have you tried Layout->Save Layout?

Question 2) What? If you explain exactly what you want to do, people will be able to answer better. I think the answer would basically be to hav ...
  Topic: Can't use zMUD w/ Remote Desktop?
Cuttlefish

Replies: 17
Views: 21612

PostForum: zMUD General Discussion   Posted: Fri Nov 21, 2003 5:19 pm   Subject: Can't use zMUD w/ Remote Desktop?
Can't comment on how to get Remote Desktop to work with it, but you do get three licenses when you buy zMUD, so you could install it on both computers. If you didn't want to hassle of separate config ...
  Topic: Coding Question
Cuttlefish

Replies: 2
Views: 4053

PostForum: zMUD General Discussion   Posted: Fri Nov 21, 2003 5:11 pm   Subject: Coding Question
Is this a zMUD related question?
  Topic: 6.65a beta : trigger initiation errors
Cuttlefish

Replies: 9
Views: 8444

PostForum: zMUD General Discussion   Posted: Fri Nov 21, 2003 6:01 am   Subject: 6.65a beta : trigger initiation errors
Well, when you start out your post with zMUD's "ability to be quite tempramental", you're going to raise some hackles.

Let's just call it even and move on, shall we?
  Topic: count?
Cuttlefish

Replies: 3
Views: 6258

PostForum: zMUD General Discussion   Posted: Fri Nov 21, 2003 5:22 am   Subject: count?
Later viewing while you're still connected to the mud and haven't closed zMUD?

Or do you want it to save the value even if you've closed zMUD and reopened it?

Cause the complexity of the answer ...
  Topic: count?
Cuttlefish

Replies: 3
Views: 6258

PostForum: zMUD General Discussion   Posted: Fri Nov 21, 2003 2:48 am   Subject: count?
You need to provide a little more info. Like do you have a specific database you want to save it to (better question might be - what exactly do you mean "save it to a database"). Do you want it to m ...
  Topic: help needed to seperate values for trigger
Cuttlefish

Replies: 1
Views: 3487

PostForum: zMUD General Discussion   Posted: Fri Nov 21, 2003 2:45 am   Subject: help needed to seperate values for trigger
You were oh-so-close. You need to "escape" out the literal parentheses so the pattern matcher will realize you're talking about real parens and not just the special grouping parentheses. Use the quo ...
  Topic: Help with an Expression Trigger
Cuttlefish

Replies: 5
Views: 6104

PostForum: zMUD General Discussion   Posted: Thu Nov 20, 2003 7:39 pm   Subject: Help with an Expression Trigger
Lightbulb: Unrelated to the question, but I was just wondering - are you using the "Quick Reply" or the full reply form? Just thinking maybe one is limited and the other isn't.
  Topic: Mapper configuration
Cuttlefish

Replies: 3
Views: 4344

PostForum: zMUD General Discussion   Posted: Thu Nov 20, 2003 7:17 pm   Subject: Mapper configuration
I'm not familiar with doing this myself, but I wonder if it might be related to a bug being discussed in the Beta forum.

Please post a full example of what you see when you enter a room (not just w ...
  Topic: or
Cuttlefish

Replies: 4
Views: 5130

PostForum: zMUD General Discussion   Posted: Thu Nov 20, 2003 7:15 pm   Subject: or
Please provide an example of how you would do it manually (without zMUD), including the output from your mud and what commands you'd be typing. The trigger will all depend on how the text from your m ...
  Topic: fleeing trigger
Cuttlefish

Replies: 9
Views: 10670

PostForum: zMUD General Discussion   Posted: Thu Nov 20, 2003 4:29 am   Subject: fleeing trigger
Try this:

#ALIAS withdraw {#IF (@moves = west) {flee east} {#IF (@MOVES = east) {flee west} {#IF (@moves = north) {flee south} {#if (@moves = south) {flee north} {#if (@moves = up) {flee down} {#if ...
  Topic: MudReader
Cuttlefish

Replies: 11
Views: 19241

PostForum: zMUD General Discussion   Posted: Thu Nov 20, 2003 2:18 am   Subject: MudReader
Did you try emailing the author directly for support? According to http://www.zuggsoft.com/zmud/down.asp you should do that. The email address listed there is zorsoftware@hotmail.com
I'm sure peopl ...
  Topic: Capture windows infinite loop problem
Cuttlefish

Replies: 2
Views: 4133

PostForum: zMUD General Discussion   Posted: Wed Nov 19, 2003 4:52 pm   Subject: Capture windows infinite loop problem
Sure are a lot of people using 6.16. Try upgrading and see if it's fixed in the current version.
  Topic: problem with logging to a file
Cuttlefish

Replies: 2
Views: 4520

PostForum: zMUD General Discussion   Posted: Wed Nov 19, 2003 4:50 pm   Subject: problem with logging to a file
It sounds like I bug. I recommend upgrading to the current version.
  Topic: Trigger Help
Cuttlefish

Replies: 1
Views: 3288

PostForum: zMUD General Discussion   Posted: Wed Nov 19, 2003 4:47 am   Subject: Trigger Help
There are about a billion ways to do this. The thing you'll want to read about is the basic trigger syntax and a few of the commands listed below. Here's the basic description way I would write it: ...
  Topic: email bug reports or post them?
Cuttlefish

Replies: 6
Views: 6669

PostForum: zMUD General Discussion   Posted: Wed Nov 19, 2003 3:48 am   Subject: email bug reports or post them?
Ah, now that is VERY good to know! Well, on my last bug I decided to test it on the beta and also send you an email bug report via the web form. Hope that helps.
  Topic: zmud adding command
Cuttlefish

Replies: 7
Views: 8172

PostForum: zMUD General Discussion   Posted: Wed Nov 19, 2003 3:11 am   Subject: zmud adding command
The adding commands would be #ADD, #MATH, and %eval (and probably some others). If you need help figuring out the trigger, I need more info - does that sample line contain a variable number of values ...
  Topic: email bug reports or post them?
Cuttlefish

Replies: 6
Views: 6669

PostForum: zMUD General Discussion   Posted: Tue Nov 18, 2003 4:49 am   Subject: email bug reports or post them?
Yah, but I was more asking in general terms for non-Beta bugs, too.
  Topic: email bug reports or post them?
Cuttlefish

Replies: 6
Views: 6669

PostForum: zMUD General Discussion   Posted: Tue Nov 18, 2003 2:52 am   Subject: email bug reports or post them?
Zugg: From time to time I've had a bug to report. I've read the section on the website about bug reports and have seen the form for submitting them. What I'm wondering is - would you rather we email ...
  Topic: Wierd Fonts ?!?!?
Cuttlefish

Replies: 5
Views: 6981

PostForum: zMUD General Discussion   Posted: Mon Nov 17, 2003 8:36 pm   Subject: Wierd Fonts ?!?!?
I like Fixedsys. There's no finer fixed width font. Well, cept maybe the Mac one.
  Topic: lost a window
Cuttlefish

Replies: 4
Views: 6120

PostForum: zMUD General Discussion   Posted: Mon Nov 17, 2003 8:02 pm   Subject: lost a window
The other thing you can try when you suspect an active window is off the screen is to hit alt-space and chose Move from the menu. The window has to be the active one, though. So in this case, click ...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net