Difference between revisions of "User interface"
Line 81: | Line 81: | ||
== User menus == | == User menus == | ||
+ | [[File:User Menus.png|none]] | ||
+ | This User Menu is stored in a file ''text.menu'' in your Eternal Lands data directory (Eternal Lands/main/text.menu) and can be edited with a text editor (do not try this with notepad, it makes a mess, use a real plain text editor like [http://liquidninja.com/metapad/ metapad] and make sure you do not save with a different or extra extension like .txt). The source code of this file is given below. Items that need additional input, such as <br> | ||
+ | <nowiki>Accept...||#accept <Player Name> </nowiki> <br> | ||
+ | will produce a pop-up window in which the requested data can be entered. | ||
+ | <nowiki> | ||
+ | Guild | ||
+ | Guild Info...||#guild_info <Guild Tag> | ||
+ | Join...||#join_guild <Full Guild Name> | ||
+ | Accept...||#accept <Player Name> | ||
+ | Remove...||#remove <Player Name> | ||
+ | View Rank...||#rank <Player Name> | ||
+ | Change Rank...||#change_rank <Player Name> <Rank> | ||
+ | Change Tag Colour...||#set_guild_color <Guild Tag> <Colour> | ||
+ | View Guild Colour...||#view_guild_colors | ||
+ | Members...||#list_guild | ||
+ | Set Ally...||#set_ally_guild <Guild Tag> | ||
+ | Unset Ally...||#unset_ally_guild <Guild Tag> | ||
+ | List Allies...||#allies_list | ||
+ | || | ||
+ | || | ||
+ | Ignore...||#ignore <Player Name> | ||
+ | Unignore...||#unignore <Player Name> | ||
+ | Ignores||#ignores | ||
+ | Ignore Bots||#ignore_bots | ||
+ | Set Alias...||#alias <Number> <Text> | ||
+ | View Aliases||#aliases | ||
+ | </nowiki> | ||
== Map view == | == Map view == |
Revision as of 11:42, 29 July 2011
Contents
Components of the game window
The official EL website has a nice overview of the interface.
The different components and their uses are discussed below.
Toolbar
At the bottom of the game window you have a tool-bar with buttons for shortcuts to frequently used tools. Most of these are also accessible through shortcut keys.
Status bars
Above the Tool-bar you have a status bar, showing your ethereal points (mana, blue), food level (yellow), health points (red) and carry capacity (emu, brown). To the right of these items you can have up to four (five?) skill bars. The first bar can be selected by clicking on the skill (left mouse button). Additional bars can be selected by using shift+left-mouse-button.
Chat and channels
Sidebar
Quick inventory
Quick spellbar
Stats
Compass and clock
Windows
Buddy list
Emotes
Help, Skills, Encyclopedia, Rules
Inventory
Item lists
Manufacturing
Mini Map
Notepad
Options
Quest Log
Ranging
Your ranging statistics can be displayed with ctrl+t (in some old versions ctrl+r).
Spells
Statistics
Storage
Opened at NPC or from Inventory context menu or with #sto command.
URL list
This User Menu is stored in a file text.menu in your Eternal Lands data directory (Eternal Lands/main/text.menu) and can be edited with a text editor (do not try this with notepad, it makes a mess, use a real plain text editor like metapad and make sure you do not save with a different or extra extension like .txt). The source code of this file is given below. Items that need additional input, such as
Accept...||#accept <Player Name>
will produce a pop-up window in which the requested data can be entered.
Guild Guild Info...||#guild_info <Guild Tag> Join...||#join_guild <Full Guild Name> Accept...||#accept <Player Name> Remove...||#remove <Player Name> View Rank...||#rank <Player Name> Change Rank...||#change_rank <Player Name> <Rank> Change Tag Colour...||#set_guild_color <Guild Tag> <Colour> View Guild Colour...||#view_guild_colors Members...||#list_guild Set Ally...||#set_ally_guild <Guild Tag> Unset Ally...||#unset_ally_guild <Guild Tag> List Allies...||#allies_list || || Ignore...||#ignore <Player Name> Unignore...||#unignore <Player Name> Ignores||#ignores Ignore Bots||#ignore_bots Set Alias...||#alias <Number> <Text> View Aliases||#aliases
Map view
Console view
Work in progress. --Maxine 03:42, 29 July 2011 (CDT)