Register to post in forums, or Log in to your existing account
 
:
Search found 23 matches for:
Page 1 of 1
Author Message
  Topic: Map Database Format Question
kkerwin

Replies: 3
Views: 5788

PostForum: zMUD General Discussion   Posted: Wed Jan 09, 2008 5:49 pm   Subject: Map Database Format Question
Also, in the ObjectTbl, the X, Y, and Z fields -- are those relative to the entire world map, or just to the local zone map?
  Topic: Map Database Format Question
kkerwin

Replies: 3
Views: 5788

PostForum: zMUD General Discussion   Posted: Wed Jan 09, 2008 5:46 pm   Subject: Map Database Format Question
Hi, I'm attempting to write a mapper to use with my Linux client. I took an old database from ZMud, and converted it straight to XML. I'm now parsing the XML files into my mapper, but I'm confused abo ...
  Topic: Automapper File Format
kkerwin

Replies: 3
Views: 5921

PostForum: zMUD General Discussion   Posted: Sat Sep 22, 2007 6:21 am   Subject: Automapper File Format
Both Kexi and OpenOffice are able to open MDB files. This file won't seem to open. Could you please suggest another viewer? Preferably one that is capable of exporting to different file formats?
  Topic: Automapper File Format
kkerwin

Replies: 3
Views: 5921

PostForum: zMUD General Discussion   Posted: Fri Sep 21, 2007 10:27 pm   Subject: Automapper File Format
Hmm. I tried opening the file up in Kexi, which is a desktop database program for Linux, but couldn't get it to work. OpenOffice's Base program didn't work either.
  Topic: Automapper File Format
kkerwin

Replies: 3
Views: 5921

PostForum: zMUD General Discussion   Posted: Fri Sep 21, 2007 10:08 pm   Subject: Automapper File Format
Hi, I'm working on switching to a different client for Linux, but I'd like to keep the map data that I have. I want to be able to either extract that data and save it into a new compatible file, or ac ...
  Topic: Problems Looping Through Database Variables
kkerwin

Replies: 4
Views: 7077

PostForum: zMUD General Discussion   Posted: Sun Aug 05, 2007 4:14 pm   Subject: Problems Looping Through Database Variables
Hmm, something else interesting:


#LOOPDB @db_one {#echo %db(@db_two, valueA)}

produces


someother_A
someother_A
someother_A

However, when I try to run it like this: ...
  Topic: Problems Looping Through Database Variables
kkerwin

Replies: 4
Views: 7077

PostForum: zMUD General Discussion   Posted: Sun Aug 05, 2007 4:12 pm   Subject: Problems Looping Through Database Variables
Ok, to describe the problem a little further, I've tried the following:



#LOOPDB @db_one {#echo %db(@db_one, %key)}
#LOOPDB @db_one {#echo %db(@db_two, %val)} ...
  Topic: Problems Looping Through Database Variables
kkerwin

Replies: 4
Views: 7077

PostForum: zMUD General Discussion   Posted: Sun Aug 05, 2007 4:26 am   Subject: Problems Looping Through Database Variables
I'm having difficulty looping through database variables. I have two databases: the values of the first are the keys to the second, as shown below.


#VAR db_one {}
#ADDKEY db_one key_A ...
  Topic: Clearing a window of contents
kkerwin

Replies: 2
Views: 4999

PostForum: zMUD General Discussion   Posted: Sun Jul 08, 2007 3:38 pm   Subject: Clearing a window of contents
Excellent. Thank you very much.
  Topic: Toggling Class Status in Another Window
kkerwin

Replies: 6
Views: 8543

PostForum: zMUD General Discussion   Posted: Sun Jul 08, 2007 3:38 pm   Subject: Toggling Class Status in Another Window
Thank you again. ;-)
  Topic: Clearing a window of contents
kkerwin

Replies: 2
Views: 4999

PostForum: zMUD General Discussion   Posted: Sun Jul 08, 2007 6:36 am   Subject: Clearing a window of contents
Hi. How do you clear a window of all of its text contents? I would prefer not to have to close the window and reopen it again if possible.

Thanks in advance!
  Topic: Toggling Class Status in Another Window
kkerwin

Replies: 6
Views: 8543

PostForum: zMUD General Discussion   Posted: Sun Jul 08, 2007 6:30 am   Subject: Toggling Class Status in Another Window
Hmm. That works for me with normal text, but not with commands:


:side:blah


Side goes, "blah".


:side:#echo blah


Main goes, "blah".

