VERSION 0.9
This is a console mud client for an extremely kickass mud: gz.malawar.net 6666 (http://www.geocities.com/louman1984/siteflash.html) You can find the latest version of this at http://www.frinkiac7.com/gzmud3/
- INSTALL
You need python, libcurses, a computer, a terminal emulator. I always run it from within a screen which fixes some emulation glitches.
AIRSTRIKE Module:
/engage <letter that shows up on map>.
If look map returns a map, it will look map, find the first instance (starting topleft to bottomright) and then:
leave
use air <coord>
use air <coord>
use air <coord>
en hq
best used inside a base, Satori has fixed this in the mud code so its less effective.
ITEMDB Module:
This module tracks items on your person for you to put on and items that aren't in its db and their keywords.
Example:
a normal item on the ground
" a 9mm pistol lies here"
a item in the db
"* * a 9mm pistol lies here"
an item in the db with the keyword "pistol" "* pistol * a 9mm pistol lies here"
an item in the db that has better absorption than the item that was equiped on you when you last typed equip * ring:5 * a signet ring lies in the dust here.
/pf <item keyword>
This will populate the db with the item in the room named keyword, it does a look <keyword> then a profile <keyword> to come up with the right short and long description
/exp
I don't remember what this does, it looks useless
TRACKING module:
This module lets you track people ooo and does some autowalking stuff
- Autowalk
Use "Home" to move the target north, delete for west, end for south, pagedown for east. This will move a white dot around and the client will try to find the shortest path to that location. Doesn't work while blind.
/track <name>
Tries to locate this person on the map, making possible places he can be blue.
/trackrate <time in seconds>
How often does the client automatically type "track <name>" and "where <name>"
/go <x> <y>
Moves the white dot to x,y
/nogo
Makes the white dot disappear
/trackdown
Tries to find your tracked <name> on the map
/notrackdown
Stops trying to find the tracked <name>
/explore
Explores the map
/noexplore
Stops exploring the map
NOTE: when the world expands, this client doesn't work.
LICENSE: you can do whatever you want with this code.
Let me know gzmud@abuts.com if you have any feature requests. Bug fixes, suggestions or want to write real docs instead of this crap.
