Difference between revisions of "Getting Started Guide"
From Wyvern Source
Line 2: | Line 2: | ||
== Wyvern User Interface == | == Wyvern User Interface == | ||
+ | <div class="mw-collapsible mw-collapsed"> | ||
[[File:WyvernUserInterface.png|500px|right]] | [[File:WyvernUserInterface.png|500px|right]] | ||
Line 30: | Line 31: | ||
# Spell Points: How many spell points you have available. Remaining SP/Total SP. | # Spell Points: How many spell points you have available. Remaining SP/Total SP. | ||
* How to edit the [[Button Bar]] | * How to edit the [[Button Bar]] | ||
+ | </div> | ||
== Aliases == | == Aliases == | ||
Line 37: | Line 39: | ||
Note that aliases are different from the button-bar in that the button bar has visual shortcuts (buttons), whereas aliases are text-bindings. | Note that aliases are different from the button-bar in that the button bar has visual shortcuts (buttons), whereas aliases are text-bindings. | ||
+ | <div class="mw-collapsible mw-collapsed"> | ||
=== Associated Commands === | === Associated Commands === | ||
Line 118: | Line 121: | ||
:'''How commands choose which items to use?''' | :'''How commands choose which items to use?''' | ||
− | + | ||
− | + | ||
− | + | ||
:When you use a command to tell the game you want to drink a potion, read a scroll or use a magic rod without asking to retrieve it from a container in your inventory, it will first search your main inventory (items out of containers) and use the first matching item. If there is no matching item, it will then search only the FIRST elixir pouch, scroll tube or wand quiver, depending on the item to be used, and use the first matching item inside it. | :When you use a command to tell the game you want to drink a potion, read a scroll or use a magic rod without asking to retrieve it from a container in your inventory, it will first search your main inventory (items out of containers) and use the first matching item. If there is no matching item, it will then search only the FIRST elixir pouch, scroll tube or wand quiver, depending on the item to be used, and use the first matching item inside it. | ||
:The appropriate commands for the game to search the containers are: "drink" for potions, "read" for scrolls, and "apply" for rods. Using a different command, such as typing <code>apply potion of petrification endurance </code> will only use a matching potion located directly in your inventory, outside of elixir pouches. | :The appropriate commands for the game to search the containers are: "drink" for potions, "read" for scrolls, and "apply" for rods. Using a different command, such as typing <code>apply potion of petrification endurance </code> will only use a matching potion located directly in your inventory, outside of elixir pouches. | ||
− | |||
</div> | </div> | ||
− |
Revision as of 19:27, 16 April 2021
Contents
[hide]In progress
Wyvern User Interface
[Expand]
Aliases
Aliases are essentially shortcuts that you can type into the command. Each alias can have up to 4 commands (3 semicolons). When the alias shortcut is a single key, simply pressing that key will invoke the command.
Note that aliases are different from the button-bar in that the button bar has visual shortcuts (buttons), whereas aliases are text-bindings.
[Expand]