![](templates/Classic/images/spacer.gif) |
bothkill Apprentice
![](images/avatars/18251894084b6ada3874acb.gif)
Joined: 13 Mar 2005 Posts: 125 Location: Bucharest
|
Posted: Tue Feb 09, 2010 11:15 am
[3.14a] Map: cannot undo "Do Not Enter" |
Sorry Zugg for another map bug, but here we go:
Rooms marked as "Do Not Enter" cannot be un-marked.
When trying to un-mark it, the change is not saved (no matter what map mode is used: Off, Follow or Map). |
|
|
![](templates/Classic/images/spacer.gif) |
killergate Novice
Joined: 16 Feb 2009 Posts: 38
|
Posted: Tue Feb 09, 2010 12:16 pm |
Hi,
How about doing it via scripts?
Tried doing this:
Code: |
#call %roomkind(vNum, 128) // do-not-enter this room
#call %roomcost(vNum, 0) // set room cost to 0 (do-enter) |
/kg |
|
|
![](templates/Classic/images/spacer.gif) |
bothkill Apprentice
![](images/avatars/18251894084b6ada3874acb.gif)
Joined: 13 Mar 2005 Posts: 125 Location: Bucharest
|
Posted: Tue Feb 09, 2010 12:37 pm |
I could do it with SQLite Database Browser, but the point was to report another Map bug.
|
|
|
![](templates/Classic/images/spacer.gif) |
Zugg MASTER
![](images/avatars/164475849040f41c23b22fe.gif)
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Feb 09, 2010 5:59 pm |
This is an old issue that is still on my bug list. Clicking the "Do Not Enter" option for a room actually just sets the Cost value to a large number. Change the Cost value back to zero and then it should work. It's just a GUI issue.
|
|
|
![](templates/Classic/images/spacer.gif) |
|
|