Difference between revisions of "Hotkeys"
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Client]] | [[Category:Client]] | ||
<div> | |||
Hotkeys are essential for playing fast-paced action games, as they allow quick access to the game's functions. With hotkeys, adventurers can control their character's movements, activate special abilities, and switch between weapons and items without having to take their hands off the keyboard. Hotkeys help make adventuring more efficient, and they can also help players make quicker decisions in the heat of battle. Given the fast-paced action of certain facets, hotkeys can help surviving their many dangers, even for those of you near 90 years old.<br><br> | |||
There are two types of hotkey definitions: Actions and Commands. | |||
</div> | |||
<div> | |||
==Actions== | |||
Actions bind a keyboard key to a single programmed action. For example, pressing the "1" key may warm a [[Firebolt]] spell, while pressing the "2" key may cast [[Shadowstep]]. You can quickly follow up to cast your spell, rather than double clicking, by pressing the grave key. <br><br> | |||
ShowPaperdoll => Displays the paperdoll window.<br> | |||
ShowRings => Displays the rings window.<br> | |||
ShowBackpack => Displays the backpack window.<br> | |||
ShowBelt => Displays the belt window.<br> | |||
ShowCreatures => Displays the creature list.<br> | |||
ShowSpells => Displays the spells window.<br> | |||
ShowStats => Displays the character stats.<br><br> | |||
ToggleHistory => Toggles between displaying the history log.<br> | |||
ToggleGround => Toggles between displaying the ground and world.<br><br> | |||
WarmSpell(1 .. 6) => Warms the spell on the specified slot.<br> | |||
ShowSpellBar(1 .. 9) => Switches to the specified spell bar.<br><br> | |||
CastSpell => Casts the currently warmed spell.<br><br> | |||
Path(N, NW, NE, W, E, SW, S, SE) => Appends the specified direction to your current path.<br> | |||
CompletePathing => Completes your current path, either by executing to move or targeting.<br> | |||
</div> | |||
<div> | |||
==Commands== | |||
Commands bind a keyboard key to a single command. For example, pressing the "p" key may execute <span class="command-input">"take 1 ring off left"</span> - allowing you to quickly exit a battle with a recall ring. Typing out the command manually might get you killed. | |||
</div> | |||
{| class="hiddentable" width="85%" align="center" | {| class="hiddentable" width="85%" align="center" | ||
| valign="top" style="width: 30%; border: 0px solid #FFF; padding: .5em 1em;"| | | valign="top" style="width: 30%; border: 0px solid #FFF; padding: .5em 1em;"| | ||
Line 31: | Line 67: | ||
| colspan="2" | <br /> | | colspan="2" | <br /> | ||
|- | |- | ||
| width="25%" | <kbd class="kbc-button">Q</kbd><kbd class="kbc-button">W</kbd><kbd class="kbc-button">E</kbd> || rowspan="3" | | | width="25%" | <kbd class="kbc-button">Q</kbd><kbd class="kbc-button">W</kbd><kbd class="kbc-button">E</kbd> || rowspan="3" | Appends the cardinal direction to the existing path. | ||
|- | |- | ||
| width="25%" | <kbd class="kbc-button">A</kbd><kbd class="kbc-button"> </kbd><kbd class="kbc-button">D</kbd> | | width="25%" | <kbd class="kbc-button">A</kbd><kbd class="kbc-button"> </kbd><kbd class="kbc-button">D</kbd> | ||
Line 37: | Line 73: | ||
| width="25%" | <kbd class="kbc-button">Z</kbd><kbd class="kbc-button">X</kbd><kbd class="kbc-button">C</kbd> | | width="25%" | <kbd class="kbc-button">Z</kbd><kbd class="kbc-button">X</kbd><kbd class="kbc-button">C</kbd> | ||
|- | |- | ||
| width="25%" | <kbd class="kbc-button">S</kbd> || Executes the current | | width="25%" | <kbd class="kbc-button">S</kbd> || Executes the current path request (target or movement). | ||
|} | |} | ||
</div> | </div> | ||
| valign="top" style="width: 30%; border: 0px solid #FFF; padding: .5em 1em;"| | | valign="top" style="width: 30%; border: 0px solid #FFF; padding: .5em 1em;"| | ||
<div class="frame-7-pages"> | <div class="frame-7-pages"> | ||
==Combat== | ==Combat== | ||
{| width="100%" | {| width="100%" | ||
Line 53: | Line 90: | ||
| width="25%" | <kbd class="kbc-button">T</kbd> || Throw a weapon from your hands. | | width="25%" | <kbd class="kbc-button">T</kbd> || Throw a weapon from your hands. | ||
|- | |- | ||
| width="25%" | | | width="25%" | || | ||
|} | |} | ||
</div> | </div> | ||
Line 61: | Line 98: | ||
{| width="100%" | {| width="100%" | ||
|- | |- | ||
| width="25%" | <kbd class="kbc-button">ALT</kbd> + <kbd class="kbc-button">1 .. | | width="25%" | <kbd class="kbc-button">ALT</kbd> + <kbd class="kbc-button">1 .. 9</kbd> || Cycles the spell bar to the specified page. | ||
|- | |- | ||
| colspan="2" | <br /> | | colspan="2" | <br /> | ||
|- | |- | ||
| width="25%" | <kbd class="kbc-button">1 .. 6</kbd> || Warms a spell from the spell bar. | | width="25%" | <kbd class="kbc-button">1 .. 6</kbd> || Warms a spell from the spell bar. | ||
|- | |- | ||
| width="25%" | <kbd class="kbc-button">`</kbd> || Casts the warmed spell. | | width="25%" | <kbd class="kbc-button">`</kbd> || Casts the warmed spell. |
Latest revision as of 05:23, 4 March 2023
Hotkeys are essential for playing fast-paced action games, as they allow quick access to the game's functions. With hotkeys, adventurers can control their character's movements, activate special abilities, and switch between weapons and items without having to take their hands off the keyboard. Hotkeys help make adventuring more efficient, and they can also help players make quicker decisions in the heat of battle. Given the fast-paced action of certain facets, hotkeys can help surviving their many dangers, even for those of you near 90 years old.
There are two types of hotkey definitions: Actions and Commands.
Actions
Actions bind a keyboard key to a single programmed action. For example, pressing the "1" key may warm a Firebolt spell, while pressing the "2" key may cast Shadowstep. You can quickly follow up to cast your spell, rather than double clicking, by pressing the grave key.
ShowPaperdoll => Displays the paperdoll window.
ShowRings => Displays the rings window.
ShowBackpack => Displays the backpack window.
ShowBelt => Displays the belt window.
ShowCreatures => Displays the creature list.
ShowSpells => Displays the spells window.
ShowStats => Displays the character stats.
ToggleHistory => Toggles between displaying the history log.
ToggleGround => Toggles between displaying the ground and world.
WarmSpell(1 .. 6) => Warms the spell on the specified slot.
ShowSpellBar(1 .. 9) => Switches to the specified spell bar.
CastSpell => Casts the currently warmed spell.
Path(N, NW, NE, W, E, SW, S, SE) => Appends the specified direction to your current path.
CompletePathing => Completes your current path, either by executing to move or targeting.
Commands
Commands bind a keyboard key to a single command. For example, pressing the "p" key may execute "take 1 ring off left" - allowing you to quickly exit a battle with a recall ring. Typing out the command manually might get you killed.
General
|
Combat
|
Spells
|