Mana(6) Games Manual Mana(6)NAME
mana - Mana: A 2D MMORPG client
SYNOPSIS
mana
DESCRIPTION
This manual page documents briefly the mana ingame commands. mana is a great online game based upon the Seiken Densetsu Serie. It has its
own universe, and and its own character management system, which will give you the opportunity to play in a 2D heroic-fantasy world for-
ever.
BINARY PARAMETERS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included
below.
-h, --help
Show summary of options.
-v, --version
Show version of the program.
-u, --skipupdate
Skip the update process.
-U, --username
Login with this username.
-P, --password
Login with this password.
-D, --default
Bypass the login process with default settings.
-p, --playername
Login with this player.
-C, --configfile
Configuration file to use
COMMON KEYS
Arrow Keys:
Move your character around.
Left Ctrl:
Make your character attack.
Key A: Target nearest monster.
Key G: Get items on the ground or in a chest.
Alt + 1...9:
Shows an emoticon above your character.
Alt + I:
Shows / Hide inventory window.
Alt + K:
Shows / Hide skills window.
Alt + E:
Shows / Hide equipment window.
Alt + C:
Shows configuration window.
AUTHOR
This manual page was written by Patrick Matthai <patrick.matthaei@web.de> for the Mana project. Permission is granted to copy, distribute
and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software
Foundation.
Mana(6)
Check Out this Related Man Page
TILED-QT(1) tmxviewer User Manual TILED-QT(1)NAME
tmxviewer - program to view tmx files
SYNOPSIS
tmxviewer [{-h | --help}] [{-v | --version}] [file]
DESCRIPTION
This manual page documents briefly the tmxviewer commands
This manual page was written for the Debian distribution because the original program does not have a manual page.
tmxviewer is a program that views tmx map file. It pops a window and let you browse the map.
OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included
below.
-h, --help
Show summary of options.
-v, --version
Show version of program.
SEE ALSO tiled(1)AUTHOR
Ying-Chun Liu <paulliu@debian.org>
Wrote this manpage for the Debian system.
COPYRIGHT
Copyright (C) 2011 Ying-Chun Liu (PaulLiu)
This manual page was written for the Debian system (and may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at
your option) any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2.
tmxviewer 05/16/2012 TILED-QT(1)
Hi,
i have a file as follows:
jonathan:bonus1,bonus2
gerald:bonus1
patrick:bonus1,bonus2
My desired output is
jonathan:bonus1
jonathan:bonus2
gerald:bonus1
patrick:bonus1
patrick:bonus2
my current code is
cat $F | awk -F""
how should i continue the code? Can i do something... (5 Replies)
Can someone help me figure out how to access menu's on a machine I'm telnet into? Alt+O, Alt+R and the like.
Ctrl+A isn't working for me. I'm telneting using KSH, which I have previous little experience with. (1 Reply)
in Win, one can use the
Alt + 3-digit numeric code
combination to spawn any ASCII character.
Linux, OTOH has
Ctrl-Shift-U + alphanumeric code
combination to spawn any UNICODE character.
bottom line: I'd like to be able to do what Win can do, please.
I was told it was possible, but made... (5 Replies)
I 've 2 different T5220 and both are showing different prompts when i ssh to the console.
1. Shows sc> ALOM
2. Shows -> ILOM
as far as i know the T5220 comes with ILOM , so why i 'm seeing 2 different type of console for same tyep of hardware ?
and i found that we... (6 Replies)
Hey
I am new to programming in general but am trying to work in Perl.
The thing is that almost every time I write a script (I use nedit) I get problems with Alt Gr.
E.g. In stead of } I get <gs> or in stead of \ nothing happens. Sometimes it's really bad and when I want a new line then... (1 Reply)
Hi all...
After mentioning the generation of a sinewave sweep generator in a previous thread in this forum this is the method I decided upon.
It plots a sinewave inside an 80 x 24 terminal window.
Although the original used bc (and the line is in the code but commented out) it is now... (4 Replies)