28 lines
787 B
Text
28 lines
787 B
Text
#NOP TinTin++ config for connecting to the MUD server
|
|
#split 0 1
|
|
#session dbzfe dbzfe.com 4000
|
|
|
|
#NOP log with ANSI colors preserved (view later with: less -R dbzfe.log)
|
|
#config {log mode} {raw}
|
|
#log append dbzfe.log
|
|
|
|
#NOP fly aliases: f<direction> = fly 5 in that direction
|
|
#alias {fn} {fly north}
|
|
#alias {fs} {fly south}
|
|
#alias {fe} {fly east}
|
|
#alias {fw} {fly west}
|
|
#alias {fne} {fly northeast}
|
|
#alias {fnw} {fly northwest}
|
|
#alias {fse} {fly southeast}
|
|
#alias {fsw} {fly southwest}
|
|
|
|
#NOP combat aliases (pr/pl/dr/dl/f/v are built into the MUD)
|
|
#NOP these are extras for single-key convenience
|
|
#alias {pr} {punch right}
|
|
#alias {pl} {punch left}
|
|
#alias {o} {sweep}
|
|
#alias {r} {roundhouse}
|
|
#alias {f} {parry high}
|
|
#alias {v} {parry low}
|
|
#alias {dl} {dodge left}
|
|
#alias {dr} {dodge right}
|