summaryrefslogtreecommitdiff
path: root/README.md
blob: b4ace02045d59d765a5ca809f50c22a692ceeebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# dwproxy

This is a client-agnostic proxy for the Discworld MUD, which adds new
commands:

- `speedwalk [from <location>] to <location>`: find routes, walk if
  there's only one
- `route <n>`: select a speedwalk route option
- `shop <item>`: search shops by items they sell

It uses the database from [Quow's Cow Bar and
Minimap](http://quow.co.uk/minimap.php), which should be available,
and the path to which should be provided as the first argument on
invocation, e.g.: `dwproxy ~/discworld/quow_cowbar/`.

The default port is 2000, `telnet localhost 2000` to connect.