Register to post in forums, or Log in to your existing account
 
:
Search found 34 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: Map autozoom
Palmer

Replies: 2
Views: 1478

PostForum: zMUD General Discussion   Posted: Fri Oct 24, 2003 7:08 pm   Subject: Map autozoom
That may be what I'm experiencing. I did see the bug mentioned in previous posts, but I thought they were talking about the saved zoom level being ignored on opening the map. My zoom level is changi ...
  Topic: Map autozoom
Palmer

Replies: 2
Views: 1478

PostForum: zMUD General Discussion   Posted: Fri Oct 24, 2003 2:56 am   Subject: Map autozoom
Is it possible to prevent the map from automatically zooming in and out?

Version 6.62
  Topic: Settings layout problem
Palmer

Replies: 1
Views: 982

PostForum: zMUD General Discussion   Posted: Thu Oct 23, 2003 1:04 am   Subject: Settings layout problem
I accidentally dragged the edit panel off of the main settings window and got an editor window seperate from the settings list window. I hope that was clear. I can rejoin the windows from the main z ...
  Topic: Settings Editor pane pushed from view
Palmer

Replies: 2
Views: 1333

PostForum: zMUD General Discussion   Posted: Wed Apr 23, 2003 11:10 am   Subject: Settings Editor pane pushed from view
Thanks!

  Topic: Settings Editor pane pushed from view
Palmer

Replies: 2
Views: 1333

PostForum: zMUD General Discussion   Posted: Wed Apr 23, 2003 9:27 am   Subject: Settings Editor pane pushed from view
This is a bit odd, but it's preventing me from using the Settings Editor. In the Editor, the lower pane, where you edit settings items, is inaccesible. The horizontal slider bar is pushed all the wa ...
  Topic: #COLOR trigger failure
Palmer

Replies: 5
Views: 2069

PostForum: zMUD General Discussion   Posted: Wed Apr 23, 2003 9:16 am   Subject: #COLOR trigger failure
Sorry about not responding, Talahaski was, in fact, right. Thanks Talahaski!

  Topic: Problem: Alphabetic numbers to real Numerals?
Palmer

Replies: 5
Views: 2256

PostForum: zMUD General Discussion   Posted: Wed Apr 23, 2003 9:12 am   Subject: Problem: Alphabetic numbers to real Numerals?
Gee, Arcane, you wouldn't be bending DW rules would you? ;P
  Topic: #COLOR trigger failure
Palmer

Replies: 5
Views: 2069

PostForum: zMUD General Discussion   Posted: Thu Apr 03, 2003 6:48 pm   Subject: #COLOR trigger failure
I have triggers to color different combat messages differently, and I can't figure out why they don't work. Output:

You skewer the paperboy's neck with one of your katars.
The paperboy punches at ...
  Topic: Merged rooms
Palmer

Replies: 1
Views: 928

PostForum: zMUD General Discussion   Posted: Sat Mar 29, 2003 4:17 pm   Subject: Merged rooms
Is it possible to unmerge rooms? I have several rooms with more than 1 room name and vNUM, and I'm concerned this might cause problems later. At the very least, this may confuse me later when looking ...
  Topic: Duplicate rooms on mapper
Palmer

Replies: 1
Views: 1102

PostForum: zMUD General Discussion   Posted: Sat Mar 29, 2003 1:34 am   Subject: Duplicate rooms on mapper
I think I've figured it out. Upon yet more scrutiny, I realized some lines that look much like description are in fact transient - they appear upon entering a room from one direction, but not another ...
  Topic: Duplicate rooms on mapper
Palmer

Replies: 1
Views: 1102

PostForum: zMUD General Discussion   Posted: Sat Mar 29, 2003 1:08 am   Subject: Duplicate rooms on mapper
I'm on an LPmud, so mapping is real challenge. I've got it working, for the most part, but the mapper persists in making duplicate rooms with annoying frequency. As I make the map I leave the proper ...
  Topic: Removing Global variables
Palmer

Replies: 3
Views: 1551

PostForum: zMUD General Discussion   Posted: Thu Mar 27, 2003 6:35 pm   Subject: Removing Global variables
How do I remove global variables?

  Topic: Using variables across classes
Palmer

Replies: 2
Views: 1532

PostForum: zMUD General Discussion   Posted: Thu Mar 27, 2003 6:34 pm   Subject: Using variables across classes
Thanks Katja! I found the relevant info in the help files, too; I've got it now.

  Topic: Using variables across classes
Palmer