Question Question Question Question Question ...
  Topic: Toggling Class Status in Another Window
kkerwin

Replies: 6
Views: 8543

PostForum: zMUD General Discussion   Posted: Wed Jul 04, 2007 6:22 pm   Subject: Toggling Class Status in Another Window
That did the trick. It did, however, steal the focus away from the main window and put it on the side window.

In order to restore focus to the main window, I did:

SideWindow:#CLASS Classname 1; ...
  Topic: Trying to get WINE Zmud working.
kkerwin

Replies: 2
Views: 7039

PostForum: zMUD General Discussion   Posted: Wed Jul 04, 2007 2:45 pm   Subject: Trying to get WINE Zmud working.
Looks like a problem with your 3D card. I was able to get zMUD working quite nicely in Wine, though there are definitely a few things that seem to run a little more slowly, and it didn't fit my needs ...
  Topic: Toggling Class Status in Another Window
kkerwin

Replies: 6
Views: 8543

PostForum: zMUD General Discussion   Posted: Wed Jul 04, 2007 2:29 pm   Subject: Toggling Class Status in Another Window
Hi, I have a series of classes in a side window from the main one. I want to be able to enable and disable these classes (in the side window) from the main window. The normal

#CLASS Classname 1

...
  Topic: CMud Button Question
kkerwin

Replies: 10
Views: 13931

PostForum: CMUD General Discussion   Posted: Wed Jun 27, 2007 1:09 pm   Subject: CMud Button Question
Hey Zugg,

Just downloaded the new version of 1.34 and, like you said, it seems to have fixed the problem. Thanks again for your help!

EDIT: Fixed spelling.
  Topic: CMud Mapper: Just get a blank blue screen
kkerwin

Replies: 5
Views: 8449

PostForum: CMUD General Discussion   Posted: Thu Jun 21, 2007 12:59 am   Subject: CMud Mapper: Just get a blank blue screen
He's got some big (not necessarily happy) things coming up around then, so he's wanting to get us a new version out before those things hit and suck away his time.

I'm sorry to hear that. I hope al ...
  Topic: CMud Mapper: Just get a blank blue screen
kkerwin

Replies: 5
Views: 8449

PostForum: CMUD General Discussion   Posted: Wed Jun 20, 2007 7:14 am   Subject: CMud Mapper: Just get a blank blue screen
This is a known bug in v 1.33... Zugg says he's working on it... look forward to the next version.

In the meantime, you might want to read http://forums.zuggsoft.com/phpbb/viewtopic.php?t=26707

...
  Topic: CMud Button Question
kkerwin

Replies: 10
Views: 13931

PostForum: CMUD General Discussion   Posted: Wed Jun 20, 2007 5:38 am   Subject: CMud Button Question
Hrm. I thought that I had posted a reply, but I guess not. Then again, I did just do a silly double post, both entitled something like "CMUD Mapper: Blue Screen". Apparently the forums don't like me. ...
  Topic: CMud Mapper: Just get a blank blue screen
kkerwin

Replies: 5
Views: 8449

PostForum: CMUD General Discussion   Posted: Wed Jun 20, 2007 5:32 am   Subject: CMud Mapper: Just get a blank blue screen
I'm using a fresh Windows XP install on a VMware virtual machine. I cannot get the mapper to work for the life of me. All I get is a blank blue-gradient screen.

Since this is a fresh install, and t ...
  Topic: CMud Button Question
kkerwin

Replies: 10
Views: 13931

PostForum: CMUD General Discussion   Posted: Tue Jun 19, 2007 8:08 pm   Subject: CMud Button Question
Anyway, this is on the bug list, but it's been a bit of a low priority for a while now.

Bugger. Ok, well, thanks for the post, Zugg.

In the mean time, is there some sort of superfluous feature t ...
  Topic: CMud Button Question
kkerwin

Replies: 10
Views: 13931

PostForum: CMUD General Discussion   Posted: Tue Jun 19, 2007 6:08 am   Subject: CMud Button Question
Checked, and the image on left was enabled. I disabled it, but it didn't fix the problem. Image margin was set to 0, already. So, the problem is still there.
  Topic: CMud Button Question
kkerwin

Replies: 10
Views: 13931

PostForum: CMUD General Discussion   Posted: Tue Jun 19, 2007 4:05 am   Subject: CMud Button Question
For some reason, rather than show the complete label on a button, CMud is replacing the last syllable with ellipses, even though it still has room to display the rest of the text. I've tried making th ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net