Register to post in forums, or Log in to your existing account
 
:
Search found 20 matches for:
Page 1 of 1
Author Message
  Topic: Old zMapper Download link?
Phazic

Replies: 1
Views: 7490

PostForum: zMapper Discussion   Posted: Tue Apr 13, 2004 12:50 pm   Subject: Old zMapper Download link?
Odd quirk I noticed was that the main link to download, ie clicking the download button next to zMapper seems to link me to the 1.15 version of zMapper.

This link: http://www.zuggsoft.com/redirect. ...
  Topic: mapper and fast walk
Phazic

Replies: 5
Views: 5785

PostForum: zMUD General Discussion   Posted: Mon Feb 10, 2003 11:44 pm   Subject: mapper and fast walk
The solution that came to my mind would require usage of the zMapper plugin, but then you could use the %map COM object and its SelectRoomID property to return the ID of the room that was selected, sy ...
  Topic: Locked Doors and the Mapper
Phazic

Replies: 3
Views: 4193

PostForum: zMUD General Discussion   Posted: Thu Jan 23, 2003 9:35 am   Subject: Locked Doors and the Mapper
I haven't seen a way to do this in Zmud by itself. I was able to do it using COM object scripting via the Zmapper plugin using the %map.newlink function and passing different values to the KindId, de ...
  Topic: Newest zMUD with newets zMapper
Phazic

Replies: 4
Views: 6719

PostForum: zMUD General Discussion   Posted: Wed Jan 08, 2003 8:01 am   Subject: Newest zMUD with newets zMapper
zMapper is a separate product that can function independently from Zmud so you will need to download that as well. Once you have downloaded it and installed it, zMapper integration will be available ...
  Topic: [1.15] Access violation for non-existent exits
Phazic

Replies: 1
Views: 6747

PostForum: zMapper Discussion   Posted: Sun Dec 29, 2002 6:51 pm   Subject: [1.15] Access violation for non-existent exits
It seems that exits are unlike rooms in that they have no 'dummy' form to represent no exit and ultimately lead to a access violation if a non-existent exit is referenced.

Example:
Make a new map ...
  Topic: Room existence querying?
Phazic

Replies: 3
Views: 8461

PostForum: zMapper Discussion   Posted: Sun Dec 29, 2002 6:38 pm   Subject: Room existence querying?
Is there a function or property that specifies whether or not a room actually exists or not? Ie %map.getroom(-200) where -200 doesn't really exist creates a 'dummy' type room that has an id of -200 a ...
  Topic: [1.15] one-way bug in newlink zMudMap object
Phazic

Replies: 1
Views: 6652

PostForum: zMapper Discussion   Posted: Sun Dec 29, 2002 8:17 am   Subject: [1.15] one-way bug in newlink zMudMap object
When making a non one-way link via the %map.newlink command I encountered the following bug: The link from the toid to the fromid is oneway, but the return link from the fromid to the toid is not, lea ...
  Topic: Problem deleting links via COM
Phazic

Replies: 1
Views: 3020

PostForum: zMUD General Discussion   Posted: Sun Dec 29, 2002 5:37 am   Subject: Problem deleting links via COM
I'm doing some tests doing some zMapper scripting and wondering why the following script doesn't seem to work.

Start Zmud
Start Automapper
Make a new map
#CALL %map.newroom(%null,%null,0,0,0,0,- ...
  Topic: plugin trouble
Phazic

Replies: 6
Views: 13312

PostForum: zMapper Discussion   Posted: Sun Dec 29, 2002 2:34 am   Subject: plugin trouble
What I've noticed what the plugin does is allow you to do some editing from within Zmud itself, I believe a previous example was ctrl-click on the room and see if the resizing handles pop up. Also wh ...
  Topic: Mapping via Scripting pt2
Phazic

Replies: 3
Views: 5014

PostForum: zMUD General Discussion   Posted: Fri Dec 27, 2002 8:11 pm   Subject: Mapping via Scripting pt2
I looked into %mapvnum except that mapvnum seems to only convert absolute to virtual and not the other way around, ie %mapvnum(2) can return 12001 but %mapvnum(12001) can't return 2. Although, imho, ...
  Topic: Mapping via Scripting pt2