Replies: 2
Views: 1532

PostForum: zMUD General Discussion   Posted: Thu Mar 27, 2003 1:36 pm   Subject: Using variables across classes
is it possible to operate on variables from a class different from the current or default class, without resorting to global variables?

Edit: Sorry for the double post, my browser timed out. Pleas ...
  Topic: Remove the main toolbar?
Palmer

Replies: 2
Views: 1400

PostForum: zMUD General Discussion   Posted: Thu Mar 27, 2003 1:27 pm   Subject: Remove the main toolbar?
poifect! Thanks Katja.
  Topic: #PRI hangs the MUD
Palmer

Replies: 5
Views: 1886

PostForum: zMUD General Discussion   Posted: Thu Mar 27, 2003 1:25 pm   Subject: #PRI hangs the MUD
Yeah, it just took me a while to understand that #PRI in front of #UNTIL would pause on the #UNTIL and not execute the sub-commands in the loop, hanging the MUD indefinitely. I'll use Lightbulb's sug ...
  Topic: Remove the main toolbar?
Palmer

Replies: 2
Views: 1400

PostForum: zMUD General Discussion   Posted: Thu Mar 27, 2003 9:53 am   Subject: Remove the main toolbar?
Is there a way to remove the main toolbar? Such a choice is fairly standard in Windows apps, I think all the options on the toolbar are accessible other ways, and screen real-estate is valuable. Tha ...
  Topic: #PRI hangs the MUD
Palmer

Replies: 5
Views: 1886

PostForum: zMUD General Discussion   Posted: Thu Mar 27, 2003 7:36 am   Subject: #PRI hangs the MUD
Ok, here's the output line and the trigger:

4 Creators: Keil(C)(l) Nate(C)(l) Nayeli(C) Rhinehold(D)

#TRIGGER {^%d {Creator|Creators}:%s(*)$} {#VAR names {%1};#PRI #UNTIL %pos( "(", @n ...
  Topic: #PRI hangs the MUD
Palmer

Replies: 5
Views: 1886

PostForum: zMUD General Discussion   Posted: Thu Mar 27, 2003 6:33 am   Subject: #PRI hangs the MUD
I have a #priority command in a trigger which hangs the MUD when executed. I don't have any #wait commands in my settings. The #priority operates on an #until loop.
  Topic: #PRI in a trigger?
Palmer

Replies: 3
Views: 1584

PostForum: zMUD General Discussion   Posted: Tue Mar 25, 2003 1:26 pm   Subject: #PRI in a trigger?
Yikes. That's a bit disconcerting. I really enjoy the power of zMUD and look forward to automapping when I get it working with my MUD, but in just 5 days of use I've noted that the application is a ...
  Topic: #PRI in a trigger?
Palmer

Replies: 3
Views: 1584

PostForum: zMUD General Discussion   Posted: Tue Mar 25, 2003 8:05 am   Subject: #PRI in a trigger?
I have a trigger with fairly complicated script that can't keep up with MUD output data. I tried using #PRI, but I can't use it without a syntax error. I tried the example from the help file:
#PRI ...
  Topic: Infinitely looping script
Palmer

Replies: 3
Views: 1352

PostForum: zMUD General Discussion   Posted: Mon Mar 24, 2003 12:12 pm   Subject: Infinitely looping script
Thanks, Charbal!
  Topic: Infinitely looping script
Palmer

Replies: 3
Views: 1352

PostForum: zMUD General Discussion   Posted: Mon Mar 24, 2003 11:42 am   Subject: Infinitely looping script
Is it possible to stop a script that's looping infinitely without shutting down zMUD?
  Topic: Concatenate string lists?
Palmer

Replies: 2
Views: 1566

PostForum: zMUD General Discussion   Posted: Mon Mar 24, 2003 2:38 am   Subject: Concatenate string lists?
The answer to this seems may be implicit in the help files, but I want to make sure. Can I concatenate string lists, or should I instead %expand them and concatenate them as strings, or add one item ...
  Topic: Trigger test works, trigger doesn't
Palmer

Replies: 6
Views: 1861

PostForum: zMUD General Discussion   Posted: Mon Mar 24, 2003 12:04 am   Subject: Trigger test works, trigger doesn't

The %s oddity seems to be part of a larger problem. First of all, here's the MUD output:

11 Creators: Keil(C)(l) Mellandrin(C)(l) Ceres(T) Danbala(D) Elera(C)
Emphyrio(C) Mollow(C) Panin(C) Pure ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net