|
digits Beginner
Joined: 17 Jul 2004 Posts: 15
|
Posted: Sat Jan 07, 2006 9:59 am
Speedwalk with mapper and doors? |
Edit: Thought I'd rewrite the post for clarity...
I have speedwalks to all the areas in the mud going from recall.
But let's say:
A - My location
B - Destination
C - Recall
As it is now I to go from A to B, I either have to recall and launch sw to B
A -> C -> B
or find the name of the area on the map and double click the room.
A -> scout the map -> B
But I want to just launch a "speedwalk" from A -> B, which I have a really nice alias for... but, there's always a but, it doesn't talk doors into the formula.
Any ideas?
Code: |
~run %right( %walk( %-1), 1)
#FORALL %pathexpand( %right( %walk( %-1), 1)) {#MOVE %i} |
This makes my char run the quickest way, but as mentioned doesn't take doors into calculation.
I have the area name of the entrance room of each area in the "Short name" field. |
|
|
|
Pseudo Wanderer
Joined: 25 Oct 2005 Posts: 99
|
Posted: Sat Jan 07, 2006 2:55 pm |
Mapper->Config->Configuration Settings->Speedwalking->Check the box "Add door commands to Saved Paths"
This will insert the door commands into the %walk function.
If you use this method, you may need to rewrite your script a little. |
|
|
|
digits Beginner
Joined: 17 Jul 2004 Posts: 15
|
Posted: Sat Jan 07, 2006 7:04 pm |
Thanks, I'll look at it :)
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|