Phazic

Replies: 3
Views: 5014

PostForum: zMUD General Discussion   Posted: Fri Dec 27, 2002 3:08 am   Subject: Mapping via Scripting pt2
After reading through the zMapper helpfiles and poking at the COM object scripting, I noticed one thing that seems more of a nuisance. Zmud's automapper functions all seem to rely on the number being ...
  Topic: Mapping via scripts and area file reading
Phazic

Replies: 1
Views: 3307

PostForum: zMUD General Discussion   Posted: Mon Dec 23, 2002 4:52 pm   Subject: Mapping via scripts and area file reading
After numerous headaches trying to get #TAG working to recognize a simple Vnum in a line between the room name and exits, as it would keep stalling on me, search for previous posts if interested.

T ...
  Topic: Lock/Unlock map
Phazic

Replies: 3
Views: 9606

PostForum: zMapper Discussion   Posted: Mon Jul 22, 2002 3:27 pm   Subject: Lock/Unlock map
The top icon in the toolbar on lefthand most side, when undocked it's the DrawToolbar, looks like a little lock. This is used to lock/unlock the map.

On a sidenote: caught a bug while verifying th ...
  Topic: Converting a map to text file
Phazic

Replies: 3
Views: 9563

PostForum: zMapper Discussion   Posted: Thu Jul 18, 2002 5:28 pm   Subject: Converting a map to text file
To my knowledge, zMud does not support exporting maps to a text file. To do this you need to use zMapper. You can use zMapper to import your zMud map and then you can use the File->export options ...
  Topic: zMapper Buglist part
Phazic

Replies: 7
Views: 15488

PostForum: zMapper Discussion   Posted: Sat Jul 06, 2002 1:36 am   Subject: zMapper Buglist part
09) A link going up, down, or other to any other room doesn't seem to draw the
corresponding exit type in destination room. Example: #1 is set to go
up to the west of #2 and it's not a one- ...
  Topic: zMapper Buglist part
Phazic

Replies: 7
Views: 15488

PostForum: zMapper Discussion   Posted: Sat Jul 06, 2002 1:35 am   Subject: zMapper Buglist part
A .emf file is a windows metafile, or so zMapper says, it shows up in the save
as options for the Shape Editor. The Bitmap editor seems to have no qualms
about loading that type of file extension a ...
  Topic: zMapper Buglist part
Phazic

Replies: 7
Views: 15488

PostForum: zMapper Discussion   Posted: Fri Jul 05, 2002 1:07 am   Subject: zMapper Buglist part
35) Neither does right click->delete zone (These may be stemming from that I
can only get this menu to show up when I have the text of the zone name
selected as text instead of as a row ...
  Topic: zMapper Buglist part
Phazic

Replies: 7
Views: 15488

PostForum: zMapper Discussion   Posted: Fri Jul 05, 2002 1:06 am   Subject: zMapper Buglist part
Main Window

Tested using a new database: (Run zMapper, Free Trial, unique name for the
file name)

17) Make a new db, right click on the main map window and speedwalk to current
room yields ...
  Topic: zMapper Buglist part
Phazic

Replies: 7
Views: 15488

PostForum: zMapper Discussion   Posted: Fri Jul 05, 2002 1:05 am   Subject: zMapper Buglist part
Slowly playing with various functions, mostly just testing menu options and
various inputs:

Bugs in the process of creating/opening:

1) Along the lines of Vijilante's bug of selecting a dll fi ...
  Topic: TAG Queue stalling and Undockable Settings Editor
Phazic

Replies: 1
Views: 3421

PostForum: zMUD General Discussion   Posted: Mon Jan 14, 2002 10:09 pm   Subject: TAG Queue stalling and Undockable Settings Editor
I made a post regarding this problem a while ago, and since then have attempted
to do some further experimentation with the #TAG command to see exactly what
the problem is. Sample mud output follo ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net