From 3eeae12c498d1a4dbe969462d2ba841f77ee3ccb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Jan 2011 01:48:38 +0200 Subject: Initial commit. This code based on mana client http://www.gitorious.org/mana/mana and my private repository. --- README | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 000000000..c1c8111ac --- /dev/null +++ b/README @@ -0,0 +1,110 @@ +THE MANA CLIENT +=============== + + Version: 1.0.0 Date: 2010-03-31 + + Development team: + - See AUTHORS file for a list + + Powered by: + + - SDL, SDL_image, SDL_mixer, SDL_ttf, SDL_net (Media framework) + - Guichan (GUI framework) + - libxml2 (XML parsing and writing) + - PhysFS (Data files) + - ENet (UDP networking library) + - libcurl (HTTP downloads) + - zlib (Archives) + + +0. Index +-------- + +1. Account +2. Commands +3. Skills +4. Support + +1. Account +---------- + +To create an account you can usually press the "Register" button after +choosing your server. When this doesn't work, visit the website of the server +you'd like to register on, since they may be using an online registration +form instead. + +2. Commands +----------- + +KEYBOARD: + +Use arrow keys to move around. Other keys: + +- Ctrl attack +- F1 toggle the online help +- F2 toggle profile window +- F3 toggle inventory window +- F4 toggle equipment window +- F5 toggle skills window +- F6 toggle minimap +- F7 toggle chat window +- F8 toggle shortcut window +- F9 show setup window +- F10 toggle debug window +- Alt + 0-9 show emotions / usuable at skill level 2. +- Alt + S sit down / stand up / usuable at skill level 3. +- Alt + F toggle debug pathfinding feature +- Alt + P take screenshot +- Alt + T turns on anti-trade function / usuable at skill level 1. +- A target nearest monster +- H hide all non-sticky windows +- G or Z pick up item +- Enter focus chat window / send message + +MOUSE: + +Left click to execute default action: walk, pick up an item, attack a monster +and talk to NPCs (be sure to click on their feet). Right click to show up a +context menu. Holding [Left Shift] prevents from walking when attacking. + +/Commands: + +- /help Displays the list of commands +- /announce broadcasts a global msg(Gm Cammand only) +- /clear clears the chat window +- /who shows how many players are online +- /where displays the map name your currently on +- /whisper send a private msg to another player + (format: /whisper ) + If the has spaces in it, enclose it in double + quotes e.g. /whisper "char name" +- /record Records the Chat output + (format: /record starts the record + session /record again + stops the session) +- /party : Party commands + - /party new creates a new party /party new + - /party create creates a new party /party create + - /party prefix This commands sets the party prefix character + /party prefix + "/party prefix" reports the current party prefix + character + - /party leave This command causes the player to leave the party. +Type /help party