View Single Post
Old 05-03-2008, 11:26 AM   #1
Valg
Senior Member
 
Valg's Avatar
 
Join Date: Apr 2002
Home MUD: Carrion Fields
Posts: 643
Valg will become famous soon enough
Working on our parser:

We routinely log and analyze "failed" commands that get input, so that our parser can give smarter help than just letting the player know it's an unrecognized command. Where I'm looking for help are a few commands where my intuition that the player is looking for something specific, likely from other games, but I'm not quite sure what. If anyone has input as to what these players are trying to do, please let me know and I'll try to 'translate' that into the nearest command on our game.

To organize all the data, I've snipped them down to the first word, so assume there may be missing arguments afterwards. (i.e. friend (person's name), or whatever)

Some reasonably high-frequency attempts where I'm puzzled:
autoaim
autolook
continue
crop
display
friend
inherit
more
name
page
path
prof
ready (Put object into a hand?)
room
short
survey
term
what
Valg is offline   Reply With Quote