 |
shalimar GURU

Joined: 04 Aug 2002 Posts: 4794 Location: Pensacola, FL, USA
|
Posted: Mon Feb 09, 2009 6:54 pm
[3.03a] Map Preferances |
Mapper Menu --> Config --> Configuration Settings...
Strings and Doors
Only send door command, do not send direction.
I clicked that, and yet it still sends the direction as well.
My door command is:
| Code: |
| open %2;go %2;close %2 |
|
|
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Feb 09, 2009 11:12 pm |
What exactly does it send to the MUD instead?
|
|
|
|
 |
shalimar GURU

Joined: 04 Aug 2002 Posts: 4794 Location: Pensacola, FL, USA
|
Posted: Tue Feb 10, 2009 1:42 am |
it sends my door code, then it sends the direction as well, even after being explicitly told not to
|
|
|
|
 |
gamma_ray Magician
Joined: 17 Apr 2005 Posts: 496
|
Posted: Tue Feb 10, 2009 2:36 am |
Did you close the preferences dialog? Did you reopen it to check and make sure that the correct options were really selected? Could be a variation on preferences not being saved.
|
|
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Feb 10, 2009 5:39 pm |
What *exactly* does it send? Please be specific. Is it sending
| Code: |
| open north;go north;close north north |
or is the last direction on a separate line, or what? Does the direction link that you are moving in have a normal door, or a locked door? Is there any custom command assigned to the link? Is there any room script? Finally, what speedwalk mode are you in (fast,safe,slow?) |
|
|
|
 |
shalimar GURU

Joined: 04 Aug 2002 Posts: 4794 Location: Pensacola, FL, USA
|
Posted: Tue Feb 10, 2009 7:51 pm |
im using %2 which according to the documentation on the tab i specified, says it uses the name of the door in question... in this case it was a gate
It sends:
| Code: |
open gate;go gate;close gate
west |
Its a regular door
No room scripts
Speedwalk is safe mode
No command entrance
Just letting the widgets of the mapper try to handle things.
And I have closed and restarted CMUD several times, my preferances are saving |
|
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Feb 11, 2009 6:26 pm |
OK, thanks for the extra info. I'll add that to the bug list.
|
|
|
|
 |
|
|
|