User Tools

Site Tools


guides:useful_bind_examples

Useful Key Binding Examples

One of the most important player commands is bind as it allows players to setup combinations of actions onto a single key by separating each command with a semi colon. Here are some examples of key bindings that can be very useful.

Ensure that an item is equiped

apply -u <insert item name here>;apply -a <insert item name here>

for example, to ensure that a rod of heal is equiped:

apply -u heavy rod of heal;apply -a heavy rod of heal;

you can also add a stay fire command on the end to also immediately use the rod with a single key press

apply -u heavy rod of heal;apply -a heavy rod of heal; stay fire heavy rod of heal

Binding for inspecting items using skills

There are a number of skills that can identify items such as smithing or thaumaturgy. The following keybinding will attempt to use each of these skills:

use_skill alchemy;use_skill bowyer;use_skill jeweler;use_skill literacy;use_skill sense cu;use_skill sense mag;use_skill smith;use_skill thaum;use_skill woodsma

Binding to quickly assess surroundings for magical properties, curses and anything invisible

Players will soon learn that much of the world contains magical mysteries, horrific curses, and treasures and threats long hidden by magic. Three spells can quickly improve a players perception of these great threats or potential treasures:

invoke show invis; invoke detect magic; invoke detect curse

Unequip equipment that has multiple instances

All races can wear multiple instances of certain pieces of equipment, this can make it difficult to quickly switch items as. The following bindings may be helpful to speed up switching gear:

Humans and other similar races

Note: shields are included as they may block a player from equiping a 2 hander

Apply -u ring;Apply -u ring;apply -u shield;

Fireborn

Apply -u ring;Apply -u ring;Apply -u ring;Apply -u ring;Apply -u amulet;Apply -u amulet;

Serpentmen

Note: shields are included as they may block a player from equiping a 2 hander

Apply -u ring;Apply -u ring;Apply -u ring;Apply -u bracer;Apply -u bracer;apply -u shield;

Using Wraith Feed

This binding enables a wraith player to quickly switch to the Wraith Feed skill to siphon life

ready_skill Wraith;fire stay;fire_stop

Quickly equip sets of gear

Of course, quickly unapplying items isn't as useful as ensuring that replacement gear is quickly worn. The following bindings are some examples of quick selection of a set of gear based on that players stat and resistance priority:

Equipment to improve prayer

Below is an example of a complex set of apply commands to quickly equip a selection of gear that would suit a character prioritising prayer. Adjust this to suit your own available gear:

Apply -u ring;Apply -u ring;apply -u demonsp;apply -u sickl;apply -u firest; Apply -a wisdom;apply -a demonsp;apply -a cloak of goro;apply -a pair of shoes of mobi;apply -a gloves of sorig;apply -a girdle of con;apply -a amulet of holi;apply -a ring of the demon;apply -a ring of free ac;apply -a ancient bracers of dex

Equipment to improve Spellcasting

Below is an example of a complex set of apply commands to quickly equip a selection of gear that would suit a spell caster. Adjust this to suit your own available gear:

Apply -a intelligence;apply -a demonsp;apply -a cloak of goro;apply -a pair of shoes of mobi;apply -a gloves of sorig;apply -a ancient bracers of dex;apply -a girdle of con;apply -a amulet of empow;apply -a ring of magic;apply -a ring of free ac

Equipment for 2 handed melee combat

Below is an example of a complex set of apply commands to quickly equip a selection of gear that would suit a character using a two-handed weapon. Adjust this to suit your own available gear:

Apply -a firestar;apply -a cloak of goro;apply -a pair of shoes of mobi;apply -a gauntlets of streng;apply -a ancient bracers of dex;apply -a bearskin;apply -a ring of fighting; apply -a ring of fighting

Charisma

Apply -a cloak of beg;apply -a jack boots +2;apply -a gloves +1;apply -a ancient bracers of dex;apply -a ring of beg;apply -a ring of beg
guides/useful_bind_examples.txt · Last modified: 2025/01/01 17:25 by saru