10. Makros

Vulture's has the ability to automate short sequences of keys.

Since Vulture's - being an interface - knows nothing about the internal state of the game, thes makros differ only slightly from blindly typing out those sequences of keys yourself. In fact, the only difference is that Vulture's will aoutomatically acknowledge any dialogs that are encountered.

The direct consequence of this is that all the “intelligence” in the makro must be supplied by the user.

Examples

n100.”: Rest 100 turns. A safe makro, because none of the keys it uses change over time or between games.

n20s”: Search 20 turns (or until something is found). Another safe makro.

n2f”: Fire twice (instead of the 3 or 4 times you might be capable of). An elegant and safe way of conserving ammo against weak opponents.

ey”: Vulture for NetHack asks "There is a <foo> corpse here, do you want to eat it?" if you press e while standing on a corpse. This makro would let you skip over that question. Whether skipping it is actually a good idea is an entirely different problem...

ad”: Apply inventory item d (a pick axe or a key, for example). Very useful in multiple variants; for example you might want to have one makro to activate your magic whistle and another for your pick-axe.
This is till fairly safe: As long as “fixinv” is on, this will work. But beware: Inventory letters can still change. Assume that ‘d’ is a pick-axe, which you drop to enter a shop where you buy a potion of oil. Later you use your makro again and find that you just set fire to your potion of oil... definitely annoying. Fortunately the really destructive actions ask for confirmation first.

Zb”: Cast spell ‘b’. This would usually be something like light, protection or similar. This is safe as long as you don't reorder your spells. If you do, you had better change your makro, too. Otherwise you might find yourself polymorphing a harmlesss creature into a dragon instead of killing it with a magic missile...

This can be extended to zapping wands, and just about anything else you can think of. However you are advised to use common sense and caution.