|
Variable Newbie
Joined: 31 Jan 2011 Posts: 1
|
Posted: Mon Jan 31, 2011 3:58 am
[3.33a] Mapper not keeping up during speed walk |
There was another post similar that described my exact problem, but it didn't help me solve it. I was wondering if some people could check out Bedlam (bedlam.gotdns.com port 9000) and tell me what mapper config works.
Currently, I can auto-map just fine. However, when I try to speed walk in safe mode, I will end up in the correct place in game, but the mapper will only show me moving 1-2 rooms before it stops.
Fast mode, and slow mode works fine, but they're unsafe, or slow. =p
Also, on a related note, speed walking through doors has proven difficult since "open s" sometimes tries to open something in your inventory. Again I've read about some fixes for this, but the posts were old, and I couldn't get them to work, so I'm not sure if the info was outdated, or I was doing something wrong. Is there some way to change the "open" output to "open south" etc.
Thanks. |
|
|
|
Fizgar Magician
Joined: 07 Feb 2002 Posts: 333 Location: Central Virginia
|
Posted: Mon Jan 31, 2011 6:49 am Your post about the mapper |
I play a MUD from time to time where open s will try to open the first item with a keyword starting with s in my inventory, rather than the door. My solution was to make a copy of the English directions package that CMUD uses, rename it, then modify it so that instead of CMUD sending s when trying to move or open s, it will send south or open south. Then for that session I just changed it to load the revised package rather than the default one. Below is the XML for the revised package you can try if you want.
Code: |
<module name="English Directions Revised" global="true">
<uid>{890953B8-3DEB-4688-977C-5670BBB82041}</uid>
<class name="Directions" initenable="true" id="1">
<notes>Default direction settings (cardinal directions)</notes>
<dir name="n" reverse="s" dir="n" id="2">north|n</dir>
<dir name="s" reverse="n" dir="s" id="3">south|s</dir>
<dir name="w" reverse="e" dir="w" id="4">west|w</dir>
<dir name="e" reverse="w" dir="e" id="5">east|e</dir>
<dir name="u" reverse="d" dir="u" id="6">up|u</dir>
<dir name="d" reverse="u" dir="d" id="7">down|d</dir>
</class>
<class name="DirectionsDiag" initenable="true" id="8">
<notes>Default direction settings (diagonal directions)</notes>
<dir name="h" reverse="l" dir="nw" id="9">northwest|nw</dir>
<dir name="j" reverse="k" dir="ne" id="10">northeast|ne</dir>
<dir name="k" reverse="j" dir="sw" id="11">southwest|sw</dir>
<dir name="l" reverse="h" dir="se" id="12">southeast|se</dir>
</class>
</module> |
|
|
_________________ Windows Vista Home Premium SP2 32-bit
AMD Athlon Dual Core 4400+ 2.31 GHz
3 GB RAM
CMUD 3.34 |
|
|
|
|
|
|
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
|
|